1.2.4 Data Storage Flashcards

(31 cards)

1
Q

What is metadata?

A

Data associated with a file that are used to reconstruct the original document, image or sound

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

What is a binary shift?

A

Moving the digits in a binary number left or right. Each time the value is shifted one place to the left number is multiplied by two each time the value is shifted one place to the right the value is divided by two.

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

What is a character set?

A

The set of characters that a computer can recognise based on their binary

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

The use of binary code to represent characters

A

Each press of a key on a keyboard, the computer registers as a binary code to represent each character

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

Why do computers need to come to an agreement as to which codes are used for each symbol?

A

Otherwise, computers will not be able to exchange information

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

What is a parity check?

A

Basic error detection method picks up corrupted bits

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

How many characters are available in ascii

A

128

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

How many characters are in extended ascii?

A

256

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

What is Unicode?

A

16 bit code to represent many additional non-English characters and a wide range of symbols

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

How many characters are available in Unicode?

A

2^16

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

What is ascii in relation to Unicode?

A

Ascii is a subset of Unicode

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

Equation for text file size

A

Number of characters times number of bits per character

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

How are images represented on screen?

A

A series of pixels

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

What is a pixel?

A

The smallest element of an image, they are stored in a computer as binary codes

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

What does the number of bits used for each pixel determine?

A

How many colours each pixel can represent

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

What is image meta data?

A

Image meta data contains information that tells the computer how to reproduce the image from the binary data stored

17
Q

What is colour depth?

A

The number of bits used per pixel

18
Q

What is resolution?

A

The number of pixels per unit of distance

19
Q

What does a higher colour depth mean?

A

A large number of colours can be represented giving a better quality image. More data is stored making the image file larger

20
Q

What does a higher resolution mean?

A

More pixels are used to represent the image meaning the quality is better and it can be made larger without losing resolution. More data is needed to represent the pixel meaning the file needed to store the data is larger.

21
Q

What is the equation for image file size?

A

Colour depth x image height (px) x image width (px)

22
Q

What are sounds?

A

A series of vibrations that continuously vary and can’t take any value they are analogue

23
Q

How is sound stored on a computer?

A

Sound is sampled at regular intervals by a device that, convert analogue to digital signals, and the digital values are stored as binary

24
Q

What is sample rate?

A

The number of samples taken per second measured in hertz

25
What is duration?
The length of time that the sound is sampled for, measured in seconds or minutes
26
What is bit depth?
The number of bits used to store each sample
27
What does a more frequently taken sample mean?
The better the approximation to the original sound, but the large of the file needed to store the data
28
What does a long duration mean?
The larger the file needed to store the data
29
What does a greater bit depth mean?
The more data is stored about each sample and the better the quality of the sound but the greater the file needed to store the data
30
What is the sound file size equation?
Sample rate (Hz) X bit depth x duration (seconds) X number of channels
31
Explain how reducing a number of colours in an image can reduce its file size
Fewer bits are needed per colour which means fewer bits per pixel