operating system

operating system

University

6 Qs

quiz-placeholder

Similar activities

Parallel programming approach

Parallel programming approach

University

8 Qs

PPL

PPL

University

8 Qs

Ppl

Ppl

University

8 Qs

PPL

PPL

University

6 Qs

Mid Model Viva

Mid Model Viva

University

10 Qs

OS Day 4

OS Day 4

University

10 Qs

Ch06-Synchronization Tools_part2

Ch06-Synchronization Tools_part2

University

9 Qs

Exercise-Process Synchronization

Exercise-Process Synchronization

University

10 Qs

operating system

operating system

Assessment

Quiz

Computers

University

Hard

Created by

praveen s

Used 2+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1)Which process can be affected by other processes executing in the system?

cooperating process

child process

parent process

init process

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

2)What are the operations that can be invoked on a condition variable?

wait & signal

hold & wait

signal & hold

continue & signal

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following conditions must be satisfied to solve the critical section problem?

Mutual Exclusion

Progress

Bounded Waiting

All of the mentioned

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

The wait operation of the semaphore basically works on the basic _______ system call.

stop()

block()

hold()

wait()

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is a semaphore?

is a binary mutex

must be accessed from only one process

can be accessed from multiple processes

none of the mentioned

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What are the two kinds of semaphores?

mutex & counting

binary & counting

counting & decimal

decimal & binary