Quiz 4 Flashcards

1
Q

A(n) ____ page table has one page entry for each real frame of memory.

A

inverted

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

Which of the following dynamic storage-allocation algorithms results in the smallest leftover hole in memory?

A

best fit

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

How many page table for the whole OS?

A

One for the whole OS

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

TLB is a special hardware to speed up page table search.

A

True

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

There is a separate TLB for each process.

A

False

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

Segmentation memory management is much faster than paging memory management.

A

False

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

Without TLB, for each memory address, considering page table, how many times do we need to really access memory?

A

2

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

The leftover hole in segmentation memory management is called

A

external fragmentation

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

The leftover within a page is called

A

Internal Fragmentation

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

When page fault happens, if there is no free frame available, the OS will report an error.

A

False

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