| |
|
Binary Numbers
-
What is the value of binary number 0 0 0 0 0 0 1 1 in base 10? 3 (2 + 1)
-
What is the value of binary number 0 0 0 1 1 0 0 1 in base 10? 25 (16 + 8 + 1)
-
What is the value of binary number 0 0 0 0 0 0 0 0 in base 10? 0
-
What is the value of binary number 0 0 1 0 0 0 0 0 in base 10? 32
-
What is the value of binary number 0 0 0 0 1 1 0 0 in base 10? 12 (8 + 4)
Answers:
- What is the value of binary number 1 0 0 0 0 1 0 0 in base 10? -124 (-128 + 4)
- What is the value of binary number 1 0 0 0 0 0 1 0 in base 10? -126 (-128 + 2)
Answers:
- What is the smallest (most negative) value that you can store in 8 bits? -128
- What is the largest (biggest positive) value that you can store in 8 bits? 127 (1+2+4+8+16+32+64)
|
|