Exam 4: Processor Management
Exam 1: Introducing Operating Systems40 Questions
Exam 2: Memory Management: Simple Systems40 Questions
Exam 3: Memory Management: Virtual Memory Systems40 Questions
Exam 4: Processor Management40 Questions
Exam 5: Process Management40 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 Systems46 Questions
Exam 14: Windows Operating Systems40 Questions
Exam 15: Linux Operating Systems40 Questions
Exam 16: Android Operating Systems40 Questions
Select questions type
Most computer programs alternate between CPU cycles and I/O cycles.
Free
(True/False)
4.8/5
(30)
Correct Answer:
True
An I/O request is called a(n)____ wait in multiprogramming environments.
Free
(Multiple Choice)
4.7/5
(29)
Correct Answer:
B
When using priority scheduling,priorities are assigned to jobs by the owner of the job (the user).
Free
(True/False)
4.7/5
(40)
Correct Answer:
False
The shortest remaining time (SRT)algorithm is often used in interactive systems.
(True/False)
4.9/5
(38)
CPU-bound jobs (such as printing a series of documents)have many brief CPU cycles and long I/O cycles.
(True/False)
4.8/5
(35)
First-come,first-served (FCFS)is a preemptive scheduling algorithm that handles jobs according to their arrival time.
(True/False)
5.0/5
(33)
When using a multiple-level queue strategy,aging is used to ensure that jobs in lower-level queues will eventually complete their execution.
(True/False)
4.8/5
(40)
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
(41)
The Process Scheduler assigns the CPU to execute the processes for those jobs placed on the ____ queue by the Job Scheduler.
(Multiple Choice)
4.9/5
(42)
____ requires that the processor be allocated to each job or to each process for a period of time and deallocated at an appropriate moment.
(Multiple Choice)
4.7/5
(35)
Assume that four jobs,A-D,are in the READY queue at Time 0 and require the CPU cycles listed below.Using the SJN algorithm,the ____ job is run first.
Job: A B C D
CPU cycle: 5 2 6 4
(Multiple Choice)
4.9/5
(41)
When a job is accepted by the system,it's put on ____ and placed in a queue.
(Multiple Choice)
4.9/5
(35)
A general rule of thumb for selecting a proper time quantum in Round Robin scheduling is that it should be long enough to allow ____ percent of the CPU cycles to run to completion.
(Multiple Choice)
4.8/5
(36)
Some systems use a strategy known as ____ to increase the priority of jobs that have been in the system for an unusually long time in order to expedite their exit.
(Multiple Choice)
4.7/5
(36)
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)
4.8/5
(40)
Assume that jobs A-D arrive in the READY queue in quick succession and have the CPU cycle requirements listed below.Using the SRT algorithm,the average turnaround time is ____.
Arrival time: 0 1 2 3
Job: A B C D
CPU cycle: 6 3 1 4
(Multiple Choice)
4.8/5
(30)
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.9/5
(36)
Showing 1 - 20 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)