100% found this document useful (2 votes)
129 views3 pages

Data and Program Representation in Computer

To be understood by computers, data and programs must be represented digitally using coding systems. Computers can only recognize two states, 0 and 1, so all information must be converted to binary format. This involves representing numeric, text-based, and program data using bits, bytes, numbering systems, character encoding, and machine language to allow computers to process the information.

Uploaded by

Anupam Khatiwada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
129 views3 pages

Data and Program Representation in Computer

To be understood by computers, data and programs must be represented digitally using coding systems. Computers can only recognize two states, 0 and 1, so all information must be converted to binary format. This involves representing numeric, text-based, and program data using bits, bytes, numbering systems, character encoding, and machine language to allow computers to process the information.

Uploaded by

Anupam Khatiwada
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

In order to be understood by a computer, data and programs need to

be represented appropriately:
• Coding system: Used to represent data and programs in a manner
understood by the computer
 Data and Program • Digital computers: Can only understand two states off and on(0 and
representation in 1)

Computer • Digital data representations: The process of representing data in


digital form so it can be understood by a computer. For example:
• Bit: The smallest unit of data that a computer can
recognize(0 or 1)
• Byte= 8 bits, used to express the size of the documents,
files and programs etc.

4/27/2022 [email protected] 1
• Representing Numerical data:
• Numbering system: A way of representing numbers.
• Decimal number system(Uses 10 symbols 0-9)
• Binary Number system(Uses only two symbols (1 and 0) to
 Data and Program represent all possible numbers
representation in • Coding systems for Text-based data:
Computer • ASCII and
• EBCDIC
• UNICODE

4/27/2022 [email protected] 2
• Representing Program: Machine Language

Binary based language for representing computer programs that


computer can execute directly. Early programs were written in
machine language. 333Today’s programs still need to be translated
 Data and Program
into machine language in order to be understood by the computer
representation in
Computer

4/27/2022 [email protected] 3

You might also like