| HW from Warford: Due Monday A) Variable-partition Multiprogramming: Using the 48KB available memory of fig. 9.3 (p. 451), Draw the sequences for best fit and first fit algorithms (like figures 9.5 and 9.7, for this job execution sequence--> Assume no compaction. Make a process wait till something else stops. if there's not enough space for it. B) In Program ZZZ, the logical address of the instruction ASLA is 00A1. The program is loaded into the partition whose first address is 0C00. What is the physical address of ASLA? |
Job
Size Action J1 12 Start J2 4 Start J3 4 Start J4 16 Start J2 (4) Stop J5 8 Start J6 8 Start |
J7 4 Start J1 (12) Stop J4 (16) Stop J8 8 Start J5 (8) Stop J9 12 Start J10 4 Start |
Refinement:
Performance specification : what the program is supposed to produce
given certain inputs. (Black box)
Program specification: may include how certain
parts of the program do their jobs (algorithms).
Often
the designer (buyer) doesn't (want to) know what's inside. Then
specifications
may be fuzzy, incorrect.

| , To Sievers Home Page |
CS225-Fall06/Day40.htm
|
|