Exam 4: Processor Management

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

Free
(True/False)
4.8/5
(30)
Correct Answer:
Verified

True

An I/O request is called a(n)____ wait in multiprogramming environments.

Free
(Multiple Choice)
4.7/5
(29)
Correct Answer:
Verified

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:
Verified

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)

____ allows for faster turnaround of CPU-bound jobs.

(Multiple Choice)
4.9/5
(38)

A processor is also known as a CPU.

(True/False)
4.8/5
(41)

____ 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)

The Job Scheduler seeks to ____ when scheduling jobs.

(Multiple Choice)
4.8/5
(35)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)