convert below decimal number into binary number a) 84 10 5110
Answers
Answered by
0
Answer:
100000000101010110001101
Explanation:
1. First divide the number by 2.
2. Then get the integer quotient for the next iteration.
3. Then convert the remainder for the binary digit.
4. Repeat the steps until the quotient is equal to 0.
Similar questions