Semaphore

Semaphore

University

5 Qs

quiz-placeholder

Similar activities

Threads

Threads

University

9 Qs

Ch06-Synchronization Tools_part2

Ch06-Synchronization Tools_part2

University

9 Qs

Parallel and Distributed Computing

Parallel and Distributed Computing

University

10 Qs

Exercise-Process Synchronization

Exercise-Process Synchronization

University

10 Qs

PROSES DAN SINKRONISASI

PROSES DAN SINKRONISASI

University

10 Qs

Quiz1

Quiz1

University

5 Qs

operating system

operating system

University

6 Qs

Basics of C

Basics of C

University

10 Qs

Semaphore

Semaphore

Assessment

Quiz

Computers

University

Hard

Created by

Parveen Dhaliwal

Used 4+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is causing wastage of CPU cycles.

Spinlock

Mutex lock

Both of these

None of these

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Mutex is similar to which of these

Counting semaphore

Binary semaphore

Moniter

All of these

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following tool is providing Hardware synchronization

Semaphore

Test and Set

Monitor

Mutex lock

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

At a particular time of computation the value of counting semaphore is 7, then 20 P operations and 15 V operations were completed on the semaphore. The result value of semaphore is

2

42

7

12

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which the access takes place when different processes try to access the same data concurrently and the outcome of the execution depends on the specific order, is called

dynamic condition

race condition

essential condition

critical condition