2.1.2 Cache and RAM Flashcards

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

Primary Memory

A

Storage Locations that are directly accessible by processor.
Quick read speeds, but lower capacity.

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

RAM

A

RAM holds all of the data and instructions that are currently being processed.

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

Why does a computer use RAM?

A

Because RAM has quicker read and write speeds than secondary storage devices.

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

How does increased access speed of RAM affect the execution of instructions?

A

It speeds up the general speed of the computer and the speed of instructions being completed.

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

How does a program find memory in RAM?

A

The memory in the RAM is split up into locations with a unique memory address. The processor finds the data using the memory addresses.

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

Why is RAM called random access?

A

any location can be accessed at random with no impact on speed.

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

RAM is

A

volatile, read and written

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

What determines the size of RAM?

A

The maximum RAM capacity is determined by the width of the address bus. The larger the RAM the more efficient the computer. Less space will mean more transfers from secondary storage to RAM and will make everything slower.

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

ROM

A

ROM is used to store the boot sequence (BIOS) and is smaller than RAM.

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

ROM is

A

non volatile, and can only be read because it is written by the manufacturer.

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

BIOS

A

A limited sequence of instructions that checks that the core components of the computer system (RAM, input/output, secondary storage) are connected and working correctly.

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

What is the purpose of the BIOS?

A

It loads the essential parts of the main operating system from secondary storage into RAM.

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

What does the OS manage with the BIOS?

A

Then the OS will oversee the operation of the computer, managing memory, storage and requests for input/output.

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

Which component does BIOS check first and why?

A

The screen so errors can be communicated to the user.

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

Virtual Memory

A

Virtual Memory is a way a computer system can compensate for shortage of RAM.

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

Why does a computer need virtual memory?

A

With little main memory applications will compete for space on RAM which will slowdown performance = lag. Possibly freeze or crash.

17
Q

Where is virtual memory?

A

A small part of Secondary Storage.

18
Q

What is the bigger between RAM and ROM

A

RAM

19
Q

What are the 3 storage technologies?

A

Solid State, Magnetic, Optical

20
Q

Solid State

A

is a storage device with no moving parts and is a hardware device.

21
Q

Magnetic

A

when data is being stored through a magnetic medium. It consists of disks containing magnetic material. The data is written onto these disks according to the magnetism to be read later.

22
Q

Optical

A

Optical uses low power laser beams to read and write binary data into a disk in tiny patterns.

23
Q

Cache

A

A type of small, high speed memory inside the CPU used to hold frequently used data.

24
Q

What is the purpose of Cache?

A

This allows the CPU to access data without going through the slower RAM.

25
Q

What type of storage is RAM?

A

Primary
It is a special kind of RAM = so is also volatile.

26
Q

What are the 3 forms of Cache?

A

1,2, 3

27
Q

Which is fastest form of Cache?

A

1