MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

COMPUTER ORGANIZATION

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In signed magnitude binary division if the dividend is (111000)2 and divisor is (10011)2 then the result is
A
(00100)2
B
(10100)2
C
(11001)2
D
(01100)2
Explanation: 

Detailed explanation-1: -Can you explain this answer? defined & explained in the simplest way possible. Besides giving the explanation of In signed-magnitude binary division, if the dividend is (11100)2 and divisor is (10011)2 then the result is a)(00100)2b)(10100)2c)(11001)2d)(01100)2Correct answer is option ‘B’.

Detailed explanation-2: -The sign of the binary number is determined by the leading (furthest left) digit. If it is a 1, then it is negative, and the magnitude, or absolute value, can be found by flipping all 1’s to 0’s and 0’s to 1’s. If it is a leading 0, then treat it like a normal binary number.

Detailed explanation-3: -Step 1: First, look at the first two numbers in the dividend and compare with the divisor. Add the number 1 in the quotient place. Then subtract the value, you get 1 as remainder. Step 3: Repeat the process until the remainder becomes zero by comparing the dividend and the divisor value.

There is 1 question to complete.