Quiz Space

Operating Systems · Quiz 1 · 23 Feb 2025 · January 2025 term

Operating Systems Quiz 1 23 Feb 2025 — Question 12

Question 12

+2 marksOne correct option
  1. A

    TRUE

  2. B

    FALSE

Show answer

Correct answer

  • B

    FALSE

Question 12 of 19 in the IIT Madras BS Operating Systems (Operating Systems) Quiz 1 paper sat on 23 Feb 2025, in the January 2025 term (IIT M IMPROVEMENT AN EXAM QIM2 23 Feb 2025). It carries 2 marks.

More questions from this paper

  1. Q1If the memory map for a device starts from the offset 0x40005000 and has a size of 1024 bytes in a 32-bit addressing sc…
  2. Q2Consider the following code snippet: What are the sizes of the config_reg, status_reg, and counter_reg registers, respe…
  3. Q3What does the following ‘xv6‘ code snippet accomplish?
  4. Q4What is the correct sequence of setting up first user process?\ (i) Find an unused proc entry.\ (ii) Create trapframe.\…
  5. Q5Consider a process A that forks process B, and process B forks process C. Process A terminates, and process B continues…
  6. Q6Consider the following code snippet for the syscall function in kernel/syscall.c: What does the a6 register in the trap…
  7. Q7Consider a system with a virtual memory space size of 16GB and a single page table containing 2²⁰ entries. What is the …
  8. Q8Consider a system with 128 MB of physical memory and a 32-bit virtual address space. Given a page size of 8 KB, what wi…
  9. Q9What could be the possible output of the following program?
  10. Q10What is deadlock in an operating system?
  11. Q11Figure question
  12. Q13Figure question
  13. Q14In the xv6 operating system, if a process is waiting for I/O to complete, what will be the state transition of the proc…
  14. Q15Imagine a basic Linux shell that executes the ls -l command. Which of the following lists correctly orders the system c…
  15. Q16Figure question
  16. Q17When a process invokes the exec system call, which components in the Process Control Block (PCB) remain unchanged?
  17. Q18Which of the following actions are performed by userinit? The source code of userinit is given below for reference.
  18. Q19Assume the following processes are in various states:\ Process P1 is waiting for I/O to complete.\ Process P2 has compl…