Operating System MCQ - Kernel Design

Kernel Design MCQs : This section focuses on "Kernel Design" in Operating System. These Multiple Choice Questions (MCQ) should be practiced to improve the Operating System skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.

1. Kernel design is the process of creating the central part of an operating system, known as?

A. Network
B. Kernal
C. Input Output
D. Memory

View Answer


2. Kernel is responsible for managing?

A. memory
B. processes
C. input/output operations
D. All of the above

View Answer


3. How many types of kernels are there?

A. 1
B. 2
C. 3
D. 4

View Answer


4. A _____________ is a single large program that contains all the system calls and device drivers.

A. Microkernel kernel
B. Monolithic kernel
C. Hybrid kernel
D. None of the above

View Answer


5. A Microkernel is a small kernel that provides only the essential services required for an operating system to function.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


6. One of the first operating systems to feature a kernel was the _______ operating system

A. Microsoft Windows
B. Apple Macintosh
C. UNIX
D. None of the above

View Answer


7. Which are the algorithms implemented in kernel design?

A. Memory management
B. Process scheduling
C. File systems
D. All of the above

View Answer


8. Which algorithm is responsible for managing the execution of processes and determining which process should be executed next?

A. Memory management
B. File systems
C. Security
D. Process scheduling

View Answer


9. Which algorithm is responsible for managing the power consumption of the system?

A. Power management
B. File systems
C. Memory management
D. Security

View Answer


10. A Hybrid kernel is a combination of Monolithic and Microkernel.

A. Yes
B. No
C. Can be yes or no
D. Can not say

View Answer





Discussion


* You must be logged in to add comment.