1.2: MEMORY AND STORAGE 4.0 Flashcards

1
Q

what is metadata?

A

data about data

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

why does a computer require meta data? (2)

A
  • computer needs to know the size of the image in terms of height, width and colour depth in bits per pixel and format
  • this allows the computer to recreate the image from binary.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

examples of metadata:

A
Height / width / resolution / dimensions of image​
Colour depth​
Resolution​
Details of hardware/software used​
Date / time created
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

EQ: show how an input is represented in ASCII/Unicode (2)

A
  • each character would be represented by one/two bytes by its binary ASCII/Unicode value
  • written in the same order that the characters are entered in
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how must analogue sounds be recorded? and in what form?

A

analogue sounds must be digitally recorded in binary

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

what is amplitude?

A

height of the sound wave

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

Explain how sampling is used to store audio recordings: (2)

A
  • an analogue-to-digital converter will measure the amplitude of the sound wave emitted and store it in binary/digital form.
  • measurements are taken at regular time intervals
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is sample rate?

A

number of samples recorded in any given period of time

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

what is sample rate measured in?

A

Herts (Hz)

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

what is bit depth?

A

number of bits used to record each sample

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

what is the correlation between sample rate and sound quality?

A

The higher the sample rate, the closer the recorded signal is to the original.

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

what is the correlation between bit depth and sound accuracy? and how does this affect file size?

A
  • the higher the bit depth, the more accurately a sound can be recorded
  • the larger the file size would be
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is bit rate?

A

a measure of how much data is processed for each second of sound

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

what is bit rate usually measured in?

A

kbps

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

equation for calculating bit rate?

A

Sample rate × bit depth

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

what is the correlation between bit rate and sound quality

A

the higher the bit rate, the better the quality of the recorded sound will be

17
Q

Advantages and Disadvantages of taking LESS samples: (2)

A

A-smaller file size as less data is stored

DA-sound will lose some quality and not be as accurate

18
Q

Advantages and Disadvantages of taking MORE samples: (2)

A

A-sound will be more accurate and have a better quality

DA- larger file size as more data is stored

19
Q

compare the use of ASCII and Unicode: (2)

A
  • Unicode uses more bits(16), whereas ASCII uses less bits(8)
  • Unicode can represent more character, whereas ASCII can represent fewer characters
20
Q

ADVANTAGES of LOSSY compression: (3)

A

Advantages​:

  • file size is reduced so it is quicker to upload / download​
  • takes up less storage space on hard drive// space on the web server
  • uses less bandwidth /mobile data
21
Q

DISADVANTAGES of LOSSY compression: (3)

A
  • quality of image is reduced because data is lost.
  • reduction is permanent / not reversible.
  • the decompressed file is not identical to the original
22
Q

ADVANTAGES of LOSSLESS compression: (3)

A
  • file is compressed without the loss of data.
  • No bits are lost after the image has been restored.
  • crucial for files where missing data would result in a negative impact eg; missing text from source code