Multiple Choice
The following algorithm can be described as ____. 1 Set counter to 1
2 Do while counter <= number of blocks in memory
If job_size > memory_size(counter)
Then counter = counter + 1
Else
Load job into memory_size(counter)
Adjust free/busy memory lists
Go to step 4
End do
3 Put job in waiting queue
4 Go fetch next job
A) first-fit memory allocation
B) best-fit memory allocation
C) least-fit memory allocation
D) fixed partition memory allocation
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Fixed partitions are also called _ partitions.<br>A)
Q15: The first attempt to allow for multiprogramming
Q18: The fixed partition scheme does not require
Q24: The first-fit algorithm assumes that the Memory
Q27: Early memory management schemes are still used
Q28: A large job can have problems with
Q29: The operating system can tell the _
Q30: In the partition scheme, the table that
Q31: All computers have only a finite amount
Q36: By compacting and relocating, the Memory Manager