OS Quiz on 20.8.2024

OS Quiz on 20.8.2024

University

10 Qs

quiz-placeholder

Similar activities

Loops-2

Loops-2

University

15 Qs

Java

Java

University

15 Qs

MTA E1 S3

MTA E1 S3

University

10 Qs

co-operative processes

co-operative processes

University

6 Qs

Stack & Queue

Stack & Queue

University

10 Qs

If quizzes are quizzical, what are tests?

If quizzes are quizzical, what are tests?

University

13 Qs

C-21 CS-405 OS Quiz-2

C-21 CS-405 OS Quiz-2

University

10 Qs

8086

8086

University

10 Qs

OS Quiz on 20.8.2024

OS Quiz on 20.8.2024

Assessment

Quiz

Computers

University

Hard

Created by

Dr. 2397

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

1,2

2,3

3,4

1,4

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For cooperating process, _________ process produces information that is consumed by a ___________ process.

consumer, producer

producer, consumer

independent, consumer

cooperating, consumer

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called

dynamic condition
race condition

essential condition

critical condition

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called
mutual exclusion

critical exclusion

synchronous exclusion

asynchronous exclusion

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A web server provides HTML files which is received by the client web browser requesting the resource. Here, __________ is the producer and _________ is the consumer.

HTML file, web server

web server, HTML files

web browser, web server

web server, web browser

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Buffer works as a shared memory, and counter keeps track of the number of full buffers. Counter is ________ by the ________ after it produces a new buffer, and is ________ by the ________ after it consumes a buffer.

decremented, producer, incremented, consumer

decremented, consumer, incremented, producer

incremented, producer, decremented, consumer

incremented, consumer, decremented, producer

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Each process must ask permission to enter critical section in _______ code; it then executes in the _______; once it finishes executing, it enters the _______ code. The process then enters the ________ code

entry section, critical section, exit section, remainder section

entry section, exit section, critical section, remainder section

critical section, entry section, exit section, remainder section

critical section, entry section, remainder section, exit section

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?