

MCQOPTIONS
Saved Bookmarks
This section includes 3 Mcqs, each offering curated multiple-choice questions to sharpen your Operating System knowledge and support exam preparation. Choose a topic below to get started.
1. |
IF_BINDING_IS_DONE_AT_ASSEMBLY_OR_LOAD_TIME,_THEN_THE_PROCESS_______BE_MOVED_TO_DIFFERENT_LOCATIONS_AFTER_BEING_SWAPPED_OUT_AND_IN_AGAIN.?$ |
A. | can |
B. | must |
C. | can never |
D. | may |
Answer» D. may | |
2. |
In a system that does not support swapping,$ |
A. | the compiler normally binds symbolic addresses (variables) to relocatable addresses |
B. | the compiler normally binds symbolic addresses to physical addresses |
C. | the loader binds relocatable addresses to physical addresses |
D. | binding of symbolic addresses to physical addresses normally takes place during execution |
Answer» B. the compiler normally binds symbolic addresses to physical addresses | |
3. |
If a higher priority process arrives and wants service, the memory manager can swap out the lower priority process to execute the higher priority process. When the higher priority process finishes, the lower priority process is swapped back in and continues execution. This variant of swapping is sometimes called ? |
A. | priority swapping |
B. | pull out, push in |
C. | roll out, roll in |
D. | none of the mentioned |
Answer» D. none of the mentioned | |