Use the first-fit algorithm… professional 2015
Job list: Job Number Memory requested Memory block list: Memory Block Memory block size Job A 690k Block 1 900k(low-order memory) Job B 275k Block 2 910k Job C 760k Block 3 300k(high-order memory) A.Use the first-fit algorithm to indicate which memory blocks are allocated to each of the three arriving jobs. B. Use the best-fit algorithm to indicate which memory blocks are […]
