Operating Systems Quiz 2 24 Mar 2024 — Question 16
Show answer
Correct answer: 4
Question 16 of 19 in the IIT Madras BS Operating Systems (Operating Systems) Quiz 2 paper sat on 24 Mar 2024, in the January 2024 term (IIT M FOUNDATION AN EXAM QDF2 24 Mar 2024). It carries 3 marks.
More questions from this paper
- Given the hexadecimal view of first few bytes of different files, identify the executable file (ELF file) from the opti…
- Figure question
- Consider the code given below. While the execlp("ls", "", NULL) function is running in the child process, what is the s…
- Figure question
- Which of the following best describes the role of the Programmable Interrupt Controller (PIC) in the xv6 operating syst…
- A situation where several processes access and manipulate the same data is referred to as .
- What system calls are commonly used for communication in message passing?
- Consider the partial help message from the readelf utility Match the following. a) Linker view 1) readelf …
- What is the correct sequence of tasks that takes place as part of hardware interrupt handling? (i) Process the interrup…
- Figure question
- Select the path traced in case of a timer interrupt caused while in the supervisor mode in xv6.
- Figure question
- Figure question
- Assume that two processes P1 and P2 are sharing a variable. If P1 can go into critical section when the P2 is in the cr…
- Round Robin provides the same or a lower response time compared to First-Come-First-Serve (FCFS) scheduling algorithm.
- Consider the following code snippet from Bakery Algorithm. critical section Considering there are 4 processes, and init…
- Assuming context switches can occur at any time during the execution of the following code snippet, counter is a shared…
- Consider the following scenario where two processes are sharing a common variable. Global setup Process 1 Process 2 Sel…