1.2 - Memory and Storage Flashcards

1
Q

Why do computers have primary storage?

A

To store programs that are currently running and need to be accessed by the CPU.

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

What does RAM store?

A

The operating system/software/data in use.

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

What are the key features of RAM?

A

Volatile; Read and Write; larger capacity than ROM

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

What does ROM store?

A

The bootstrap, the initial program that is run when the computer is switched on, these include: checking hardware is correctly installed, and loading BIOS.

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

What are the key features of ROM?

A

Non-volatile, read-only, smaller capacity than RAM

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

What is virtual memory?

A

Part of the hard drive used as an extension to RAM.

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

Why is virtual memory needed in a computer?

A

When there is not enough memory space left in RAM to store programs that you wish to open.

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

How does virtual memory work?

A

Programs are moved from RAM into virtual memory when they’re not needed. This frees up space in RAM to store the open programs. When these programs are needed again, they’re moved to RAM and programs are moved from RAM to virtual memory to free up space in RAM. Slow process.

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

What is secondary storage?

A

Non-volatile storage that is not directly accessible by the CPU

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

Why is secondary storage needed?

A

Storage of programs and data when the computer is switched off. Backup and archive of data files.

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

How does magnetic storage work?

A

Mechanical parts move over the disk surface to magnetically read and write data.

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

How does optical storage work?

A

Light used by lasers to read and write data.

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

How does solid state storage work?

A

Data is recorded onto solid memory chips, without any moving parts.

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

What are the advantages of magnetic storage?

A

Cheap, high capacity, quick write speeds.

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

What are the disadvantages of magnetic storage?

A

Lots of mechanical parts so not very durable and portable

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

What are the advantages of optical storage?

A

Cheap, portable, small

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

What are the disadvantages of optical storage?

A

Low capacity, slow write speeds, easily scratched, require CD reader

18
Q

What are the advantages of solid state drives?

A

Durable - no moving parts; fast read-write speeds; no noisy fan, quick start-up times

19
Q

What are the disadvantages of solid state drives?

A

Expensive, but same storage as magnetic disks, limited number of read-write cycles

20
Q

Why must data be stored in binary?

A

Computers can only understand two states: power on and power off. This is represented by switches, and ‘1’s and ‘0’s.

21
Q

How do we calculate the size of a sound file?

A

Sample rate * duration * bit depth

22
Q

What is meant by sample rate?

A

Number of sound samples taken per second

23
Q

What is meant by bit depth?

A

The number of bits needed to store each sample.

24
Q

How do we calculate the size of an image file?

A

Colour depth * Image height * image width

25
Q

What is meant by colour depth?

A

The number of bits needed to store each pixel

26
Q

How do we calculate the size of a text file?

A

Number of characters * bits per character

27
Q

What is a character set?

A

A set of letters, symbols, digits that can be represented by a computer.

28
Q

How many bits is ASCII?

A

7

29
Q

How many bits is extended ASCII?

A

8

30
Q

How many bits is Unicode?

A

16

31
Q

What is resolution?

A

The concentration of pixels within a specific area.

32
Q

What are analogue sounds stored in?

A

Binary

33
Q

What is metadata?

A

Information other than image data that is stored within an image file.

34
Q

Examples of metadata?

A

Colour depth, resolution, date created, author

35
Q

How is sound digitilised?

A

By repeatedly measuring the amplitude of the sound wave at regular and set intervals.

36
Q

Why is compression needed?

A

Reduces download times (of files and data) of the Internet. Reduces storage capacity of a file.

37
Q

What is the advantage of lossy compression?

A

Greater file size reduction (than lossless compression)

38
Q

What are the disadvantages of lossy compression?

A

Data is lost and can’t be recovered; quality is compromised; can’t be used on text files or executable programs

39
Q

What are the advantages of lossless compression?

A

No data lost, reversible, usable on all data types

40
Q

What are the disadvantages of lossless compression?

A

Lower file size reduction than lossy compression