Primary and Secondary Storage Flashcards

1
Q

What is RAM?

A

Random Access Memory, main memory in a computer

RAM is volatile and stores data while it is being used.

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

What is the primary characteristic of RAM?

A

It can be read and written, and is volatile

Data is lost when power is turned off.

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

What happens when a computer is booted up regarding RAM?

A

The OS, software, and open files are copied from secondary storage to RAM

This allows the CPU to access them quickly.

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

How does RAM compare in speed to CPU cache and secondary storage?

A

Slower than CPU cache but faster than secondary storage

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

What is ROM?

A

Read Only Memory, which is non-volatile

Built into the motherboard and contains boot instructions.

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

What is the function of ROM when a PC is powered on?

A

The CPU reads instructions from ROM to copy the OS to RAM

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

Define volatile memory.

A

Temporary memory that requires power to retain its data

Examples include RAM, CPU registers, and cache.

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

Define non-volatile memory.

A

Permanent memory that keeps its content without power

Examples include ROM and secondary storage.

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

What is virtual memory?

A

A method where sections of the hard disk are used for the CPU to store data when RAM is full

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

Is virtual memory volatile or non-volatile?

A

Volatile

Data is lost when the computer is turned off.

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

What process is referred to as disk thrashing?

A

The slow and noisy process of moving data between RAM and virtual memory

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

How can virtual memory compensate for a lack of RAM?

A

By using sections of the hard disk as temporary storage for the CPU

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

Why would it be beneficial to get more RAM instead of relying on virtual memory?

A

More RAM allows for faster data access and reduces the need for disk thrashing

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

Give two examples of data that can be stored in RAM.

A
  • Open applications
  • Active documents
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the purpose of secondary storage?

A

To provide long-term storage of data, files, software, and the OS

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

What would happen without secondary storage?

A

Software would need to be reinstalled each time, and files could not be saved

17
Q

List the types of secondary storage.

A
  • Optical
  • Magnetic
  • Solid State
18
Q

What are the positive aspects of optical storage?

A
  • Cheap
  • Lightweight
  • Portable
19
Q

What are the negatives of optical storage?

A
  • Slow access time
  • Prone to scratches
20
Q

What are the positives of magnetic storage?

A
  • Cheap
  • Large capacity
  • Reliable
21
Q

What are the negatives of magnetic storage?

A
  • Slow access time
  • Fragile
22
Q

What are the positives of solid state storage?

A
  • Durable
  • Fast access time
  • No noise
  • Medium capacity
  • Low power
23
Q

What are the negatives of solid state storage?

A
  • Limited number of read/write cycles
  • Expensive compared to others
24
Q

Define data capacity terms: Bit, Nibble, Byte.

A
  • Bit - 1 bit
  • Nibble - 4 bits
  • Byte - 8 bits
25
Q

What is a Kilobyte in terms of bytes?

A

1000 bytes

26
Q

How many bits are in a Megabyte?

A

8 million bits

27
Q

How many bytes are in a Gigabyte?

A

1 billion bytes

28
Q

What is the formula for calculating the size of an image file?

A

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

29
Q

What is the formula for calculating the size of a sound file?

A

Sample rate * duration * bit depth