Skip to main content

OS MCQ — 9 Practice Questions with Answers

OS is a Computer Systems (Senior CI) topic in the RAS/RPSC syllabus. This page gathers exam-style OS multiple-choice questions with correct answers and explanations, so aspirants can test recall and revise frequently examined concepts.

Practice 9 OS multiple-choice questions with detailed answers and explanations. Ideal for RAS/RPSC exam preparation.

9 Questions Computer Systems (Senior CI)

Reviewed by: Aspirant Academy Editorial Team

Practice Questions

Q1. Match the following – List –I A: Disk Scheduling B. Batch Processing C. Time Sharing D. Interrupt Processing List – II 1. Round Robin 2. Scan 3. LIFO 4. FIFO Code -

A A-3, B-4, C-2, D-1
B A-4, B-3, C-2, D-1
C A-2, B-4, C-1, D-3 Correct
D A-3, B-4, C-1, D-2

Explanation

Disk scheduling is matched with SCAN because SCAN is a named disk-scheduling algorithm that moves the disk arm back and forth. Batch jobs are commonly served in first-in-first-out order, while round-robin is the standard time-sharing scheduler because it gives each ready process a time quantum. Interrupt handling saves and restores processor context on a stack, so the last saved context is restored first; hence the mapping A-2, B-4, C-1, D-3 makes option C correct.

Q2. When a process is in a “Blocked” state it waits for some I/O service. When the service is completed it goes to the -

A Terminated State
B Suspended state
C Running state.
D Ready state Correct

Explanation

Correct option D is right because after the required I/O service is completed, a blocked process becomes eligible for CPU allocation again and enters the ready state. It does not go directly to the running state; the CPU scheduler must select it first.

Q3. Consider the following statement – I. A child process that remains running even after its parent process is terminated or completed without waiting for the child process execution is called an orphan. II. A process that has completed its task but still, it shows an entry in a process table is called a zombie process.

A Both are true Correct
B Both are false
C Only I is true
D Only II is true

Explanation

An orphan process is a child that continues after its parent has terminated; UNIX/POSIX systems reassign such remaining children to a system process. A zombie process is a child that has terminated but has not yet been waited for, so a minimal entry remains in the kernel process table. Both statements match these definitions, so option A is correct.

Q4. CPU scheduling is the basis of -

A Multiprogramming operating system Correct
B Large memory sized systems
C Multiprocessor systems
D None of the mentioned

Explanation

Correct option A is right because multiprogramming depends on selecting one process from the ready queue whenever the CPU becomes available. CPU scheduling is what keeps the processor shared among multiple programs, so it is the basis of a multiprogramming operating system.

Q5. What does OS X have?

A Monolithic kernel with modules
B Microkernel
C Monolithic kernel
D Hybrid kernel Correct

Explanation

Correct option D is right because OS X uses a hybrid kernel architecture. It combines ideas associated with microkernels and monolithic kernels, so calling it purely microkernel or purely monolithic is incomplete.

You've seen 5 of 9 sample questions

Unlimited practice on OS comes with the RAS Test Series + Practice pack. Sign up to save progress; practice sets open with a pack or Gate Pass.

More questions (pack required)

Pack unlocks practice

Q6.

A
B
C
D
Pack unlocks practice

Q7.

A
B
C
D
Pack unlocks practice

Q8.

A
B
C
D
Pack unlocks practice

Q9.

A
B
C
D

4 more questions can appear in generated practice.

Frequently Asked Questions

How many OS MCQ questions are available?
There are 9 OS practice MCQs available on Aspirant Academy, with detailed answers and explanations for each question.
Are answers and explanations provided for OS MCQs?
Yes, every OS question comes with the correct answer and a detailed explanation to help you understand the underlying concept.
How is OS relevant to the RAS/RPSC exam?
OS falls under the Computer Systems (Senior CI) section of the RAS/RPSC syllabus. It is a frequently tested area and regular practice with these MCQs will strengthen your preparation.
Can I practice OS questions in Hindi?
Yes, Aspirant Academy offers bilingual support. You can practice OS MCQs in both English and Hindi, including questions, options, and explanations.

More Topics in Computer Systems (Senior CI)

Continue your Computer Systems (Senior CI) preparation with these related topics.

Explore Other Subjects

Want unlimited practice on OS?

Unlimited practice comes with the RAS Test Series + Practice pack. Create a free account to save progress and choose a pack or Gate Pass when you are ready.

Browse all subjects