Primary Storage Flashcards

(10 cards)

1
Q

What is primary storage?

A

Primary Storage consists of ROM and RAM Registers and Cache.

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

What is secondary storage?

A

Secondary Storage is long-term, non-volatile storage of files and programs.

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

Why is primary AND secondary storage needed?

A

Primary is needed to store data & instructions that the CPU needs to access. Secondary is needed to store files long-term.

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

What is the purpose of ROM?

A

ROM is used to store the boot-up sequence or BIOS program that the CPU executes as soon as it turns on. The BIOS contains instruction that load the operating system from secondary storage into RAM for the computer to continue booting up.

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

What is the purpose of RAM?

A

RAM temporarily stores. (1) Part of the Operating system currently in use by the CPU, (2) Programs currently in use by the CPU (3) Data currently in use by the CPU.

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

Describe two differences between RAM and ROM.

A

“RAM stores programs and data that are currently in use by the CPU whereas ROM stores boot up instructions for starting up the computer”.

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

Why is Virtual Memory needed?

A

When RAM is full no more programs can be opened, so VM allows users to have more programs open at once than can fit in RAM.

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

How does Virtual memory work?

A

When RAM is full (1) parts of programs that are not currently used (1) are moved /transferred from RAM into secondary storage (1) so that RAM has space for a new program to load. Once the original program is needed again it is moved from the secondary storage back into RAM. (1) Using virtual memory allows users to have more programs open at once than can fit in RAM.

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

What are the disadvantages of Virtual memory?

A

VM is slower to access data than using RAM directly (because data has to be moved back to RAM first).

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

What are the disadvantages of Virtual memory?

A

Moving data between RAM and VM takes processor time. *must say slower to access data not just “slower” (If this happens excessively and the CPU needs to constantly move programs to and from the hard disk this is called disk thrashing.)

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