P2 T1 L3 - 2's Comlement Flashcards
Give the names, symbols and powers for the (4) binary prefixes
- kibi - Ki - 2^10
- mebi - Mi - 2^20
- gibi - Gi - 2^30
- tebi - Ti - 2^40
Give the names, symbols and powers for the (4) decimal prefixes
- kilo - K- 10^3
- mega - M - 10^6
- giga - G - 10^9
- tera - T - 10^12
Quantities of _____ can be described using:
______ prefixes representing powers of 2
OR
______ prefixed representing powers of 10
bytes
binary
decimal
Generally, hardware devices use ______ units while software uses _____.
decimal
binary
The leftmost bit is often referred to as the _____ significant bit.
The rightmost bit is often referred to as the ______ significant bit.
most (MSB)
least (LSB)
(Two’s Complement)
The ___, the ‘sign’, indicates whether the number is positive or negative. (0 is positive, 1 is negative)
Besides being a sign the ___ also has a value.
MSB
MSB
State the decimal value of 1111 in two’s complement
-1
4 steps to translate NEGATIVE 2’s complement number to denary
- flip the bits (0-1,1-0)
- Translate into denary
- Add 1 to the result
- make the number negative
3 steps to translate NEGATIVE denary to 2’s complement
- Find the binary value of the equivalent positive denary number
- Flip the bits
- Add 1 to the result