Exam 4: Processor Management
Exam 1: Introducing Operating Systems38 Questions
Exam 2: Early Memory Management Systems40 Questions
Exam 3: Memory Management Includes Virtual Memory39 Questions
Exam 4: Processor Management40 Questions
Exam 5: Process Synchronization39 Questions
Exam 6: Concurrent Processes40 Questions
Exam 7: Device Management40 Questions
Exam 8: File Management40 Questions
Exam 9: Network Organization Concepts40 Questions
Exam 10: Management of Network Functions40 Questions
Exam 11: Security and Ethics40 Questions
Exam 12: System Management40 Questions
Exam 13: Unix Operating Systems43 Questions
Exam 14: Windows Operating Systems40 Questions
Exam 15: Linux Operating Systems40 Questions
Exam 16: Android Operating Systems40 Questions
Select questions type
CPU-bound jobs (such as printing a series of documents)have many brief CPU cycles and long I/O cycles.
(True/False)
4.9/5
(41)
Assume that four jobs,A-D,require the CPU cycles listed below.Using the SJN algorithm,the average turnaround time is ____. Job: A B C D
CPU cycle: 5 2 6 4
(Multiple Choice)
5.0/5
(39)
A program is an active entity that requires a set of resources,including a processor and special registers,to perform its function.
(True/False)
4.9/5
(39)
The control program that handles the interruption sequence of events is called the event scheduler.
(True/False)
4.9/5
(38)
Most computer programs alternate between CPU cycles and I/O cycles.
(True/False)
4.8/5
(37)
Shortest job next (SJN)is a nonpreemptive scheduling algorithm (also known as shortest job first,or SJF)that handles jobs based on the length of their CPU cycle time.
(True/False)
4.9/5
(39)
First-come,first-served (FCFS)is a preemptive scheduling algorithm that handles jobs according to their arrival time.
(True/False)
4.8/5
(30)
The Process Scheduler assigns the CPU to execute the processes for those jobs placed on the ____ queue by the Job Scheduler.
(Multiple Choice)
4.8/5
(48)
In Round Robin scheduling,if processing isn't finished when time expires,the job is preempted and put at the end of the READY queue and its information is saved in its Process Control Block.
(True/False)
4.7/5
(41)
The Processor Manager is a composite of at least two submanagers: one in charge of job scheduling and the other in charge of program scheduling.
(True/False)
5.0/5
(38)
Web browsers use multithreading routinely.For example,one thread can retrieve images while another sends and retrieves e-mail.
(True/False)
4.8/5
(31)
A single processor can be shared by several jobs,or several processes,but only if the operating system has a scheduling policy,as well as a scheduling algorithm,to determine when to stop working on one job and proceed to another.
(True/False)
4.8/5
(38)
The shortest remaining time (SRT)algorithm is often used in interactive systems.
(True/False)
4.7/5
(42)
It is possible to minimize response time by running only interactive jobs and letting batch jobs wait until the interactive load ceases.
(True/False)
4.8/5
(41)
When the operating system detects a nonrecoverable error,the following step is performed first by the interrupt handler: ____.
(Multiple Choice)
4.9/5
(46)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)