Operating systems exams - multiple choice questions (MCQ) and answers, Objective type questions



Operating Systems MCQ questions and answers – Set 19

1. The text segment of a process address space contains:

(a) The statically allocated data associated with the process
(b) The dynamically allocated data associated with the process
(c) The executable code associated with the process
(d) The inter-process communication (IPC) messages for the process

Click here to view answer and explanation


2. Large page sizes increase ______

(a) Internal fragmentation
(b) External fragmentation
(c) The page table size
(d) The working set size

Click here to view answer and explanation


3. What is the advantage of a multilevel (hierarchical) page table over a single-level one?

(a) Page number lookups are faster
(b) The page table can consume much less space if there are large regions of unused memory.
(c) Each segment (code, data, stack) can be managed separately.
(d) Page permissions can be assigned at a finer granularity.

Click here to view answer and explanation


4. What each partition may contain when memory is divided into several fixed sized partitions?

(a) Exactly one process
(b) At least one process
(c) Multiple processes
(d) None of these

Click here to view answer and explanation


5. What will happen if the memory allocated to a process is slightly larger than the process?

(a) External fragmentation occurs
(b) Internal fragmentation occurs
(c) Both (a) and (b)
(d) Neither (a) nor (b)

Click here to view answer and explanation



*********