Unit 2 Binary Check

Decimal

Base 10 - System we use

Binary

Base 2 - system computers use

Byte

8 bits

255

Biggest number with 8 bits

0

Smallest number with 8 bits

7

00000111

8

00001000

5

00000101

128

Column heading of 8th bit

16

Column heading of 5th bit

1024

number of bytes in a Kilobyte

00010000

16 in binary (8 bits)

00100101

37 in binary(8 bits)

00000000

0 in binary(8 bits)

11000000

192 in binary(8 bits)

11111111

255 in binary(8 bits)

85

the binary number 01010101

15

the binary number 00001111

200

the binary number 11001000