Topic 3 -Fundamentals of Data Representation Flashcards
1
Q
What is denary?
A
0 - infinite
2
Q
What is binary?
A
0’s and 1’s
3
Q
What does a left binary shift do?
A
x2
4
Q
What does a right binary shift do?
A
Divide 2
5
Q
0 + 0 =
A
0
6
Q
0 + 1 =
A
1
7
Q
1 + 1 =
A
0 carry 1
8
Q
1 + 1 + 1=
A
1 carry 1
9
Q
1 + 1 + 1 + 1=
A
0 carry 1 two spaces
10
Q
What is hexadecimal?
A
0 -9
A = 10
B = 11
C=12
D = 13
E =14
F = 15
11
Q
What is ASCII?
A
A character set that uses 7 bits to represent numbers, symbols and characters
12
Q
What is a disadvantage of ASCII?
A
Only in one language
13
Q
What is unicode?
A
A character set based of ASCII for backwards compatibility that represents all major languages.
Uses 16 bits
14
Q
What is resolution?
A
Total number of pixels
15
Q
What is a pixel?
A
The smallest element of an image