2.1.5 - Identify the need for persistent storage. Flashcards

1
Q

Why is persistent storage needed?

A

Persistent storage, also known as secondary storage, is needed because primary memory is volatile.

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

What is primary/main memory?

A

Primary/Main Memory is the main working memory, generally volatile (except ROM), and directly accessible by the CPU.

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

What are the types of primary/main memory?

A

Types of primary/main memory include registers, cache, RAM, and ROM.

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

What are registers?

A

Registers are the smallest and fastest type of primary memory, used to hold data the CPU is currently working on.

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

What is cache memory?

A

Cache memory is small, fast, and close to the CPU, used to hold frequently used data.

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

What is RAM?

A

RAM holds data and instructions from running programs.

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

What is ROM?

A

ROM is non-volatile memory that holds the operating system’s start-up instructions and BIOS.

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

What is secondary memory?

A

Secondary memory comprises slower but higher capacity devices, is non-volatile, and not directly accessible by the CPU.

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

What are the types of secondary memory?

A

Types of secondary memory include hard disks, magnetic tape, optical disks, and flash drives.

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

What is virtual memory?

A

Virtual memory is used when primary memory is overloaded, sending data to secondary storage temporarily and returning it to primary storage when needed. It is slower and stored in units called ‘pages’.

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