Question:medium

Arrange the following steps in correct order to binary:
• [(i)] Repeat division until becomes 0
• [(ii)] Divide the number by 2
• [(iii)] Write the remainder
• [(iv)] Write the remainder in reverse order

Show Hint

For decimal-to-binary conversion always remember: \[ \text{Divide} \rightarrow \text{Write Remainder} \rightarrow \text{Repeat} \rightarrow \text{Reverse} \] This simple sequence helps in solving conversion questions quickly.
  • (i) $\rightarrow$ (ii) $\rightarrow$ (iii) $\rightarrow$ (iv)
  • (ii) $\rightarrow$ (iii) $\rightarrow$ (i) $\rightarrow$ (iv)
  • (iii) $\rightarrow$ (i) $\rightarrow$ (iv) $\rightarrow$ (ii)
  • (iv) $\rightarrow$ (ii) $\rightarrow$ (iii) $\rightarrow$ (i)
Show Solution

The Correct Option is B

Solution and Explanation


Step 1:
Identify the first operation. The process begins by dividing the decimal number by 2. Therefore, the first step is: \[ (ii) \]

Step 2:
Record the remainder. After every division, the remainder must be noted because it becomes part of the binary representation. Therefore, the second step is: \[ (iii) \]

Step 3:
Continue the process. The quotient obtained from the division is again divided by 2. This procedure is repeated until the quotient becomes zero. Therefore, the third step is: \[ (i) \]

Step 4:
Construct the binary number. The remainders are generated from least significant bit to most significant bit. To obtain the final binary number, the remainders are written in reverse order. Therefore, the final step is: \[ (iv) \]

Step 5:
Write the complete sequence. Hence, the correct order is: \[ (ii)\rightarrow(iii)\rightarrow(i)\rightarrow(iv) \] Therefore, the correct answer is: \[ {(B)} \]
Was this answer helpful?
0


Questions Asked in Karnataka PGCET exam