Computer » Programming Languages
What is the base of Octal system of coding?
5
8
10
16
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.