Answers
Home - About Us
 

 

Binary Numbers

  1. What is the value of binary number 0 0 0 0 0 0 1 1 in base 10?   3    (2 + 1)
  2. What is the value of binary number 0 0 0 1 1 0 0 1 in base 10?   25  (16 + 8 + 1)
  3. What is the value of binary number 0 0 0 0 0 0 0 0 in base 10?   0
  4. What is the value of binary number 0 0 1 0 0 0 0 0 in base 10?   32
  5. What is the value of binary number 0 0 0 0 1 1 0 0 in base 10?   12   (8 + 4)

Answers:

  1. What is the value of binary number 1 0 0 0 0 1 0 0 in base 10? -124   (-128 + 4)
  2. What is the value of binary number 1 0 0 0 0 0 1 0 in base 10? -126   (-128 + 2)

Answers:

  1. What is the smallest (most negative) value that you can store in 8 bits?  -128
  2. What is the largest (biggest positive) value that you can store in 8 bits?   127 (1+2+4+8+16+32+64)

 

 

Home - About Us
Copyright © 2006 by Kiowok, Ann Arbor, Michigan, USA