Section 3 Chapter 14 - Bits, bytes and binary Flashcards
1
Q
Bit
A
Either a 1 or a 0
2
Q
Byte
A
A set of eight bits
3
Q
Nibble
A
A set of four bits
4
Q
Kilobyte
A
1000 bytes
5
Q
Kibibyte
A
1024 bytes
6
Q
Symbol for megabyte
A
M
7
Q
Symbol for mebibyte
A
Mi
8
Q
ASCII
A
A code for representing characters. 7 bits are used to represent a total of 128 different characters.
9
Q
ASCII “0”
A
48
10
Q
ASCII “A”
A
65
11
Q
ASCII “a”
A
97
12
Q
Why ASCII cannot be used for arithmetic
A
Because the codes for the numbers characters are not equal to the numbers actual value
13
Q
How many bits in an ASCII character
A
Originally 7 but now sometimes 8
14
Q
Unicode
A
A code for representing all worldly characters
15
Q
Advantage of unicode
A
Now all languages operate under one system and there is no incompatibility. All characters are represented.