Binary Number System: Representations


00002  =  016
00012  =  116
00102  =  216
00112  =  316
01002  =  416
01012  =  516
01102  =  616
01112  =  716

10002  =  816
10012  =  916
10102  =  A16
10112  =  B16
11002  =  C16
11012  =  D16
11102  =  E16
11112  =  F16

When working with the low-level bits of a computer system, we typically resort to the symbols 0 and 1 to represent all of the values stored and states in the machine. In fact, binary representation was a key to the invention of the earliest computers.

 


Next Page