To maximize the use of available space, ________ combines adjacent holes in memory, while ________ relocates all occupied areas of memory to one end of main memory, leaving a single large free memory hole instead of numerous small holes.

a) internal fragmentation, external fragmentation
b) compaction, coalescing
c) coalescing, compaction
d) variable-partition multiprogramming, fixed-partition multiprogramming

c) coalescing, compaction

Computer Science & Information Technology

You might also like to view...

Many Facebook games are social games

Indicate whether the statement is true or false

Computer Science & Information Technology

You write a program in which the user must select whether to receive instructions in English or Spanish. In a console application, you would issue the prompt:Which language do you prefer? Enter 1 for English or 2 for Spanish >>The program would accept the user's entry, make a decision, and take appropriate action. How would you commonly handle this decision-making situation in a GUI application?

What will be an ideal response?

Computer Science & Information Technology