Q1 CONVERT BINARY NUMBER TO DECIMAL 1. 10001 2. 1000011
Q2 CONVERT DECIMAL TO BINARY NUMBER 1. 34 2. 67 3. 44
Answers
Answered by
3
Answer:
Explanation:
16 + 0 + 0 + 0 + 1 = 17. So, 17 is the decimal equivalent of the binary number 10001.
64 + 0 + 0 + 0 + 0 + 2 + 1 = 67. So, 67 is the decimal equivalent of the binary number 1000011.
So, 100010 is the binary equivalent of decimal number 34 (Answer).
67 from decimal to binary is 1000011.
therefore, the binary equivalent of decimal number 44 is 101100.
Similar questions