Topic 1.2 Part 2 - Units and Data Representation Flashcards
How many bits in a byte?
8
How many bits in a nibble
4
What does 0 mean in binary
Off
What does 1 mean in binary
On
How many bytes in a kilobyte
1000
How many bytes in a megabyte?
1 million
How many bytes in a gigabyte?
1 billion
How many bytes in a terabyte?
1 trillion
How many bytes in a petabyte?
1 quadrillion
00000101 =
5
01000001 =
65
11111111 =
255
Why is binary easier for a computer?
It is easier to represent only two states on electrical devices
LSB means
Least Significant Bit
the LSB =
1
MSB Means
Most Significant Bit
The MSB is
the highest value on your conversion table
Overflow
Can’t fit on the 8 bit, one is added at the left end
Underflow
Can’t fit on the 8 bit, one is added onto the right end
In binary 1 + 1 = ?
10
One left shift ______ the original value
doubles
00010110 = 22 (Left Shift 1)
00101100 = 44
One right shift _____ the original value
halves
Complete the values:
B_______
D_______
H_______
Binary
Decimal
Hexidecimal