Computer » Programming Languages

What is the base of Octal system of coding?

A

5

B

8

C

10

D

16

Solution

In Octal coding system a value is represented by 3 bits which in general represents the decimal value from 0 to 7 with each digit having a weight or value of just 8 starting from the least significant bit (LSB).It has hence base of 8.