Operating systems (CSE) test-2

Operating systems (CSE) test-2

Professional Development

20 Qs

quiz-placeholder

Similar activities

Project Sunroof 2025

Project Sunroof 2025

Professional Development

19 Qs

DDCO QUIZ

DDCO QUIZ

Professional Development

20 Qs

Quiz on Group Technology

Quiz on Group Technology

Professional Development

15 Qs

Microprocessor Quiz

Microprocessor Quiz

Professional Development

22 Qs

Python11

Python11

Professional Development

17 Qs

Program Pemeriksaan Mesin

Program Pemeriksaan Mesin

Professional Development

22 Qs

SCMart RS Module

SCMart RS Module

Professional Development

15 Qs

Quiz on 8051 Microcontroller

Quiz on 8051 Microcontroller

Professional Development

25 Qs

Operating systems (CSE) test-2

Operating systems (CSE) test-2

Assessment

Quiz

Engineering

Professional Development

Hard

Created by

Bhargavi Cherlopalli

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Software may trigger an interrupt by executing a special operation called___

 

System Call

Event Handling   

Interrupt Servicing

Loader

Answer explanation

Software triggers an interrupt using a System Call, which is a special operation that requests services from the operating system. This is essential for managing hardware and software interactions.

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is not the state of a process ?

Running 

Killed

Waiting 

Ready

Answer explanation

The 'Killed' state is not a standard state of a process. The typical states include Running, Waiting, and Ready, which describe the process's current activity or status in the system.

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_____time is the interval from the time of transmission of a process to the time of completion

Turn Around

Running

Waiting

Execution

Answer explanation

Turn Around time refers to the total time taken from the initiation of a process until its completion, encompassing both execution and waiting periods. It is the correct choice as it captures the entire interval described.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

_______CPU scheduling algorithm suffers from starvation

FCFS

Priority

Time sharing

Round Robin

Answer explanation

The Priority CPU scheduling algorithm can lead to starvation, where lower-priority processes may never get executed if higher-priority processes keep arriving. In contrast, FCFS, Time sharing, and Round Robin do not suffer from this issue.

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Operations of a semaphore are

Wait & Signal

Push & Pull

Add & Sub

Hold & wait

Answer explanation

The operations of a semaphore are 'Wait' and 'Signal'. 'Wait' decreases the semaphore value, blocking if it is zero, while 'Signal' increases it, potentially waking up waiting processes. This is essential for process synchronization.

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The purpose of banker’s algorithm  is_____  

Deadlock Recovery 

Deadlock Avoidance

Deadlock Prevention

No preemption

Answer explanation

The banker’s algorithm is designed to avoid deadlock by ensuring that resource allocation does not lead to a situation where processes are waiting indefinitely. Thus, the correct answer is Deadlock Avoidance.

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the memory allocation scheme is faster ?

First Fit

Best Fit

Worst Fit  

Paging

Answer explanation

First Fit is faster because it allocates the first available block of memory that is large enough, minimizing search time. In contrast, Best Fit and Worst Fit require more time to search for the optimal block, making them slower.

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?