1.2 Memory and Storage Flashcards

1
Q

Features of Primary Storage

A

Very quick because accessed by CPU
Smaller in storage size
Includes RAM and ROM

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

Features of Secondary Storage

A

Slower because not directly accessed by CPU
Larger in storage size
Long-term storage because non-volatile
Includes optical, magnetic and solid state storage

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

Describe the features of RAM

A

RAM is volatile, and stores all currently running programs

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

Describe the features of ROM

A

ROM is non-volatile, read-only, and stores the bootstrap

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

What is virtual memory?

A

An extension of the hard disk drive (secondary storage) which stores programs when there is insufficient space in RAM

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

How does the use of virtual memory work?

A

If new data is needed to be stored in RAM, then unused data is moved to virtual memory to allow space in RAM.
If the unused data is required again, it can be moved back from VM to RAM.

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

What are the benefits of VM?

A

It allows more programs to be run with less system slowdown

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

What is an overflow error?

A

When a binary value is too large to be stored in the bits available

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

What is a character set?

A

A defined list of characters that are recognised and can be stored in a computer system.

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

How many bits are used to store a character in:
ASCII extended
Unicode

A

8 bits (1 byte) = max 256 characters
24 bits (3 bytes) = over 16 million characters
unicode is stored as 6 hex digits

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

Formula for calculating file size of a text file

A

bits per character x number of characters

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

What is color depth?

A

the number of bits used to represent a color

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

Formula for calculating file size of an image

A

resolution x color depth

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

Formula for calculating number of colors available

A

2 to the power of (color depth)

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

What is metadata?

A

Additional data about a file’s data

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

How are analogue waves converted to digital waves?

A

They are digitally recorded and stored in binary.
The amplitude of the analogue sound wave is measured and recorded in binary at specific intervals.

17
Q

What is sample rate?

A

The number of times the amplitude of a sound wave is measured. (kHz)

18
Q

What are the effects of higher sample rates on the file size?

A

Better audio quality since it more closely resembles an analogue wave.
Larger file sizes because more data is being stored

19
Q

What is bit depth?

A

The number of bits used to store each sample.

20
Q

What are the effects of higher bit depths on the file size?

A

Better audio quality since it more closely resembles an analogue wave.
Larger file sizes because more data is being stored

21
Q

Formula for calculating sound file size

A

sample rate x bit depth x duration

22
Q

What is compression?

A

To compress a file and make the size smaller

23
Q

What are the benefits of compression?

A

Files:
take up less storage space (more files can be stored)
can be transferred/read from/written to quicker

24
Q

How does lossy compression compress a file?

A

Permanently removes data undetectable to humans. This greatly reduces the size of the file without compromising the quality of the file too much.

25
Q

How does lossless compression compress a file?

A

Reduces the size of a file without permanently removing any data. Therefore, the file is returned to its original form when decompressed, so no quality is lost.

26
Q

What are the most suitable files for lossy/lossless compression to compress?

A

Lossy: videos/audio/photos
Lossless: executable files or word documents