T / F-One approach to dealing with multiple interrupts is to disable all interrupts while an interrupt is being processed. (T/F)
TRUE
T / F– Uni-programming typically provides better utilization of system resources than multiprogramming.
FALSE
T / F – A monolithic kernel architecture assigns only a few essential functions to the kernel, including address spaces, interprocess communication and basic scheduling.
TRUE
T / F – The less-privileged processorexecutionmode is often referred to as kernel mode
FALSE
T / F– Starvation refers to the situation where competing processes are denied access to a resource due to scheduling problems.
TRUE
T / F – Message passing provides both synchronizationand communication, which are fundamental requirements for interacting processes.
TRUE
T / F – The strategy of deadlock prevention is to design a system in such a way that the possibility of deadlock is minimized.
FALSE
T / F – The concept of virtual memory is based on one or both of two basic techniques: segmentationand paging.
TRUE
T / F – The resident set of a processcan be changed in response to actions by other processes.
TRUE
T / F – Thrashingwill never be a problem if the system has 1 GB of real memory
FALSE
T / F – Thetranslation lookaside buffer (TLB) is a software data structure that supports the virtual memory address translation operation
FALSE
T / F – Round Robinis a scheduling technique that is also known as time slicing, because each process is given a slice of time before being preempted.
TRUE
Author
geschw66
ID
319809
Card Set
OS Organization: Final Exam Sample Questions -True or False
Description
Sample Final Exam Questions from CSE 422s Spring Semester 2016.