Sail E0 Webinar

Computer Aptitude

OPERATING SYSTEM MCQs

Total Questions : 622 | Page 53 of 63 pages
Question 521. Which of the following is not true about the memory management?
  1.    virtual memory is used only in multi-user systems
  2.    segmentation suffers from external fragmentation
  3.    paging suffers from internal fragmentation
  4.    segmented memory can be paged
  5.    None of the above
 Discuss Question
Answer: Option A. -> virtual memory is used only in multi-user systems
Question 522. Which of the following is not true about documentation?
  1.    Documentation, of a system, should be as clear and direct as possible
  2.    Documentation increases the maintenance time and cost
  3.    Documentation gives better understanding of the problem
  4.    All of the above
  5.    None of the above
 Discuss Question
Answer: Option B. -> Documentation increases the maintenance time and cost
Question 523. Paging
  1.    is a method of memory allocation by which the program is subdivided into equal portions, or pages and core is subdivided into equal portions or blocks.
  2.    consists of those addresses that may be generated by a processor during execution of a computation.
  3.    is a method of allocating processor time.
  4.    allows multiple programs to reside in separate areas of core at the time.
  5.    None of the above
 Discuss Question
Answer: Option A. -> is a method of memory allocation by which the program is subdivided into equal portions, or pages and core is subdivided into equal portions or blocks.
Question 524. The system/370 assembler language
  1.    allows the programmer to write base registers and displacements explicitly in the source program.
  2.    is used to remember which of the general-purpose registers are currently available as base registers, and what base addresses they contain.
  3.    allows multiple programs to reside in separate areas of core at the same time.
  4.    is a term that refers to the control programs of an operating system.
  5.    None of the above
 Discuss Question
Answer: Option A. -> allows the programmer to write base registers and displacements explicitly in the source program.
Question 525. Scheduling is
  1.    allowing jobs to use the processor
  2.    unrelated to performance consideration
  3.    not required in uniprocessor systems
  4.    the same regard-less of the purpose of the system
  5.    None of the above
 Discuss Question
Answer: Option A. -> allowing jobs to use the processor
Question 526. What scheduling algorithm allows processes that are logical runnable to be temporarily suspended?
  1.    preemptive scheduling
  2.    non-preemptive scheduling
  3.    FIFO
  4.    FCFS
  5.    None of the above
 Discuss Question
Answer: Option A. -> preemptive scheduling
Question 527. The computational technique used to compute the disk storage address of individual records is called:
  1.    bubble memory
  2.    key fielding
  3.    dynamic reallocation
  4.    hashing
  5.    None of the above
 Discuss Question
Answer: Option D. -> hashing
Question 528. In an absolute loading scheme, which loader function is accomplished by the loader
  1.    Reallocation
  2.    Allocation
  3.    Linking
  4.    Loading
  5.    None of the above
 Discuss Question
Answer: Option D. -> Loading
Question 529. For how many processes which are sharing common data, the Dekker's algorithm implements mutual exclusion?
  1.    1
  2.    2
  3.    3
  4.    4
  5.    None of the above
 Discuss Question
Answer: Option B. -> 2
Question 530. The file structure that redefines its first record at a base of zero uses the term:
  1.    relative organization
  2.    key fielding
  3.    dynamic reallocation
  4.    hashing
  5.    None of the above
 Discuss Question
Answer: Option A. -> relative organization

Latest Videos

Latest Test Papers