πŸ“Š Operating System (OS)
Q. What is the drawback of banker’s algorithm?
  • (A) in advance processes rarely know that how much resource they will need
  • (B) the number of processes changes as time progresses
  • (C) resource once available can disappear
  • (D) all of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) all of the mentioned
πŸ“Š Operating System (OS)
Q. If the wait for graph contains a cycle :
  • (A) then a deadlock does not exist
  • (B) then a deadlock exists
  • (C) then the system is in a safe state
  • (D) either deadlock exists or system is in a safe state
πŸ’¬ Discuss
βœ… Correct Answer: (B) then a deadlock exists
πŸ“Š Operating System (OS)
Q. Physical memory is broken into fixed-sized blocks called ________
  • (A) frames
  • (B) pages
  • (C) backing store
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) frames
πŸ“Š Operating System (OS)
Q. Logical memory is broken into blocks of the same size called _________
  • (A) frames
  • (B) pages
  • (C) backing store
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (B) pages
πŸ“Š Operating System (OS)
Q. The __________ is used as an index into the page table.
  • (A) frame bit
  • (B) page number
  • (C) page offset
  • (D) frame offset
πŸ’¬ Discuss
βœ… Correct Answer: (B) page number
πŸ“Š Operating System (OS)
Q. _____ is the concept in which a process is copied into main memory from the secondary memory according to the requirement.
  • (A) Paging
  • (B) Demand paging
  • (C) Segmentation
  • (D) Swapping
πŸ’¬ Discuss
βœ… Correct Answer: (B) Demand paging
πŸ“Š Operating System (OS)
Q. Linux uses a time-sharing algorithm
  • (A) to pair preemptive scheduling between multiple processes
  • (B) for tasks where absolute priorities are more important than fairness
  • (C) all of the mentioned
  • (D) none of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) to pair preemptive scheduling between multiple processes
πŸ“Š Operating System (OS)
Q. What is the full form of BIOS?
  • (A) Between input-output system
  • (B) Binary input-output system
  • (C) Basic input/output system
  • (D) All of the above
πŸ’¬ Discuss
βœ… Correct Answer: (C) Basic input/output system
πŸ“Š Operating System (OS)
Q. The kernel is _______ of user threads.
  • (A) a part of
  • (B) the creator of
  • (C) unaware of
  • (D) aware of
πŸ’¬ Discuss
βœ… Correct Answer: (C) unaware of

Jump to