Question:

The BCD code of decimal number 255 is

Show Hint

In BCD, convert each decimal digit separately instead of converting the entire number into binary.
Updated On: Jun 25, 2026
  • 0010 0101 0101
  • 1111 1111 1110
  • 1111 1111 1111
  • 0111 1111 1111
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Concept: BCD (Binary Coded Decimal) represents each decimal digit separately using 4 bits.

Step 1:
Write each decimal digit.
\[ 255 = 2,\;5,\;5 \]

Step 2:
Convert each digit into BCD.
\[ 2=0010 \] \[ 5=0101 \] \[ 5=0101 \]

Step 3:
Combine the groups.
\[ 255 = 0010\;0101\;0101 \] \[ \boxed{0010\;0101\;0101} \]
Was this answer helpful?
0
0