100
-
What is a system call?
-
What is an interrupt and how does the OS handle it?
-
What is the difference between a process and a thread in Linux?
-
What is the dining philosophers problem?
-
Write an example to show deadlock?
-
What is priority inversion?
-
Calculate waiting time for processes as the OS scheduled them using FCFS.
-
Compare round-robin and FCFS in CPU scheduling.
-
Explain context switching.
-
Explain shortest-job-first (SJF) CPU scheduling.