Question
Easy

On dividing $(101011)_2$ by $(11)_2$ the quotient and remainder respectively are:

1
$(1110)_2$ and $(1)_2$
2
$(1101)_2$ and $(0)_2$
3
$(1110)_2$ and $(0)_2$
4
$(1011)_2$ and $(1)_2$
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer System & Hardware Fundamentals
Topic: Encoding Schemes and Number System
Correct Answer
Option A
Explanation

The correct option is (1): The solution requires performing binary long division, which is the standard method for dividing binary numbers, much like long division in decimal. The dividend is $(101011)\_2$, and the divisor is $(11)\_2$. In decimal terms, this is $43 \\div 3$. We start the process by attempting to divide the first few bits of the dividend by the divisor. We find that $101\_2 \\div 11\_2$ is $1$…Read More