Chapter 37 Flashcards

1
Q

What is demand paging

A

It is technique to implement virtual memory

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

Does intel 386 machine allows global and local segments both

A

Yes

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

How many segments can be entertained by intel CPU

A

16K segments

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

What is role of linear address space

A

It tells how much is the size of offset in a segment

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

How many segments can be access at a time by a processor in Intel processor

A

6 as it has 6 registers

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

What is page directory

A

Linear address p1 part is called page directory.

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

What are 2 techniques to implement virtual memory

A
  1. Demand paging (move page in main memory which is in demand)
  2. Demand segmentation (move segment in main memory which is in demand)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is vfork()

A

Virtual memory fork

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

What is response time, overall response or first response

A

First response

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

When a page is referenced valid and it is not in memory then what happens

A

Page fault

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

What is page replacement

A

Swap in and swap out a page

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

Which are 2 types of instructions which are not trivial to restart

A
  1. Auto increment/decrements
  2. String move
    Its solution is to copy them before hand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is EAT

A

Effective Access Time

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

What happens in page fault and should we avoid page fault

A

Slow down system, Yes we should avoid it

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