LAB 1 CPU SCHEDULING

LAB 1 CPU SCHEDULING

University

5 Qs

quiz-placeholder

Similar activities

Process Costing

Process Costing

University

10 Qs

Projects and Programs Management #3

Projects and Programs Management #3

University - Professional Development

10 Qs

แบบทดสอบ

แบบทดสอบ

University

10 Qs

Accountancy Quiz Bowl Competition–Easy Round

Accountancy Quiz Bowl Competition–Easy Round

University

10 Qs

Understanding Progressive Discipline

Understanding Progressive Discipline

University

10 Qs

contiguous memory allocation

contiguous memory allocation

University

10 Qs

Economics Basics

Economics Basics

11th Grade - University

10 Qs

The Economic Problem

The Economic Problem

12th Grade - 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