Question
Easy

Which of the following value is not equal to $(7214)_8$?

1
$(111010001100)_2$
2
$(EAC)_{16}$
3
$(3724)_{10}$
4
$(322030)_4$
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): To determine which value is not equal to $(7214)8$, we must convert the original octal number and all options to a common base, typically the decimal system (base 10), for a direct comparison. The octal number $(7214)8$ is calculated by positional weighting as $(7 \\times 8^3) + (2 \\times 8^2) + (1 \\times 8^1) + (4 \\times 8^0)$, which equals $3584 + 128 + 8…Read More