Monday, July 22, 2019

(28) BINARY NUMBER SYSTEM

BINARY NUMBER SYSTEM


  • This is exactly decimal number system accept that base is 2 instead of ten(10).
  • It has only two symbol or digit 0,1.
  • Ex -  1. (1101)  = (13)10
 =  1*23+1*22+0*21+1*20
 =   8+4+0+1
 =  13
2. (1111)2    =(15)10
= 1*23+1*22+1*21+1*20
=  8+4+2+1
= 15

No comments:

Post a Comment