To convert binary to octal, divide every 3 digits into an
octal number starting from the far right.
Example :
101102 = ............... 8 ?
- First divide it into groups of 3 binary digits: 10 and 110.
- Then convert each group using binary to decimal conversion calculations.
- So we get 101102 = 268
Tidak ada komentar:
Posting Komentar