Digital Electronics - Digital Arithmetic Operations and Circuits - Discussion

Discussion Forum : Digital Arithmetic Operations and Circuits - General Questions (Q.No. 44)
44.
Solve this binary problem: 01000110 ÷ 00001010 =
0111
10011
1001
0011
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
9 comments Page 1 of 1.

Jones said:   1 decade ago
128 64 32 16 8 4 2 1(CODING METHOD).

0 1 0 0 0 1 1 0 = 70.

Similarly, 00001010 = 10.

70%10 = 7(0111).
(3)

Harish said:   1 decade ago
Can anyone explain how did this answer come?

Nikhil said:   1 decade ago
First convert in hexadecimal after convert in decimal values then division operation.

Rahul kumar said:   1 decade ago
01000110=70 & 00001010=10
70/10=7 in hexa 0111.

N KARTHIK REDDY said:   1 decade ago
First convert given binary numbers into decimal numbers. then divide two decimal numbers gives one decimal number. they given binary numbers as input so output must in binary. so again convert decimal number to binary.

01000110=0+64+0+0+0+4+2+0=70
00001010=0+0+0+0+8+0+2+0=10
70/10=7
7=(0111)in hexa

Amreen shah said:   1 decade ago
How will be convert binary into decimal form?

Rajineekar said:   1 decade ago
Any one explain the left shift division and right shift division.

Ratha said:   10 years ago
For hexadecimal we have to separate the numbers by 4 only? Then we write it as 70. It is 46 only? I can't understand.

Kishore said:   10 years ago
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.

Post your comments here:

Your comments will be displayed after verification.