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
It is possible to minimize response time by running only interactive jobs and letting batch jobs wait until the interactive load ceases.
Question 2
True/False
Most computer programs alternate between CPU cycles and I/O cycles.
Question 3
True/False
The shortest remaining time (SRT)algorithm is often used in interactive systems.
Question 4
True/False
A processor is also known as a CPU.
Question 5
True/False
A program is an active entity that requires a set of resources,including a processor and special registers,to perform its function.
Question 6
True/False
A job's state moves from HOLD to WAITING when it's ready to run but is waiting for the CPU.
Question 7
True/False
If one job monopolizes the system,the extent of its overall effect on system performance depends on the scheduling policy and whether the job is CPU-bound or I/O-bound.
Question 8
True/False
First-come,first-served (FCFS)is a preemptive scheduling algorithm that handles jobs according to their arrival time.
Question 9
True/False
Context switching is required by all preemptive algorithms.
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.