Topic 1.2 Part 2 - Units and Data Representation Flashcards

1
Q

How many bits in a byte?

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How many bits in a nibble

A

4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does 0 mean in binary

A

Off

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does 1 mean in binary

A

On

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How many bytes in a kilobyte

A

1000

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many bytes in a megabyte?

A

1 million

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How many bytes in a gigabyte?

A

1 billion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many bytes in a terabyte?

A

1 trillion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How many bytes in a petabyte?

A

1 quadrillion

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

00000101 =

A

5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

01000001 =

A

65

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

11111111 =

A

255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Why is binary easier for a computer?

A

It is easier to represent only two states on electrical devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

LSB means

A

Least Significant Bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

the LSB =

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

MSB Means

A

Most Significant Bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

The MSB is

A

the highest value on your conversion table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Overflow

A

Can’t fit on the 8 bit, one is added at the left end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Underflow

A

Can’t fit on the 8 bit, one is added onto the right end

20
Q

In binary 1 + 1 = ?

21
Q

One left shift ______ the original value

22
Q

00010110 = 22 (Left Shift 1)

A

00101100 = 44

23
Q

One right shift _____ the original value

24
Q

Complete the values:
B_______
D_______
H_______

A

Binary
Decimal
Hexidecimal

25
Values of Denary (Base 10)
0-9
26
Values of Hex (Base 16)
0-15
27
Denary - Hex 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
0 1 2 3 4 5 6 7 8 9 A B C D E F
28
Binary - Hex 00011010
1A
29
Hex - Binary FF
255
30
Denary - Hex 24
18
31
Hex - Denary AB
171
32
How to convert from Hex > Binary > Denary?
Take the first letter or number and put that in the Most Sig Nibble (Bit numbers 16, 32, 64, 128. A = 1010). Take the second letter or number and put that in the least significant nibble (Bit numbers 1, 2, 4, 8. B = 1011). Then put them together, AB = 10101011.
33
ASCII means:
American Standard Code for Information Interchange
34
ASCII has __ bits
7
35
ASCII Extended has __ bits OR is 1 _____
8 bits 1 byte
36
_______ replaced ASCII Extended
UNICODE
37
Colour Depth of an image is how many ____ make up a pixel
bits
38
Image size is calculated by _____ x _____ Use the equation above to work out: - width 17 - depth 14 - colour Depth 1
Width x Height 17x14 = 238pixels
39
The impact of colour depth on file size:
The number of bits required for each pixel is known as the Colour Depth. The greater the Colour Depth & Resolution, the larger the file size is
40
The impact of resolution on file size:
If the resolution is higher therefore the file size is bigger
41
Metadata is:
all the information for the image (width/length/colour depth)
42
Sound File Size
the total number of bits in a sound file. Number of Bits x Number of Bits Per Sample x Length of Sample in Seconds
43
Bit depth
The number of bits stores per sample. the higher the bit depth, the greater the quality of sound and the larger the file size.
44
Sample Rate
the number of samples stored per second. the higher the sample rate, the higher the quality of sound and the larger the file size.
45
How is sound converted to a digital file?
An analogue-to-digital converter (ADC) converts the analogue signal from a microphone to a digital signal for the computer to process, recording can be affected by the low sample rate its taken at, as there isn't as much data points as if it were taken at higher one.