Question:

The quotient, if the binary number \(11010111\) is divided by \(101\), is

Show Hint

To divide binary numbers, convert to decimal, divide, then reconvert to binary.
Updated On: May 12, 2025
  • \(101011\)
  • \(101010\)
  • \(101101\)
  • \(111001\)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Convert binary values to decimal.
Dividend: \(11010111_2 = 215_{10}\), Divisor: \(101_2 = 5_{10}\)
Step 2: Perform decimal division.
\(215 \div 5 = 43\), remainder 0
Step 3: Convert quotient back to binary.
\(43_{10} = 101011_2\)
Was this answer helpful?
0
0