PWP wiki processor

digi2notes

| StartPage | WikiPages | AdditionalFiles |

What is digital data ?
 -What are binary numbers ?
 -What can binary numbers be used for ?

What is digital data ?

Digital data is any data that can be represented using numbers. The most common application of digital data, today, is found inside a computer system. Computers can deal only with numbers - therefore, everything a computer displays, from the latest game to a web page, is, in reality, a series of numbers. This concept was nicely illustrated in the movie The Matrix.

Computers can only deal with special kinds of numbers called binary numbers. Binary numbers are made up of only two digits - zero (0) and one (1). So, the screen of information you are presently reading is, in reality, only a long series of zeros and ones.

What are binary numbers ?

Binary numbers are numbers written in the binary (base 2) number system. Our (base ten) number system uses the ten digits 0,1,2,3,4,5,6,7,8 and 9. The binary number system only uses the two digits 0 and 1.

Decimal NumberBinary Number
00
11
210
311
4100
5101
6110
7111
81000
91001
101010
111011
121100
131101
141110
151111

What can binary numbers be used for ?

Binary numbers may be used to represent various real world items. For example, binary numbers may be used to represent the letters of the alphabet.

Decimal NumberBinary NumberLetter
6501000001A
6601000010B
6701000011C
6801000100D
6901000101E
7001000110F
7101000111G

Using this code, we can translate a word like CAT into a string of binary digits

CAT = 01000011 010000001 01010100

We call this system of coding letters into strings of binary numbers the ASCII code. ASCII stands for American Standard Code for Information Interchange and is the system used by most computers.

Lots more information about binary numbers and ASCII can be »found here.

   (Powered by PWP Version 1.4.2)