Question
Easy

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

1
$(110001000011)_2$
2
$(C43)_{16}$
3
$(3139)_{10}$
4
$(30103)_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 D
Explanation

The correct option is (4): To determine which value is not equal to $(6103)8$, we first need to convert the octal number to its decimal equivalent, as decimal is the easiest base for direct comparison. The value of $(6103)8$ in base 10 is calculated as: $6 \\times 8^3 + 1 \\times 8^2 + 0 \\times 8^1 + 3 \\times 8^0 = 6 \\times 512 + 1 \\times 64 + 0…Read More

Which of the following - HTET Level 3 | Clear Cutoff