Question
Easy

The BCD number for decimal 473 is:

1
111011010
2
110001110011
3
10007110011
4
10011110011
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 C
Explanation

The correct option is (3): The BCD (Binary Coded Decimal) conversion method is a straightforward process in digital electronics and computer science, requiring that each decimal digit is converted independently into its 4-bit binary equivalent. The decimal number 473 is composed of the digits 4, 7, and 3. To find the BCD representation, we must find the 4-bit binary code for each digit: the decimal digit 4 is $0100\_2$, the…Read More