2.1.4 Data Representation Flashcards

(28 cards)

1
Q

How many bits in a nibble?

A

4 bits are in a nibble

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

How many bits are in a byte?

A

8 bits are in a byte

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

How many byte in a kilobyte (Kb)?

A

1024/1000 bytes in a kilobyte

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

How many kilobytes in a megabyte (Mb)?

A

1024/1000 kilobytes in a megabyte

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

How many megabytes in a gigabyte (Gb)?

A

1024/1000 megabytes in a gigabyte

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

How many gigabytes in a terabyte?

A

1024/1000 gigabytes in a terbyte

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

What base number is binary?

A

Binary is a base 2 number system

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

What is ASCII? and what does it do?

A

Its the American Standard Code for Information Exchange. It turns the binary representation into a letter (based on the English alphabet)

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

What is Hexadecimal?

A

A base 16 number system used to make binary easier to understand, but has to be translated for computers to understand

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

What is hexadecimal used for?

A

Colour referencing (red, blue, green), assembly language, error messages and MAC address

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

What are the numbers for a hex table?

A
0 = 0
1 = 1
2 = 2
3 = 3
4 = 4
5 = 5
6 = 6
7 = 7
8 = 8 
9 = 9
10 = A
11 = B
12 = C
13 = D
14 = E
15 = F
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are images made up of?

A

Dots aka pixels

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

Why is an image called a bitmap?

A

Because it’s a map of bits (pixels)

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

What does PPI stand for?

A

Pixels per inch

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

What does DPI stand for?

A

Dots per inch

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

How many colours can you have for 1 bit, 2 bits, 3 bits, 8 bits and 16 bits?

A
1 bit = 2 colours
2 bits = 4 colours
3 bits = 8 colours
8 bits = 256 colours
16 bits = 65,536 colours
17
Q

What is meta data?

A

Image data that allows the computer to recreate the image from the binary data in the file

18
Q

What must meta data contain?

A

Height and width in pixels, colour depth in BPP(bits per pixel)

19
Q

What is analogue?

A

Made from a variation of dynamics and frequencies and records continuously

20
Q

What is sample rate?

A

The number of audio samples captured every second

21
Q

What is bit depth?

A

The number of bits available

22
Q

What is bit rate?

A

The number of bits used per second/kilobytes per second

23
Q

What is audio stored in?

24
Q

Why isn’t computer recorded sound pure?

A

The sound has been digitized

25
What does sampling do?
Records snippets of sound at set intervals
26
What happens to sound when recorded with a higher bit rate?
It will record more detail of the sound and improve the quality, will need larger storage
27
What does MP3 lossy compression do?
It removes part of the sound that are least likely to be noticed by the human ear (e.g. frequencies we cant hear)
28
Why are WAV files bigger than MP3 files?
WAV doesn't use lossy compression, and are less good for sharing, but are higher quality