KnowledgeBoat Logo
|

Computer Science

Convert the following binary number to its decimal equivalent:

(1100111)2 to ( )10

Number System

21 Likes

Answer

Binary
No
PowerValueResult
1 (LSB)2011x1=1
12121x2=2
12241x4=4
02380x8=0
024160x16=0
125321x32=32
1 (MSB)26641x64=64

Equivalent decimal number = 1 + 2 + 4 + 32 + 64 = 103

Therefore, (1100111)2 = (103)10

Answered By

14 Likes


Related Questions