convert decimal to binary: 34
Answers
Answered by
8
Answer:
Step 1: Divide (34)10 successively by 2 until the quotient is 0:
34/2 = 17, remainder is 0
17/2 = 8, remainder is 1
8/2 = 4, remainder is 0
4/2 = 2, remainder is 0
2/2 = 1, remainder is 0
1/2 = 0, remainder is 1
Step 2: Read from the bottom (MSB) to top (LSB) as 100010.
So, 100010 is the binary equivalent of decimal number 34 (Answer).
Answered by
3
I think that the answer is this.
Attachments:
Similar questions