Operating Systems Concepts - Engineering

Q1:

Which of the following statements is false?

A the technique of storage compaction involves moving all occupied areas of storage to one end or other of main storage

B compaction does not involve relocation of programs

C compaction is also know as garbage collection

D the system must stop everything while it performs the compaction

E None of the above

ANS:B - compaction does not involve relocation of programs

Thank you for explaining.