Primary storage Flashcards

1
Q

What does primary storage do?

A

Temporarily holds applications and data currently in use.

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

Types of primary storage?(5)

A

Random Access Memory (RAM)
Read Only Memory (ROM)
Flash memory
Cache memory
Virtual memory

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

What is RAM used for
What is ROM used for ?

A

RAM-Used to store the currently used data and instructions
ROM-Used to store instructions that don’t need to be changed in normal use

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

Is RAM volatile?

A

Volatile - data & instructions are lost when turned off

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

What can data in RAM do? (Read/written)

A

Data can be read from and written to

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

RAM memory locations?

A

Consists of uniquely identifiable memory locations.

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

Can it be upgraded?

A

It can be upgraded

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

Is ROM volatile?

A

Non-volatile - data & instructions are not lost when turned off.

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

What can data do in ROM? (Read/Written)

A

Data can only be read from.

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

Can memory locations in ROM be changed?

A

Memory locations cannot be changed

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

What is ROM used for?

A

Used for the permanent storage of data and instructions, like the boot strap instructions

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

Where is the virtual memory and what is its purpose?

A

Virtual memory is an area of the hard disk drive or solid state drive used as temporary RAM when the actual RAM is full.

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

What happens to the least recently used stored data in virt mem?

A

Usually the least recently used stored data is swapped out, it is swapped back in at the expense of other data

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

What happens to then need for virtual memory if there is more RAM?

A

The more RAM a computer has, the less virtual memory is needed.

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

What happens to the performance of a computer if RAM increases?

A

Adding more RAM will significantly improve the performance of a computer

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

Is virtual memory slower or faster than RAM and why?

A

Much slower than actual RAM due to the read/write speeds of the hard disc.

17
Q

What happens if the OS continually swaps between RAM and hard drive?

A

If the OS continually swaps between RAM and the hard drive, programs will run more slowly, known as disc thrashing

18
Q

What is Cache memory used for?

A

Used for the temporary storage of frequently accessed data and instructions.

19
Q

Is Cache memory volatile?

A

Volatile - data & instructions are lost when turned off

20
Q

What can data do on cache memory? (Read/written)

A

Data can be read from and written to.

21
Q

Is it more expensive or cheaper than RAM?

A

Expensive but quicker than RAM.

22
Q

What is flash memory used for?

A

Used for the permanent storage of data, similar to ROM but can be read to.

23
Q

Is flash memory volatile?

A

Non-volatile - data & instructions are not lost when turned off.

24
Q

What can data do on flash memory? (Read/Written)

A

Data can only be read from and written to.

25
Q

What is flash memory based on?

A

Based on NAND & NOR logic gates.

26
Q

Which parts of primary storage is permanent? (2)

A

ROM and flash memory.

27
Q

Which parts of primary storage is volatile?(2)

A

Cache memory and RAM.

28
Q

Which parts of primary storage can be changed?(3)

A

Cache memory, RAM, flash memory

29
Q

What is the fastest and slowest

A

Fastest-Cache memory
ROM
RAM
Slowest-Flash memory