MCQ CHALLENGE FOR KAS PRELIMS – DAY 24

MCQ CHALLENGE FOR KAS PRELIMS – DAY 24

1. Which of the following is the core component of an operating system?
a) Shell
b) Kernel
c) Command Interpreter
d) Device Driver
2. Which scheduling algorithm assigns the CPU to the process with the shortest expected processing time?
a) First-Come, First-Served (FCFS)
b) Round Robin
c) Shortest Job Next (SJN)
d) Priority Scheduling
3. Which memory management technique is also known as “Swapping”?
a) Paging
b) Segmentation
c) Virtual Memory
d) Contiguous Allocation
4. Which operating system is an example of a single-user, multitasking operating system?
a) MS-DOS
b) Windows 10
c) UNIX
d) Linux
5. Which of the following is used for inter-process communication (IPC)?
a) Pipelining
b) Semaphore
c) Multi-threading
d) Fragmentation
6. Which of the following is a disk scheduling algorithm?
a) FCFS
b) SSTF
c) SCAN
d) All of the above
7. What is the primary purpose of the “spooling” process in operating systems?
a) Disk management
b) CPU scheduling
c) Handling I/O device management
d) Memory management
8. In UNIX, which command is used to display currently running processes?
a) ls
b) pwd
c) ps
d) chmod
9. Which type of operating system allows multiple users to access a computer system at the same time?
a) Real-time OS
b) Distributed OS
c) Time-sharing OS
d) Embedded OS
10. Which of the following is an open-source operating system?
a) macOS
b) Windows
c) Linux
d) DOS