LAB 1 CPU SCHEDULING

LAB 1 CPU SCHEDULING

University

5 Qs

quiz-placeholder

Similar activities

OPERATING SYSTEM QUIZ1

OPERATING SYSTEM QUIZ1

University

5 Qs

SKM 2503 - Chapter 2

SKM 2503 - Chapter 2

University

10 Qs

CPU

CPU

University

10 Qs

School Library Reconsideration Policies

School Library Reconsideration Policies

University

7 Qs

Computer Network Amrita Bangalore Campus

Computer Network Amrita Bangalore Campus

University

7 Qs

LEGAL FOLLOW-UP

LEGAL FOLLOW-UP

University

10 Qs

Destiny Self-Check

Destiny Self-Check

University

10 Qs

OS(UNIT-I) QUIZ

OS(UNIT-I) QUIZ

University

10 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