What is a binary shift?
Moving all the bits to the left or right
What does a binary left shift do?
Shifts all binary digits to the left, Multiplying the number by two
What does a binary right shift do?
Shifts all binary digits to the right, dividing the number by two
What is Binary?
A two base number system
What is denary?
A ten base number system
Why use hexadecimal?
Closely related to a nibble (4 bits) so are useful for representing large numbers