Octal Numbers


The octal number system uses the digits 0,1,2,3,4,5,6 and 7. The base or radix of  this system is eight. Each significant position in an octal number has a positional weight. The least significant position has of 80 there is 1; the higher significant positions are given weights in the ascending power of eight, there is, 8[1], 8[2], 8[3], etc. respectively. The octal equivalent of a decimal number can be obtain by dividing a given decimal number by 8 repeatedly, until a quotient of 0 is obtain. The procedure is exactly the same as the double-double method explained earlier.

Comments

popular posts

SEMICONDUCTOR DIODE

logical OR Operation

Constants, Variables and Keywords