edited by
710 views
1 votes
1 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
edited by

1 Answer

Related questions

2.3k
views
1 answers
0 votes
GateAspirant999 asked May 29, 2016
2,258 views
There are 5 processes in a job queueProcessMemoryRequired TimeP1600kb10 msP21000kb5 msP3300kb20 msP4700kb 8 msP5500kb15 msMemory is byte addressableIf the size of the memory is 2000 kb and ... ) P1, P2 only(C) P3, P4 only(D) None of these
808
views
0 answers
1 votes
687
views
0 answers
0 votes
Nidhi Budhraja asked Oct 1, 2018
687 views
Is it true that we can allocate only one process to one block?In First fit memory allocation scheme, can we allocate two processes to the same block of memory if block has the capacity to accommodate both of them?
2.8k
views
1 answers
4 votes
kapilbk1996 asked Jul 28, 2018
2,823 views
Consider 900 KB memory is managed using variable partitions but no compaction. It currently has three process occupied partition of sizes 212 KB, 114 KB and 100 KB respectively. What is the smallest allocation request that could be denied?