Memory Flashcards

1
Q

What are the two types of storage?

A

Primary Storage - RAM , ROM

Secondary Storage - Magnetic, Optical, Solid State

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

What are the properties of ROM?

A

It is read only meaning it cannot be changed.
Responsible for BIOS.
It is non-volatile (never loses its contents).
Is expensive per unit of storage.

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

What are the properties of RAM?

A

It is volatile - all data is lost after computer is turned off.
Random access- any part of the computers data can be accessed.
Typically faster than secondary storage.
Is expensive per unit of storage.

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

What is the BIOS?

A

The Basic Input Output System.
Stored in ROM.
Usually loads an operating system and checks the system for errors.

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

What are 3 flash memory devices?

A

ROM chips.
Solid State Drives.
Secure Digital (SD) Cards.

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

What are 4 properties of flash memory?

A
Fast access.
Robust.
Non-volatile.
Short Lifetime - Can only be rewritten so many times.
High capacity (for their physical size).
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is flash memory?

A

It’s type of memory technology used to create primary or secondary storage.

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

What is virtual memory?

A

It is a technique where secondary storage is used as if it were RAM when there is a limited amount of space.

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

What are 2 issues with virtual memory?

A

It can damage the health of SSDs.
It can hinder performance.
There might be limited space in secondary storage.

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

How does virtual memory use “paging”?

A

Memory in RAM is split into pages.
These are then transferred to virtual memory when not being used.
Then when they are required again they are transferred back to the RAM for use.

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

A “page” will only be transferred to virtual memory if:

A

There is space in secondary storage.
The RAM is full.
The page is not being used.

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