LAB 1 CPU SCHEDULING

LAB 1 CPU SCHEDULING

University

5 Qs

quiz-placeholder

Similar activities

OS_PM

OS_PM

University

10 Qs

OPERATING SYSTEM QUIZ1

OPERATING SYSTEM QUIZ1

University

5 Qs

SKM 2503 - Chapter 2

SKM 2503 - Chapter 2

University

10 Qs

Hotel Organization and Front Office Department

Hotel Organization and Front Office Department

University

10 Qs

Economics Basics

Economics Basics

11th Grade - University

10 Qs

The Economic Problem

The Economic Problem

12th Grade - University

10 Qs

Change Management ITILV4

Change Management ITILV4

University

10 Qs

Cost Management Systems

Cost Management Systems

University

8 Qs

LAB 1 CPU SCHEDULING

LAB 1 CPU SCHEDULING

Assessment

Quiz

Other

University

Medium

Created by

Neha Shukla

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1) Which one is not one of the Scheduling algorithms mentioned earlier.

First-Come First-Serve

Round Bear

Shortest Job First

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the FCFS algorithm, which process is allocated the CPU first

The process that requests the CPU first.

The process that requests the CPU last.

Processes are allocated the CPU randomly.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Using the SJF algorithm, which process is allocated the CPU first?

The process that requests the CPU first.

The process that requests the CPU last.

The process with the smallest CPU execution time.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The SJF algorithm is not fair for which type of job?

Small jobs

Any size job

Large jobs

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module gives control of the CPU to the process selected by the short-term scheduler?

Interrupt

Scheduler

Dispatcher

None of the above