1.2 Memory And Storage Flashcards
1
Q
Bit
A
1 or 0
2
Q
Nibble
A
4 bits
3
Q
Byte
A
8bits
4
Q
Kilobyte
A
1024 bytes (1000)
5
Q
Megabyte
A
1024 kilobytes (1000 )
6
Q
Gigabyte
A
1024 megabytes
7
Q
Terabyte
A
1024 gigabytes
8
Q
Petabyte
A
1024 terabytes
9
Q
Why binary
A
Easier to represent only 2 states using electrical components
10
Q
Overflow errors occur
A
When the number you are presenting is larger than 255 and you need an additional bit
11
Q
Left shift is
A
Multiplication
12
Q
Right shift is
A
Division
13
Q
Hex
A
0123456789 ABCDEF
14
Q
Character set
A
A set of characters each with a binary value assigned
15
Q
ASCII is 7 bits how many characters?
A
127