Number Systems in Computer
Number Systems in Computer
There are four most common number system types in computer and
these are:
1. Decimal: - number with base 10.
2. Binary: - number with base 2.
3. Octal: - number with base 8.
4. Hexadecimal: - number with base 16.
Abdinur Ibrahim
0615-54-49-94
Don’t forget to use the bases.
Also try to prove if you are right.
Successive division method, use these below steps:
Write down the decimal number.
Divide the decimal number by 2 and if there is remainder (R1 or R0).
Then write the binary numbers starting from MSB to LSB.
Don’t forget to use the bases.
Also try to prove if you are right.
Abdinur Ibrahim
0615-54-49-94
Then add the numbers.
Don’t forget to use the bases.
Also try to prove if you are right.
Abdinur Ibrahim
0615-54-49-94
To convert octal to decimal using excel, use below function:
=oct2dec(ON).
Also try to prove if you are right
Abdinur Ibrahim
0615-54-49-94
Add the numbers with binary 1 correspondent for each groups.
Don’t forget to use the bases.
Also try to prove if you are right.
To convert octal to binary, use these below steps:
Write down the octal numbers.
Convert each number into binary and then combine.
Don’t forget to use the bases.
Also try to prove if you are right.
Abdinur Ibrahim
0615-54-49-94
Don’t forget to use letters for the sum greater than 9.
Don’t forget to use the bases.
Also try to prove if you are right.
Abdinur Ibrahim
0615-54-49-94