Memory Flashcards

Learn each type of Memory and purpose

1
Q

What are the factors that govern the type of memory used?

A

Speed
Cost
Capacity

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

What is the aim of a Memory Hierarchy?

A

Obtain the highest possible access speed while keeping the costs low.

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

What are the Categories of memory?

A

Primary Storage

Secondary Storage

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

What is Primary Storage?

A

Stores small amounts of data and information that will be used immediately by the CPU.

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

What are the three types of information Primary storage keeps?

A
Data (processed by CPU)
Instructions (how data will be processed)
OS programs (manages aspects of a computer's operation)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the main types of Primary Storage?

A

Registers
RAM
Cache
ROM

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

What is Register storage?

A

Has the least capacity, storing extremely limited instructions and data before and after processing.

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

What are the facts of Register storage?

A
  • small set of storage locations used for a specific purpose
  • manipulated by the Control Unit
  • wired within the CPU for a specific function
  • measured in bits or bytes
  • stores instructions, data and address
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does RAM store?

A

RAM stores a software program and small amounts of data when brought from secondary storage.

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

What are the types of RAM and explain them.

A

SRAM (static) - fastest type of RAM but expensive. It is used within Registers and Cache.

DRM (dynamic) - cheaper type of RAM. It requires more power and generates more heat.

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

What is Cache?

A

An extremely fast memory built in a CPU or located in a separate chip near the CPU.

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

What is Cache used for?

A

Cache is used for storing instructions/data that are repeatedly required to run a program to improve the system’s speed.

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

What Cache is built in a CPU?

A

Level 1

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

What Cache is stored in a separate chip?

A

Level 2

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

How is Cache’s performance measured?

A

By Hit Ratio

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

How do you measure a Hit Ratio?

A

(Total hit) ÷ (total hit + total miss)

17
Q

What does ROM store?

A

ROM stores programs and data permanently even when the computer is off.

18
Q

What software does ROM hold?

A

BIOS software that runs first when a computer is turning on.

19
Q

What program does ROM store and what does it do?

A

Bootstrap Loader.

It assists the start up of a computer.

20
Q

What are the different types of programmable ROM?

A

PROM (Programmable ROM)
EPROM (Erasable Programmable ROM)
EEPROM (Electronically EPROM)

21
Q

What is PROM?

A

Programmable ROM.

Where data can only be written once. When data is written onto PROM, it stays there permanently.

22
Q

What is EPROM?

A

Erasable Programmable ROM.

A PROM that can be erased and re-used. Contents can be erased by an ultraviolet light source.

23
Q

What is EEPROM?

A

Electronically Erasable Programmable ROM.

A ROM that can be erased and reprogrammed repeatedly through an application of higher voltage.

24
Q

What is Secondary Storage?

A

Stores larger amounts of data for extended time. It is non-volatile. It takes more time to retrieve data due to electromechanical nature. It is also cheaper than Primary storage.

25
Q

What is Subsequential Access?

A

Where a computer is required to run through data subsequentially to locate a piece.

26
Q

What is Direct Access?

A

Any item of data can be retrieved non-sequentially by locating with data’s address.

27
Q

What is a Magnetic Disk/Hard Disk?

A

A magnetised disk divided to tracks and sectors that provide addresses for various items of data.

28
Q

How is information recorded /stored in a Hard Disk?

A

Each disk has concentric circles called “Tracks”. Information is recorded on tracks as Tony magnetic spots which represents bit 1 and 0. Information stored in a disk can be read multiple times without causing affect on the data.