1000+ Memory Management MCQ Quiz Questions and Answers Pdf - 2

Question: 6

Relocatable programs

(A) can be loaded only at one specific location

(B) do not need a linker

(C) cannot be used with fixed partitions

(D) can be loaded almost anywhere in memory

Ans: D

can be loaded almost anywhere in memory

Question: 7

The working set

(A) contains all pages referenced

(B) is always resident in memory

(C) is group of pages being used by all programs

(D) contains all the pages that should be kept in memory

Ans: D

contains all the pages that should be kept in memory

Question: 8

Fragmentation of the file system

(A) is the characteristic of all files system

(B) can be temporarily removed by compaction

(C) can always be prevented

(D) occurs only if file system is used improperly

Ans: B

can be temporarily removed by compaction

Question: 9

A linker

(A) is not necessary with variable partitions

(B) must be run after the loader

(C) is not needed with a good compiler

(D) creates a load module

Ans: D

creates a load module

Question: 10

Relocatable programs

(A) can be loaded only at one specific location

(B) do not need a linker

(C) can be loaded almost anywhere in memory

(D) cannot be used with fixed partitions

Ans: C

can be loaded almost anywhere in memory

Related Questions