Operating System Concepts Quiz

Operating System Concepts Quiz

University

22 Qs

quiz-placeholder

Similar activities

Multithreading in java

Multithreading in java

University

20 Qs

Term 2 computer science revision

Term 2 computer science revision

12th Grade - University

17 Qs

Operating Systems

Operating Systems

University

25 Qs

Parallel Computing

Parallel Computing

University

22 Qs

COS Quiz 3

COS Quiz 3

University

21 Qs

CPU scheduling

CPU scheduling

University

17 Qs

IPC

IPC

University

20 Qs

MCAP UNIT - 1

MCAP UNIT - 1

University

20 Qs

Operating System Concepts Quiz

Operating System Concepts Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Ms. Colaco

Used 1+ times

FREE Resource

22 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A process in an operating system can be in one of several states. Which of the following is NOT a valid process state?

New

Running

Blocked

Waitlisted

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following best describes a process in the "Ready" state?

The process is waiting for I/O to complete.

The process is executing on the CPU.

The process is waiting for CPU time to be scheduled.

The process has finished execution.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which scheduling algorithm assigns the CPU to the process that has been waiting the longest?

Shortest Job First (SJF)

Round Robin (RR)

First-Come, First-Served (FCFS)

Priority Scheduling

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Round Robin (RR) scheduling, the time quantum should be:

Very large compared to the burst time of processes

Very small to minimize waiting time

Large enough to prevent context switching overhead but small enough to maintain responsiveness

Equal to the longest burst time of all processes

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a “fork” system call used for in process management?

To terminate a process

To create a new process

To allocate memory to a process

To wait for a process to complete execution

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following system calls is used to replace the memory space of a process with a new program?

fork()

exec()

wait()

exit()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In inter-process communication (IPC), a mechanism to send a signal from one process to another is called:

Message passing

Signaling

Piping

Shared memory

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?