operating systems

operating systems

University

8 Qs

quiz-placeholder

Similar activities

Process Synchronization Quiz

Process Synchronization Quiz

University

10 Qs

IT Platform and Technologies

IT Platform and Technologies

University

10 Qs

Graph Traversal Algorithms Quiz

Graph Traversal Algorithms Quiz

12th Grade - University

13 Qs

Parallel Programming Quiz

Parallel Programming Quiz

University

10 Qs

HỆ ĐIỀU HÀNH

HỆ ĐIỀU HÀNH

University

12 Qs

Scheduling and Threads

Scheduling and Threads

University

8 Qs

Operating System by Baba

Operating System by Baba

University

12 Qs

ReflectiveQuizDDT1A_07102020

ReflectiveQuizDDT1A_07102020

University

10 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()