Java Games: Flashcards, matching, concentration, and word search.

Test 2 Review

These activities will help you review for the CIS 103 Test 2.

AB
Amt. of memory and how is optimized2 things the performance of system is directly dependent on
Single-user System1 of 4 of early memory allocation schemes
Fixed Partitions1 of 4 early memory allocation schemes
Dynamic Partitions1 of 4 early memory allocation schemes
Relocatable Dynamic Partitions1 of 4 early memory allocation schemes
Entire program loaded in memory1 of 3 requirements of all early memory allocation schemes
Programs stored contiguously in memory1 of 3 requirements of all early memory allocation schemes
Programs remain in memory until done1 of 3 requirements of all early memory allocation schemes
Finite amount of memorySignificant limiting factor of all computers
SequentiallyOrder in which jobs are processed in a single-user allocation system
OneNumber of jobs a single-user allocation system can handle at one time
Static PartitionAnother name for a fixed partition -- partition sizes are set and do not change
Size of the jobIn fixed partition allocation, what must be matched with the size of the partition
Memory Partition sizeOne of the items in the table kept by the Memory Manager with a Fixed Partition allocation
Large jobs may have a long turnaroundWhat may happen if the partitions for a Fixed Partition Allocation are too small
Memory will be wastedWhat may happen in a Fixed Partition Allocation are too large
Job given only as much memory as neededWith Dynamic Partition Allocation the manner in which memory is allocated
External fragmentationFragments of free memory between blocks of allocated memory in Dynamic Partition allocation
First-FitAllocation method used with both fixed and dynamic partition allocation schemes which places job in the first available space
Best-FitAllocation method used with both fixed and dynamic partition allocation schemes which matches the closest fit of a job to the memory partition size available
Faster allocation of memoryFirst-fit allocation is faster that best-fit allocation
By memory locationsHow the first-fit allocation organizes the free/busy list
By size of job from smallest to largestHow the best-fit allocation organizes the free/busy list
Problem with Best-Fit allocationEntire table must be searched each time a job needs to be loaded
DeallocatedRelease of memory space
FreeIn a Fixed Partition scheme, status of memory block where job was stored is set to this when the memory space is deallocated
Relocatable Dynamic PartitionAllocation scheme that uses relocation of jobs and compaction of memory to improve memory allocation
Free and BusyThe list updated in Relocatable Dynamic Partition allocation following relocation and compaction
Bounds registerUsed in Relocatable Dynamic Partition to keep track of the size (boundary) of the job
Relocation registerUsed in Relocatable Dynamic Partition to keep track of the number to be added to the original location of the job
Compacting and relocatingWith Relocatable Dynamic Partition, this optimizes the use of memory and improves throughput


Ms. Codding

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities