Primary Storage Flashcards

1
Q

What is primary storage?

A

Primary storage is internal storage than can be directly accessed by the CPU

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

What happens if storage is volatile?

A

Volatile means the data is lost whenever the power is turned off: so it is temporary.

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

What happens if storage is non-volatile?

A

Non-volatile storage retains the data when not being powered, so it can be accessed when the computer is next on and can be stored long-term.

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

What are the four main types of primary storage?

A

RAM
ROM
Cache memory
Flash memory

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

What is stored in RAM?

A

Currently Running Programs and the Operating System

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

What is stored in ROM?

A

Start-Up Instructions

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

What is stored in cache memory?

A

Copies of data that are frequently accessed

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

What is stored in flash memory?

A

BIOS (Basic Input / Output System)

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

Is ram volatile or non volatile?

A

volatile

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
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
11
Q

Is Cache memory volatile or non-volatile?

A

volatile

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

Is flash memory volatile or non-volatile?

A

non-volatile

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

What is RAM?

A

RAM is volatile storage used to temporarily store currently running programs. It is made up of a large number of storage locations each identifiable by a unique address.

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

What is ROM?

A

ROM is used to store the start-up instructions for when the computer is switched on. It is important that these instructions are stored in ROM so they cannot be accidentally changed or the computer won’t start up properly.​

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

What is Cache Memory?

A

1) Cache memory is volatile storage that temporarily stores data that is frequently accessed.
2) Cache is split into levels - level 1 is within the CPU (known as internal memory) and level 2 and 3 are just outside.
3) Cache memory is very expensive so most computers do not have a lot of it.

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

What is Flash Memory?

A

Flash memory is non-volatile storage that can be used for storing programs such as the BIOS, which is better than storing it in ROM as the BIOS can be upgraded (and ROM is read-only).