Operating system

Operating system

University

10 Qs

quiz-placeholder

Similar activities

CT-4 (Deadlocks)

CT-4 (Deadlocks)

University

15 Qs

DISTRIBUTED OS UNIT 1 QUIZ

DISTRIBUTED OS UNIT 1 QUIZ

University

10 Qs

Quiz 2

Quiz 2

University

15 Qs

FOS Ch:2 Part II (QUIZ 6)

FOS Ch:2 Part II (QUIZ 6)

University

10 Qs

CHAPTER 8: Operating System Support Quiz

CHAPTER 8: Operating System Support Quiz

University

10 Qs

SSK20193 KUIZ DUA

SSK20193 KUIZ DUA

12th Grade - University

10 Qs

OPERATING SYSTEM

OPERATING SYSTEM

University

10 Qs

OPERATING SYSTEMS

OPERATING SYSTEMS

University

10 Qs

Operating system

Operating system

Assessment

Quiz

Computers

University

Medium

Created by

Kishore K

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid deadlock prevention scheme? (GATE CS 2000) 

Release all resources before requesting a new resource 

Number the resources uniquely and never request a lower numbered resource than the last one requested. 

Never request a resource after releasing any resource 

Request that all required resources be allocated before execution

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let m[0]...m[4] be mutexes (binary semaphores) and P[0] .... P[4] be processes. Suppose each process P[i] executes the following:

wait (m[i]); wait(m[(i+1) mode 4]);
------
release (m[i]); release (m[(i+1)mod 4]);

This could cause (GATE CS 2000) 

Thrashing

Deadlock 

Starvation, but not deadlock

None of the above 

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where does the swap space reside? (GATE 2001) 

RAM 

Disk

ROM 

On-chip cache

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following scheduling algorithms is non-preemptive? (GATE CS 2002) 

Round Robin 

First-In First-Out 

Multilevel Queue Scheduling 

Multilevel Queue Scheduling with Feedback

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Increasing the RAM of a computer typically improves performance because:

Virtual memory increases 

 Larger RAMs are faster 

Fewer page faults occur 

Fewer segmentation faults occur 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Operating Systems, which of the following is/are CPU scheduling algorithms?

Priority

Round Robin

Shortest Job First

All of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 In real time operating system ____________

process scheduling can be done only once

all processes have the same priority

 kernel is not required

a task must be serviced by its deadline period

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?