Bird
0
0

Identify the error in this binary number: 11012

medium📝 Analysis Q14 of 15
Intro to Computing - How Data is Represented
Identify the error in this binary number: 11012
ABinary numbers cannot start with 1
BToo many digits for a binary number
CContains digit '2' which is invalid in binary
DMissing leading zeros
Step-by-Step Solution
Solution:
  1. Step 1: Check each digit for binary validity

    Binary digits must be only 0 or 1. The digit '2' is not allowed.
  2. Step 2: Confirm the invalid digit

    The presence of '2' makes the number invalid as a binary number.
  3. Final Answer:

    Contains digit '2' which is invalid in binary -> Option C
  4. Quick Check:

    Binary digits = 0 or 1 only [OK]
Quick Trick: Binary digits never include 2 or higher [OK]
Common Mistakes:
  • Thinking binary numbers have digit limits on length
  • Believing binary cannot start with 1
  • Assuming missing zeros is an error

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes