1.2.1 - Primary Storage Flashcards

1
Q

What is primary storage?

A

Small capacity, quickly accessed storage that holds the data needed while a computer is running

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

What does ROM stand for?

A

Read only memory

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

What is ROM and what does it store?

A

ROM is memory that can be read from but not written to (read only)

Stores data and instructions programmed by the manufacturer. This includes the bootstrap which loads the operating system into RAM

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

Is ROM volatile or non volatile

A

Non volatile

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

What does RAM stand for

A

Random access memory

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

What does RAM store?

A

RAM is used to hold data and instructions that are currently in use. Can hold operating systems

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

Can the data in RAM be overwritten?

A

Yes, the contents can be changed if a document is closed and another is opened

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

Is RAM volatile or non volatile

A

Volatile

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

What is the definition of volatile and non volatile

A

Volatile = data isn’t retained after the power for the computer is turned off
Non volatile = computer keeps data after being switched off

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 the use of secondary storage as additional primary memory (RAM)

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

When is virtual memory needed?

A

When RAM is nearly full and can’t hold all of the running instructions

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

How does virtual memory work?

A

Through the process of swapping. Not currently used data in RAM is held in virtual memory.

When it is needed again, data in RAM that isn’t currently used is swapped out before the original data goes into RAM.

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

What is the problem when it comes to virtual memory

A

Using virtual memory slows the computers speed

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