Unit 4.1 - 4.5 | Binary Numbers Flashcards
1
Q
What numbers do binary systems use?
A
1s And 0s
2
Q
What is the max Denary value for a nibble?
A
Max Denary Value 15 (1,2,4,8)
3
Q
What is the max Denary value for 1 byte?
A
Max denary value 255 (1,2,4,8,16,32,64,128)
4
Q
What is 1110 Binary to Denary?
A
14 Base 10
5
Q
Add the Binary Numbers 0001 + 0111 to Denary
A
1000 = 8 Base 10
6
Q
Do you Multiply or Divide when you Left Shift a binary number
A
Multiply
7
Q
Do you Multiply or Divide when you Right Shift a binary number
A
Divide