78 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

0 votes
0 votes
1 answer
1
Ahsanul Hoque asked Feb 28, 2018
552 views
Difference between static memory allocation and dynamic memory allocation.(Need concept clearing explanation)
2 votes
2 votes
2 answers
2
Dheeraj Varma asked Nov 16, 2021
1,206 views
What is answer for this question and also please explain the approach
0 votes
0 votes
0 answers
4
admin asked Oct 26, 2019
391 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?