Decimal number is - 95
Turn into the binary number
Answers
Answered by
1
(95)10 = (1011111)2
Step by step solution
Step 1: Divide (95)10 successively by 2 until the quotient is 0:
95/2 = 47, remainder is 1
47/2 = 23, remainder is 1
23/2 = 11, remainder is 1
11/2 = 5, remainder is 1
5/2 = 2, remainder is 1
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 1011111. This is the binary equivalent of decimal number 95 (Answer).
Similar questions