Search Header Logo

Operating System Concepts Quiz

Authored by Ms. Colaco

Computers

University

Used 1+ times

Operating System Concepts Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?