1.3 Data Storage Flashcards

To learn about data storage

You may prefer our related Brainscape-certified flashcards:
1
Q

How is data stored on a computer?

A

All data stored on a computer is stored in Binary (1’s and 0’s)

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

Why don’t we type in Binary

A

Because it would take too long, so the computer translates the binary into ‘human languages’

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

What is ASCII?

A

A table of commonly agreed translations for all computers to exchange/record characters with. ASCII is an 8-bit language, meaning that there are only 256 possible characters, which for multiple languages is not enough for multiple languages and is therefore no longer used commonly.

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

What is Unicode?

A

A table of commonly agreed translations for all computers to exchange / record characters with. Unicode is 16-bit and therefore has 65,536 characters.

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

How could you represent a basic black and white image?

A

With 1 being white and 0 being black. A 6 X 3 image could be stored like this 000011 100001 110000
⬛⬛⬛⬛⬜⬜
⬜⬛⬛⬛⬛⬜
⬜⬜⬛⬛⬛⬛

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

What is metadata?

A

Dimensions of an image for example, what font a text is in, or bits per character.

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

What does a file extension do?

A

such as .jpg .png .docx

it tells the computer the rules of this price of data, such as font, text size, format, what software to open it with.

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

What is RGB ?

A

Varying amounts of red, green and blue make any colour.

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

What are colour values?

A

Each colour usually has 255 values (8-bits). If we have red green and blue, we have 16 milion different colour combinations (24-bits).

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

What is the ‘sample rate’?

A

How many times per second the analogue sound signal is measured.

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

What is the ‘sample resolution’?

A

How many bits per time frame are used to record the analogue audio. For example, 8-bit, 128-bit. The measure of accuracy is how many unique values of amplitude we can store, what delines this is the number of bits used.

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

How can data be compressed?

A
  • Bit structure manipulated
  • Analogue signals measured less often
  • Pictures with areas of the same or similar colours are counted as the same (depending on algorithm used)
  • Words that are repeated in a document are deleted and their positions recorded
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is ‘Lossy’ data compression?

A

Redundant or unnecessary data is removed eg. in patterns where things are repeated.

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

What is ‘Lossless’ data compression?

A

No data is lost, a shortened version of the data is recorded and then reconstructed when needed.

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

What is ‘sample rate’? (sound)

A

How many times per second an analogue signal is measured

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

What is ‘sample resolution’? (sound)

A

How many bits per second are used to record audio. This will determine the accuracy of the sound ie how many unique values of amplitude there can be.

17
Q

What is a ‘file format’ used for?

A
  • Method used to store different types of data depending on what they are
  • They are need so a computer knows what method a piece of data has been stored so it can open it so the user understands it
  • There are many different types of file formats, some are generic and some are software specific
  • Most files formats are . then 3 or 4 characters abbreviating its name