COA_Ch06_InClass-2

COA_Ch06_InClass-2

University

7 Qs

quiz-placeholder

Similar activities

COA_Ch07-InClass-02

COA_Ch07-InClass-02

University

7 Qs

UNIT 1 LESSON 4

UNIT 1 LESSON 4

University

10 Qs

Past Simple, Present Perfect

Past Simple, Present Perfect

University

10 Qs

Deep Learning (extra)

Deep Learning (extra)

University

4 Qs

Introducción a los sistemas

Introducción a los sistemas

University

10 Qs

Microprosser 8085

Microprosser 8085

University

10 Qs

Quiz masters round 2

Quiz masters round 2

University

10 Qs

COA_Ch06_InClass-2

COA_Ch06_InClass-2

Assessment

Quiz

others

University

Medium

Created by

Chun-Jung Lin

Used 27+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

“Locality of reference” refers to:
data always being in cache
programs always referencing data in RAM
clustering of memory references
the requirement that forces us to use a large amount of expensive memory

2.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Cache memory is typically positioned between:
the CPU and RAM
the CPU and the hard drive
ROM and RAM
none of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

All cache mapping schemes require a main memory address to have an offset field.
True
False

4.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

The tag field of a main memory address is used to determine:
if the cache entry is valid
if the cache entry is the desired block
if the memory address is valid
none of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Cache replacement policies are necessary:
to determine which cache mapping policy to use
to determine which block in cache should be the victim block
to decide where to put blocks when cache is empty
all of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 4 pts

Caching breaks down when programs exhibit good locality.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The average time required to reach a memory storage location and retrieve its contents is called:

latency

response time

hit time

effective access time