Quiz on Processor Management

Quiz on Processor Management

Assessment

Quiz

Other

University

Medium

Created by

Reem Alahmari

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the three main components of processor management in a computer system?

Memory Manager, Traffic Controller, Device Manager

Job Scheduler, Process Scheduler, Traffic Controller

Process Manager, Resource Manager, I/O Manager

Operating System, Hardware, Software

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scheduler is responsible for deciding which job should be run in a non-multiprogramming environment?

Process Scheduler

Device Scheduler

Job Scheduler

Traffic Controller

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a multiprogramming system, what is the main responsibility of the Process Scheduler?

Creating processes from jobs

Deciding which process within a subset will receive the processor and for how long

Managing memory resources for jobs

Handling device I/O for each job

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the role of the Traffic Controller in processor management?

To keep track of the status of processes and jobs

To assign resources to the jobs

To terminate the processes after completion

To control I/O operations

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scheduler is considered a macro-scheduler that selects which jobs enter the system?

Process Scheduler

I/O Scheduler

Job Scheduler

Traffic Controller

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a non-multiprogramming system, how is process and job scheduling handled?

They are combined, and only one job is allowed in the system at a time

They are separated, with the process scheduler handling jobs

The job scheduler controls I/O operations, and the process scheduler handles CPU allocation

Both operate independently, scheduling different jobs

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which component is responsible for allocating and deallocating processors to different processes based on their status?

Job Scheduler

Process Scheduler

Memory Manager

Traffic Controller