Main Memory Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is Main Memory?

A

Main memory is what is directly accessible by the CPU: RAM, ROM and (Sometimes)Cache, but in practice usually refers to RAM

Main memory is also called primary storage

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

What is volatile memory?

A

Memory which loses its data when the power is lost

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

What is Non-volatile memory?

A

Memory which retains its data when power is lost

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

Is Memory volatile or Non-volatile?

A

It is volatile for the exception of ROM

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

Is Storage Volatile or Non-volatile?

A

It is non-volatile

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

What is RAM?

A

Random access memory
Named becuase reading take roughly the same time regardless of location

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

How does RAM work?

A

RAM has quick read/write, and its function is to load open programs and operating system data currently in use from the slower secondary storage, so it can be acceessed directly by the CPU

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

Is RAM Volatile or non-volatile?

A

When power is lost, the data is lost(Volatile)

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

What is ROM?

A

Read Only Memory
Can only be read, so can’t be chnageds once programmed

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

How does ROM work?

A

Used in smalled amounts in computers to store essential programs. like those needed to be run in order to boot the computer

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

Is ROM volatile or non-volatile?

A

Data retained when power is lost(Non Voliatile)

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

What is Cache?

A

A type of memory that stores copies of frequently used data

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

What is the speed and capacity of cache?

A

Cache is much faster than RAM, though has a much lower capacity

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

Why is cache faster than RAM?

A

CPU cache is pysically closer to the processor, and is checked before RAM in the “Fetch” stage

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

What is the connect between size of memory and speed of memory?

A

The larger the size of the memory, the slower it would be due to distance from the CPU.

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

Order of memory from fastest to slowest

A

Register- Fastest
Cache
Main memory- Slowest