Consider the following data
|||
|---|---|
|
Job size in KB |
Execution Time in microseconds |
|
6 |
3 |
|
9 |
4 |
|
3 |
1 |
|
5 |
2 |
|
11 |
9 |
|
20 |
6 |
|
2 |
1 |
If the best fit algorithm is used for allocating jobs to memory partitions of sizes 4KB, 8KB, 20KB and 3KB, when will the 20KB job complete?
Reveal answer
Fill a bubble to check yourself