Operating Systems Fundamentals

Core concepts in operating systems including memory management, process synchronization, and system architecture for public sector exams

15 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

What is a supervisor call?

  1. A call made by supervisor of the system.
  2. It is a call with control functions.
  3. They are privileged calls.
  4. They are non-privileged calls.
  5. Supervisor calls can be serviced later.
Question 2 Multiple Choice (Single Answer)

In paged memory system if page size is increased, then internal fragmentation generally ___________ .

  1. becomes less
  2. becomes more
  3. remains constant
  4. varies irregularly
  5. increases or decreases
Question 3 Multiple Choice (Single Answer)

What is a kernel?

  1. It is a critical part of the operating system.
  2. It is the software that monitors the operating system.
  3. It is a set of primitive functions upon which the operating system is built.
  4. It is a virus.
  5. It is an application.
Question 4 Multiple Choice (Single Answer)

At a particular time, value of counting semaphore is 10. It will become 7 after

  1. 3 v operations
  2. 3 p operations
  3. 5 v and 2 p operations
  4. 13 p operations and 10 v operations
  5. options 2 and 4 are correct
Question 5 Multiple Choice (Single Answer)

Mutual exclusion is a problem that occurs between the _______ .

  1. processes that are disjoint
  2. processes that share resources
  3. processes that do not share resources
  4. processes that require same turnaround time
  5. processes that have same burst time
Question 6 Multiple Choice (Single Answer)

Which of the following is/are single user operating system(s)?

  1. MS DOS
  2. Unix
  3. Xenix
  4. OS 2
  5. Only 1 and 3
Question 7 Multiple Choice (Single Answer)

When does a page fault occur?

  1. If the page is corrupted
  2. If the page is present in main memory
  3. If the page is not in the main memory
  4. If one tries to divide a number by 0
  5. If the page is present in secondary memory
Question 8 Multiple Choice (Single Answer)

If a property of locality holds in a program, then which of the following is true?

  1. Number of page faults will be more.
  2. Page faults will be less.
  3. Page faults will remain the same.
  4. Page faults will vary irregularly.
  5. Searching for any page will take more time.
Question 9 Multiple Choice (Single Answer)

Which of the following is/are necessary condition(s) for deadlock?

  1. Non-preemption
  2. Circular wait
  3. Preemption
  4. Only 1, 2 and 4
  5. Mutual exclusion
Question 10 Multiple Choice (Single Answer)

What do you mean by an overlay?

  1. A specific memory location
  2. Overloading the system with many files
  3. A part of operating system
  4. Single contiguous memory to run large programs
  5. Storing the files on hard disk
Question 11 Multiple Choice (Single Answer)

Fence register is used to protect _________.

  1. Central Processing Unit (CPU)
  2. Memory
  3. File
  4. Database
  5. None of these
Question 12 Multiple Choice (Single Answer)

What is a critical region?

  1. Part of the operating system that no process can access
  2. Set of instructions that access shared resources
  3. Portion of the main memory that can be accessed by any process
  4. Portion of the main memory that cannot be accessed by any process
  5. A region where complex calculations are done
Question 13 Multiple Choice (Single Answer)

Which of the following is a real-time system?

  1. Railway reservation system
  2. Process control system
  3. Payroll processing system
  4. Student information system
  5. Management information system
Question 14 Multiple Choice (Single Answer)

Semaphore is used to solve the problem of __________.

  1. race condition
  2. process synchronization
  3. mutual exclusion
  4. only 2 and 3
  5. avoiding deadlock
Question 15 Multiple Choice (Single Answer)

Which of the following suffers from Belady's anomaly?

  1. Optimal page replacement policy
  2. Least recently used policy
  3. First in first out policy
  4. Shortest job first
  5. Round robin