Filters
Question type

Study Flashcards

Most computer programs alternate between CPU cycles and I/O cycles.

Correct Answer

verifed

verified

The control program that handles the interruption sequence of events is called the event scheduler.

Correct Answer

verifed

verified

First-come,first-served (FCFS)is a preemptive scheduling algorithm that handles jobs according to their arrival time.

Correct Answer

verifed

verified

The Job Scheduler seeks to ____ when scheduling jobs.


A) run all CPU intensive jobs first
B) run all I/O intensive jobs first
C) balance CPU and I/O intensive jobs
D) run the quickest jobs first

Correct Answer

verifed

verified

The ____ is also called a high-level scheduler.


A) Process Scheduler
B) Job Scheduler
C) Program Scheduler
D) Thread Scheduler

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

A processor is also known as a CPU.

Correct Answer

verifed

verified

The Process Scheduler assigns the CPU to execute the processes for those jobs placed on the ____ queue by the Job Scheduler.


A) WAITING
B) NEXT
C) PROCESS
D) READY

Correct Answer

verifed

verified

CPU-bound jobs (such as printing a series of documents)have many brief CPU cycles and long I/O cycles.

Correct Answer

verifed

verified

The shortest remaining time (SRT)algorithm is often used in interactive systems.

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

When the operating system detects a nonrecoverable error,the following step is performed first by the interrupt handler: ____.


A) the state of the interrupted process is saved
B) the type of interrupt is described and stored
C) the interrupt is processed
D) the processor resumes operation

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

It is possible to minimize response time by running only interactive jobs and letting batch jobs wait until the interactive load ceases.

Correct Answer

verifed

verified

A program is an active entity that requires a set of resources,including a processor and special registers,to perform its function.

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

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


A) 5.5
B) 6.8
C) 9.0
D) 11.1

Correct Answer

verifed

verified

Context switching is required by all preemptive algorithms.

Correct Answer

verifed

verified

____ allows for faster turnaround of CPU-bound jobs.


A) No movement between queues
B) Movement between queues
C) Variable time quantum per queue
D) Aging

Correct Answer

verifed

verified

Web browsers use multithreading routinely.For example,one thread can retrieve images while another sends and retrieves e-mail.

Correct Answer

verifed

verified

Showing 21 - 40 of 40

Related Exams

Show Answer