Podcast
Questions and Answers
Which of the following is NOT a valid deadlock prevention scheme?
Which of the following is NOT a valid deadlock prevention scheme?
Which of the following requires a device driver?
Which of the following requires a device driver?
Which of the following is a major part of time taken when accessing data on the disk?
Which of the following is a major part of time taken when accessing data on the disk?
In relation to threads being defined as 'light weight processes', which of the following is TRUE?
In relation to threads being defined as 'light weight processes', which of the following is TRUE?
Signup and view all the answers
Which of the following statements are true?
Which of the following statements are true?
Signup and view all the answers
Which page replacement algorithm suffers from Belady’s anomaly?
Which page replacement algorithm suffers from Belady’s anomaly?
Signup and view all the answers
In the context of virtual memory, what is thrashing?
In the context of virtual memory, what is thrashing?
Signup and view all the answers
What triggers a page fault?
What triggers a page fault?
Signup and view all the answers
What is the basis of CPU scheduling?
What is the basis of CPU scheduling?
Signup and view all the answers
How is virtual memory defined?
How is virtual memory defined?
Signup and view all the answers
If a computer system supports 32-bit virtual addresses and physical addresses, what can be true if the designers decide to eliminate virtual memory?
If a computer system supports 32-bit virtual addresses and physical addresses, what can be true if the designers decide to eliminate virtual memory?
Signup and view all the answers
What is the main function of the kernel in an operating system?
What is the main function of the kernel in an operating system?
Signup and view all the answers
When a process is in a 'Blocked' state waiting for some I/O service, where does it go when the service is completed?
When a process is in a 'Blocked' state waiting for some I/O service, where does it go when the service is completed?
Signup and view all the answers
What is the term used for the interval from the time of submission of a process to the time of completion?
What is the term used for the interval from the time of submission of a process to the time of completion?
Signup and view all the answers
If the page size in a memory management system increases, what happens to the internal fragmentation?
If the page size in a memory management system increases, what happens to the internal fragmentation?
Signup and view all the answers
Which type of operating system guarantees that critical tasks must be completed within a specific timeframe?
Which type of operating system guarantees that critical tasks must be completed within a specific timeframe?
Signup and view all the answers
In which type of operating system do users not interact with the computer directly?
In which type of operating system do users not interact with the computer directly?
Signup and view all the answers