Sail E0 Webinar

Computer Aptitude

OPERATING SYSTEM MCQs

Total Questions : 814 | Page 6 of 82 pages
Question 51. The resident set of process is
  1.    A process that are actually in main memory at anytime.
  2.    A process that are actually in virtual memory at any time.
  3.    A process that are actually in disk.
  4.    None of these.
 Discuss Question
Answer: Option A. -> A process that are actually in main memory at anytime.
Answer: (a)
Question 52. With round-robin CPU scheduling in a time shared system
  1.    using very large time slices degenerates into First-Come First Served Algorithm
  2.    using extremely small time slices improves performance
  3.    using very small time slices degenerate into Last-In-First-Out algorithm
  4.    using medium sized time slices leades to Shortest Request Time First algorithm.
 Discuss Question
Answer: Option A. -> using very large time slices degenerates into First-Come First Served Algorithm
Answer: (a)
Question 53. With trap in process control
  1.    Operating system determines the error or exception condition that is fatal.
  2.    Operating system interrupted for maximum allowable time.
  3.    Are tables that manage information process
  4.    None of these.
 Discuss Question
Answer: Option A. -> Operating system determines the error or exception condition that is fatal.
Answer: (a)
Question 54. In semaphore when the order of processes that are waiting to be removed from the queue is first in first out (FIFO) then it is called
  1.    Weak semaphore
  2.    Strong semaphore
  3.    Binary semaphore
  4.    None of these.
 Discuss Question
Answer: Option B. -> Strong semaphore
Answer: (b)
Question 55. In magnetic disk, density that is in bits per linear inch
  1.    Increases in moving from the outer most track to the inner most track.
  2.    Decreases in moving from the outer most track to the inner most track.
  3.    Remains same in moving from the outer most track to the inner most track.
  4.    Randomly distributed in moving from the outer most track to the inner most track.
 Discuss Question
Answer: Option A. -> Increases in moving from the outer most track to the inner most track.
Answer: (a)
Question 56. MAR (memory address register)
  1.    Contains data to be written into memory.
  2.    Contains data to be read from memory.
  3.    Specifies location in memory for next read/or writer.
  4.    Contains address of next instruction to be fetched.
 Discuss Question
Answer: Option C. -> Specifies location in memory for next read/or writer.
Answer: (c)
Question 57. Following is the correct definition of a valid process transition within an operating system
  1.    wake up : ready -> running
  2.    dispatch: ready -> running
  3.    block: ready -> blocked
  4.    timer run out : ready -> blocked
 Discuss Question
Answer: Option B. -> dispatch: ready -> running
Answer: (b)
Question 58. When an interrupt occurs, an operating system
  1.    ignores the interrupt
  2.    always changes state of interrupted process after processing the interrupt
  3.    always resumes execution of interrupted process after processing the interrupt
  4.    may change state of interrupted process to blocked and schedule another process
 Discuss Question
Answer: Option D. -> may change state of interrupted process to blocked and schedule another process
Answer: (d)
Question 59. The operating system control tables maintains file table, because
  1.    These tables manage I/O devices and channels of the computer system.
  2.    These tables provide information about the existence of files, their location on secondary memory and their current status.
  3.    These tables provide information to manage process.
  4.    None of these.
 Discuss Question
Answer: Option B. -> These tables provide information about the existence of files, their location on secondary memory and their current status.
Answer: (b)
Question 60. Thrashing can be avoided if
  1.    the pages, belonging to the working set of the programs are in main memory
  2.    the speed of CPU is increased
  3.    the speed of I/O processor is increased
  4.    all of the above
 Discuss Question
Answer: Option A. -> the pages, belonging to the working set of the programs are in main memory
Answer: (a)

Latest Videos

Latest Test Papers