Information Technology: Introduction To Number System
Information Technology: Introduction To Number System
To a computer everything is a number. Numbers are numbers. Alphabets are numbers. Pictures are numbers.
In digital computers only two values are displayed i.e. either On or Off. These values can also be represented by 0s and 1s. George Boole invented Boolean Algebra which stated that every equation can either be true or false.
The common man uses a base10 or decimal system. The binary system is hence a bit complicated to comprehend. The decimal system contains digits 0-9 and then repetition of these digits while binary has only 0 and 1 and then repetition of these two.
A byte consists of 8 bits. A kilobyte consists of 1024 bytes. The presence of a bit represents the presence of data.
Decimal Vs Binary
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 000 001 010 011 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000
Binary Addition
Example 1
Example 2
Binary Multiplication