Below are 20 mixed quiz questions Intro to Linux. They include TF, MCQ, Multi-select, Matching, Ordering, Fill in the Blank, and Short Answer questions, with concept, hands-on, analytical, and higher-order learning coverage.
Quiz: Introduction to Linux
1. True/False
Linux is only used on desktop computers.
Answer: False
Explanation: Linux is used in many areas, including servers, cloud systems, supercomputers, embedded systems, Android, and specialized hardware.
2. True/False
The Linux kernel is the central controller of the operating system and manages hardware and software resources.
Answer: True
3. Multiple Choice
Which person started Linux development in 1991?
A. Richard Stallman
B. Linus Torvalds
C. Bill Gates
D. Steve Jobs
Answer: B. Linus Torvalds
4. Multiple Choice
What is the main role of the kernel?
A. To browse the internet
B. To manage hardware and software resources
C. To create documents
D. To replace all applications
Answer: B. To manage hardware and software resources
5. Multi-Select
Which of the following are examples of tasks managed by the kernel?
Select all that apply.
A. Managing memory
B. Starting and stopping processes
C. Handling multitasking
D. Scheduling CPU and disk resources
E. Writing emails directly for the user
Answers: A, B, C, D
6. Short Answer
Explain the difference between Linux and GNU/Linux.
Sample Answer:
Linux technically refers to the kernel, which is the core of the operating system. GNU/Linux refers to a complete operating system that combines the Linux kernel with GNU tools and other software.
7. Fill in the Blank with Choices
A Linux __________ is a collection of software bundled together, including the Linux kernel, GNU tools, applications, package manager, and installer.
Choices:
A. shell
B. distribution
C. terminal
D. process
Answer: B. distribution
8. Multiple Choice
Which of the following best describes open source software?
A. Software that cannot be modified
B. Software where users can access and modify the source code
C. Software that only runs on Windows
D. Software that is always expensive
Answer: B. Software where users can access and modify the source code
9. Matching
Match each term with its correct description.
| Term | Description |
| 1. Kernel | A. A program that processes commands |
| 2. Terminal | B. The central controller of the operating system |
| 3. Shell | C. A program that runs a shell |
| 4. Distribution | D. A complete software collection built around Linux |
Answer:
| Term | Correct Description |
| Kernel | B |
| Terminal | C |
| Shell | A |
| Distribution | D |
10. Ordering
Put the following events in the correct historical order.
A. Linux development started as a hobby project
B. GNU Project was announced
C. UNIX was developed at AT&T Bell Labs
D. GNU tools were combined with the Linux kernel to create a complete operating system
Correct Order:
- C. UNIX was developed at AT&T Bell Labs
- B. GNU Project was announced
- A. Linux development started as a hobby project
- D. GNU tools were combined with the Linux kernel
11. Multi-Select
Which of the following are examples of major operating systems?
Select all that apply.
A. Microsoft Windows
B. Apple macOS
C. Linux
D. Bash
E. Firefox
Answers: A, B, C
12. Multiple Choice
Which interface is text-based and mainly relies on keyboard input?
A. GUI
B. CLI
C. Web browser
D. Package manager
Answer: B. CLI
13. Short Answer
Compare GUI and CLI.
Sample Answer:
A GUI uses windows, menus, icons, and graphical tools to interact with the operating system. A CLI is text-based and allows users to type commands using the keyboard.
14. Analytical Multiple Choice
A company needs a stable Linux system for long-term server use and paid support. Which type of distribution is most suitable?
A. A testing desktop distribution
B. A commercial enterprise server distribution
C. A gaming-focused distribution
D. A hobby experimental distribution
Answer: B. A commercial enterprise server distribution
15. Multi-Select
Which factors should be considered when choosing a Linux distribution?
Select all that apply.
A. Role or purpose of the system
B. Required features and security
C. Life cycle and support period
D. Stability level
E. The colour of the desktop wallpaper only
Answers: A, B, C, D
16. Matching
Match each Linux distribution family or example with its description.
| Distribution / Family | Description |
| 1. Red Hat Enterprise Linux | A. Community distribution that promotes open source software |
| 2. Fedora | B. Commercial and stable server-focused distribution |
| 3. Debian | C. Free and open source personal desktop OS sponsored by Red Hat |
| 4. Ubuntu | D. Popular Debian-derived distribution |
Answer:
| Distribution / Family | Correct Description |
| Red Hat Enterprise Linux | B |
| Fedora | C |
| Debian | A |
| Ubuntu | D |
17. Fill in the Blank with Choices
Debian-based distributions usually use packages ending with the __________ extension.
Choices:
A. .rpm
B. .deb
C. .exe
D. .zip
Answer: B. .deb
18. Multiple Choice
Which package management system is commonly associated with Red Hat, CentOS, and Fedora?
A. Debian package management
B. RPM package management
C. Android package management
D. macOS package management
Answer: B. RPM package management
19. Hands-on / Command Awareness Question
A student is using Ubuntu and wants to install or update software. Which tools are commonly associated with Debian-based package management?
A. dpkg, apt-get, aptitude
B. rpm, yum, zypper
C. cmd, PowerShell, Registry Editor
D. Finder, Safari, App Store only
Answer: A. dpkg, apt-get, aptitude
20. Higher-Order Short Answer
A school wants to teach Linux to beginners. Should they focus only on the GUI, only on the CLI, or both? Explain your answer.
Sample Answer:
They should teach both. The GUI helps beginners interact with the system more easily using windows and menus. The CLI is also important because Linux administration, troubleshooting, server management, package management, and automation often require commands. Learning both gives students a stronger understanding of Linux.
REF: AI Tools
