IT Chapter Three Number System
IT Chapter Three Number System
The ON and OFF states are commonly labeled with states 1 and 0 respectively. This two state
system is called binary number system. Therefore; each letter, number, or symbol that we enter
from the keyboard in our information processing activity, should be uniquely represented by the
combinations of 0s and 1s before it can be used by the computer.
Number Systems
Binary Number System
Octal Number System
Decimal Number System
Hexadecimal Number System
Examples:
1) 2816 = 28H
= 2×161 + 8×160
= 4010
2) 2F16 = 2FH
= 2×161 + 15×160
= 4710
3) BC1216 = BC12H
= 11×163+12×162+1×161+2×160
= 45056 + 3072 + 16 + 2
= 48146
Conversion from one Base to Another
• Decimal to Binary conversion
You can convert decimal number to its equivalent binary form using repeated
division by 2. Finally, Reading the remainders from the bottom to the first
top.
Step OperationResult
Remainder
Step1. 29/2 14 1
Step2. 14/2 7 0
Step3. 7/2 3 1
Step4. 3/2 1 1
Storage space (disks, CDs, memory, etc.) is measured using the above units.