179 views
0 votes
0 votes
Consider a system with 32 KB of physical memory and the following memory allocation requests from processes:

•    Process P1 requests 10 KB of memory.

•    Process P2 requests 6 KB of memory.

•    Process P3 requests 12 KB of memory.

•    Process P4 requests 4 KB of memory.

•    Process P5 requests 8 KB of memory.

The system uses the following memory allocation techniques:

1.   First Fit

2.   Best Fit

3.   Worst Fit

Please log in or register to answer this question.

Related questions

590
views
1 answers
0 votes
Ahsanul Hoque asked Feb 28, 2018
590 views
Difference between static memory allocation and dynamic memory allocation.(Need concept clearing explanation)
1.3k
views
2 answers
2 votes
Dheeraj Varma asked Nov 16, 2021
1,251 views
What is answer for this question and also please explain the approach
1.4k
views
2 answers
0 votes
gautamcse27 asked Dec 15, 2016
1,441 views
In a virtual memory system, size of virtual address is 40 bit, size of physical address is 32 bit, page size is 8 kb and size of each page table ... can be used for storing protection and other information in each page table entry are ___
421
views
0 answers
0 votes
admin asked Oct 26, 2019
421 views
In some systems it is possible to map part of a file into memory. What restrictions must such systems impose? How is this partial mapping implemented?