OS LO2 1

OS LO2 1

12th Grade

8 Qs

quiz-placeholder

Similar activities

COMP 2: Topic 6 OS: Interrupts and Scheduling Retrieval Quiz

COMP 2: Topic 6 OS: Interrupts and Scheduling Retrieval Quiz

12th Grade

12 Qs

Process Management Quiz

Process Management Quiz

12th Grade

10 Qs

Bab 1 | Latihan Pengukuhan II

Bab 1 | Latihan Pengukuhan II

12th Grade - University

10 Qs

Interrupts and Exceptions

Interrupts and Exceptions

12th Grade

12 Qs

Scheduling Jobs in Linux

Scheduling Jobs in Linux

12th Grade

12 Qs

T Level 5.1 Support Processors

T Level 5.1 Support Processors

12th Grade

10 Qs

OPERATING SYSTEMS - UNIT III

OPERATING SYSTEMS - UNIT III

12th Grade

10 Qs

Operating Systems

Operating Systems

12th Grade

10 Qs

OS LO2 1

OS LO2 1

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Maher Alndiwee

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the main task of CPU scheduling?

To manage I/O processes

To handle user interfaces

To determine which process will own CPU for execution

To allocate memory to processes

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which scheduling algorithm is based on the principle of Jobs are executed on first come, first serve basis.

?

Shortest-Job-Next (SJN) Scheduling

Priority Scheduling

Round Robin (RR) Scheduling

First Come First Serve (FCFS)

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the purpose of Preemptive Scheduling?

To assign tasks with priorities

To allocate CPU to a specific process

To minimize waiting time

To preempt lower priority tasks and poetize the higher priority

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which scheduling algorithm is known for providing each process a fixed time to execute?

Multilevel Queue

Priority Based Scheduling

Shortest Remaining Time

Round Robin Scheduling

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the main concern regarding CPU burst distribution?

CPU utilization

Waiting time

Throughput

none of the above

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which type of scheduling algorithm is used in batch systems where required CPU time is known in advance?

Shortest-Job-Next (SJN) Scheduling

Preemptive Scheduling

Priority Based Scheduling

Round Robin Scheduling

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which scheduling algorithm is based on the principle of executing processes based on their priority levels?

Shortest Remaining Time

Multilevel Queue

Round Robin Scheduling

Priority Based Scheduling

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which scheduling algorithm is known for partitioning the ready queue into separate queues based on foreground and background processes?

Round Robin (RR) Scheduling

Priority Scheduling

Multilevel Queue

Shortest-Job-Next (SJN) Scheduling