operating systems

operating systems

University

8 Qs

quiz-placeholder

Similar activities

ReflectiveQuizDDT1A_07102020

ReflectiveQuizDDT1A_07102020

University

10 Qs

OS S7 10-03-23

OS S7 10-03-23

University

6 Qs

Threads in C# Quiz

Threads in C# Quiz

University

12 Qs

Quiz 3 OS Jun 2019

Quiz 3 OS Jun 2019

University

10 Qs

CPU scheduling

CPU scheduling

University

13 Qs

OS Algorithm

OS Algorithm

University

13 Qs

B. Sc III year

B. Sc III year

University

10 Qs

Operating System by Baba

Operating System by Baba

University

12 Qs

operating systems

operating systems

Assessment

Quiz

Computers

University

Hard

Created by

Najla Musthafa

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following scheduling algorithms is non-preemptive?

Round Robin

Shortest Job First

First Come First Serve

Priority Scheduling

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following scheduling algorithms may suffer from starvation?

Round Robin

Shortest Job First

First Come First Serve

Priority Scheduling

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of process synchronization in operating systems?

To ensure that only one process can access a shared resource at a time

To ensure that processes run in a fair and efficient manner

To ensure that processes can communicate with each other

To ensure that processes do not block each other

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The segment of code in which the process may change common variables, update tables, write into files is known as :

program

critical section

non - critical section

synchronizing

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these method waits for the thread to terminate?

sleep()

isAlive()

join()

stop()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many threads can a process contain?

1

0

multiple

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. The capability to control the access of multiple threads to any shared resource is called_____________

Synchronization

Multitasking

multithreading

None

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______________wakes up a thread that called wait() on same object.

start()

run()

notify()

sleep()