Question
Easy

1000 of 8421 binary coding system is equal to 1011 in ........ binary coding.

1
5211
2
Excess-3
3
2421
4
4221
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 B
Explanation

The correct option is (2): The question asks to find a binary coding system where the code 1011 is equivalent to the decimal value represented by 1000 in the 8421 system. The 8421 code is the standard weighted Binary Coded Decimal (BCD) code, where the four bits are assigned the weights 8, 4, 2, and 1, respectively. Therefore, the code $1000\_{8421}$ represents the decimal digit calculated as $(1 \\times 8)…Read More