Digital Electronics - Number Systems and Codes - Discussion

Discussion Forum : Number Systems and Codes - General Questions (Q.No. 44)
44.
Convert the following decimal number to 8-bit binary.
35
000100102
000100112
001000112
001000102
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
4 comments Page 1 of 1.

Tejaswi gawade said:   4 years ago
35/2== 17 = 1,
17/2== 8 = 1,
8/2== 4 = 0,
4/2== 2 = 0,
2/2== 1 = 0,
1/2== 0 = 1,
0/2== 0 = 0,
0/2== 0 = 0.

So, the answer is (c)00100011.
(1)

Nani said:   8 years ago
Hear we are taking lcm.

35/2==17==1.
17/2==8==1.
8/2==4==0.
4/2==2==0.
2/2==1==0.
100011.

Lakshmi said:   8 years ago
Please explain the answer.

Riyaz said:   8 years ago
How to get this answer? Explain.

Post your comments here:

Your comments will be displayed after verification.