MCQ on 27.8.24 OS

MCQ on 27.8.24 OS

University

5 Qs

quiz-placeholder

Similar activities

Game Programming_Quiz 2

Game Programming_Quiz 2

University

5 Qs

Creating a Classroom in Google

Creating a Classroom in Google

University

5 Qs

OPESSYS Quiz Mini Game

OPESSYS Quiz Mini Game

University

10 Qs

Programming Principles Lec01

Programming Principles Lec01

University

10 Qs

Python

Python

University

10 Qs

Threads

Threads

University

9 Qs

SYCS - OS UNIT 1 - Chapter 3

SYCS - OS UNIT 1 - Chapter 3

University

10 Qs

Python Control Statements

Python Control Statements

University

10 Qs

MCQ on 27.8.24 OS

MCQ on 27.8.24 OS

Assessment

Quiz

Computers

University

Medium

Created by

Dr. 2397

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q1. Semaphore is a/an _______ to solve the critical section problem.

hardware for a system

special program for a system

integer variable

software

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q2. What are the atomic operations permissible on semaphores?

wait and signal

stop and wait

hold and signal

deadlock

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q3. The code that changes the value of the semaphore is ____________

remainder section code

non – critical section code

critical section code

exit code

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q4. What are the two kinds of semaphores?

mutex & counting

binary & counting

counting & decimal

decimal & binary

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Q5. What will happen if a non-recursive mutex is locked more than once?

Starvation

Deadlock

Aging

Signaling