1.4.1 Data Types
1.4.1 Data Types
Boolean Truth values associated with Logic & Boolean algebra. True (1), False (0)
210/16 = 13r2 16 1
= D2 D 2
0 – Positive mantissa
1 – Negative mantissa
This is a positive
mantissa so the left most
1 has a positive place
value.
This is a negative
mantissa so the left
most 1 has a negative
place value.
Logical Shifts:
Left Logical Shift – Multiplication by two to the power of the number of places shifted.
E.g Shift Left by 3 of 10010110 10010110000.
Right Logical Shift – Division by two to the power of the number of places shifted.
Masks:
A mask can be applied to binary numbers by combining them with a logic gate.