In this article we are going to see Architecture of Linux Multiple Choice Questions and Answers | Objective type questions and answers.
1.What is the core of the Linux based operating system?
- Shell
- Hardware Layer
- Kernel
- System Library
Ans – 3 (Kernel)
2.Different types of the kernel in linux are,
- Monolithic Kernel
- Hybrid kernels
- Exo kernels
- All of above
Ans – 4 (All of the aboves)
3.Who takes commands from the user and executes the kernel’s functions?
- Shell
- Hardware Layer
- Kernel
- System Library
Ans – 1 (Shell)
4.Which layer consists all peripheral devices like RAM/ HDD/ CPU in Linux?
- Shell
- Hardware Layer
- Kernel
- System Library
Ans – 2 (Hardware Layer)
5.Linux and Ubuntu are different ?
- Yes
- No
Ans – 1 (Linux and Ubuntu are different)
6.Memory management refers to management of
- RAM
- Main Memory
- Secondary Memory
- None of these
Ans – 2 (Main Memory)
7.Network operating systems include
- Microsoft Windows Server 2003
- Microsoft Windows Server 2008
- UNIX
- All of these
Ans – 4 (All of these)
8.Real Time operating System includes,
- Hard real-time systems
- Soft real-time systems
- Both 1 and 2
- None of these
Ans – 3 (Both 1 and 2)
9.Sharing the processor, when two or more programs reside in memory at the same time, is referred as,
- Multitasking
- Multiprogramming
- Interactivity
- None of these
Ans – 2 (Multiprogramming)
10.______refers to the ability of users to interact with a computer system.
- Multitasking
- Multiprogramming
- Interactivity
- None of these
Ans – 3 (Interactivity)
11.______is an acronym for simultaneous peripheral operations on line.
- Multitasking
- Multiprogramming
- Interactivity
- Spooling
Ans – 4 (Spooling)
What is Program?
A program is a piece of code which may be a single line or millions of lines.
What is Computer Program?
A computer program is a collection of instructions that performs a specific task when executed by a computer.
What is algorithm?
A part of a computer program that performs a well-defined task is known as an algorithm.
What is software?
A collection of computer programs, libraries and related data are referred to as a software.