Digital Arithmetic Operations and Circuits - Technical MCQs

Q1:

Solve this binary problem: 01000110 ÷ 00001010 =

A 0111

B 10011

C 1001

D 0011

ANS:A - 0111

Converting 01000110 into hexadecimal gives 46 but above you mentioned 70.

And dividing 46 by 10 gives 4.6.

But by converting 01000110 binary to decimal gives us 70 and 00001010 gives us 10 dividing gives 7.

Converting it to hexadecimal gives 0111.