Bird
0
0

A computer uses binary to represent data. If you want to store the decimal number 13, which binary number should be stored?

hard📝 Application Q8 of 15
Intro to Computing - How Data is Represented
A computer uses binary to represent data. If you want to store the decimal number 13, which binary number should be stored?
A1101
B1011
C1110
D1001
Step-by-Step Solution
Solution:
  1. Step 1: Convert decimal 13 to binary

    Divide 13 by 2 repeatedly: 13/2=6 remainder 1, 6/2=3 remainder 0, 3/2=1 remainder 1, 1/2=0 remainder 1. Reading remainders backward: 1101.
  2. Step 2: Verify binary number

    Binary 1101 equals (1x8)+(1x4)+(0x2)+(1x1)=13 decimal.
  3. Final Answer:

    1101 -> Option A
  4. Quick Check:

    Decimal 13 = Binary 1101 [OK]
Quick Trick: Convert decimal to binary by dividing by 2 [OK]
Common Mistakes:
  • Mixing up remainder order
  • Choosing wrong binary digits
  • Confusing binary with decimal digits

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Intro to Computing Quizzes