Unit 1 Part 2-1 Memory Management
Unit 1 Part 2-1 Memory Management
Quiz 2
Answer
1) 1-d, 2-c, 3-b, 4-a
2) 1-c, 2-d, 3-b, 4-a
3) 1-b, 2-a, 3-c, 4-d
4) 1-a, 2-b, 3-d, 4-a
P3
Q1. What are the values of base and limit register of P1, P2, P3.
Q2. What happens P1 tries to access 300100, at what stage it is trapped and
why?
Q3. What happens P2 tries to access 2561000 address?
Q4. What happens
Dr. Neetu Narwal, MSI when P3 tries to access 430100 address?
Address Binding
Request for memory follows the following order : 100k, 25k, 125k, 50k. Which of
the following allocation satisfies the above request?
1)Best Fit 2)First Fit 3)Worst Fit
Answer
1) 1,2,3
2) 1,2
3) 2,3
4) None of these
A new process Pnew is of size 10k. In which partition is Pnew placed for
Answer
1) 10, 11, 11
2) 10, 10, 11
3) 11, 12, 40
4) 11, 10, 48