Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Understanding Operating Systems
Quiz 4: Processor Management
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
True/False
When using a multiple-level queue strategy,aging is used to ensure that jobs in lower-level queues will eventually complete their execution.
Question 2
True/False
Context switching is required by all preemptive algorithms.
Question 3
True/False
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.
Question 4
True/False
Most computer programs alternate between CPU cycles and I/O cycles.
Question 5
True/False
First-come,first-served (FCFS)is a preemptive scheduling algorithm that handles jobs according to their arrival time.
Question 6
True/False
Web browsers use multithreading routinely.For example,one thread can retrieve images while another sends and retrieves e-mail.
Question 7
True/False
A job's state moves from HOLD to WAITING when it's ready to run but is waiting for the CPU.
Question 8
True/False
As a process moves through the system,its status changes.Possible process statuses include HOLD,READY,RUNNING,WAITING,and FINISHED.
Question 9
True/False
It is possible to minimize response time by running only interactive jobs and letting batch jobs wait until the interactive load ceases.
Question 10
True/False
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.