All Categories MCQs
Topic Notes: All Categories
General Description
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
1411
The primary responsibility of the operating system is to:
Answer:
Manage Resources
Resource management—including CPU usage, memory allocation, and peripheral devices—is the central job of the operating system.
1412
Which file system is generally not recommended for use as the primary file system for a modern operating system?
Answer:
FAT32
Due to its limitations, FAT32 is not suitable for use as the primary file system for a modern operating system like Windows 10 or a recent Linux distribution.
1413
What is the purpose of the `|` (pipe) symbol in a command?
Answer:
To pipe the output of one command to the input of another command
The `|` symbol is used to create a pipeline between two commands. For example, `dir | find ".txt"` will pipe the output of the `dir` command to the `find` command, which will then display only the lines that contain ".txt".
1414
The process of verifying that all key peripheral hardware is connected and working before the computer boots is known as:
Answer:
POST
The Power-On Self Test (POST) checks essential devices like keyboard, memory, and display are present and functioning before system boot.
1415
Which action is NOT essential before shutting down a computer?
Answer:
Switch off monitor
Turning off the monitor is optional. However, saving work and closing applications are required for a proper shutdown.
1416
Which optical device reads pencil marks for data entry from forms or answer sheets?
Answer:
Punch card reader
Optical Mark Reader (OMR) is used to detect marks made by pencil or pen on specially designed paper, commonly for exams or surveys.
1417
Ctrl + C is used to
Answer:
Copy the selected text
** Ctrl+C is the universal shortcut for Copy.
1418
Desktop is a:
Answer:
Provides work space
The desktop serves as the work area of the operating system interface, where icons, windows, and applications can be arranged and accessed.
1419
Which file system format is supported by Windows 7?
Answer:
NTFS
The NTFS file system is fully supported by Windows 7; BSD and EXT are not natively supported.
1420
Which organization standardizes the World Wide Web?
Answer:
W3C
The World Wide Web Consortium (W3C) is the main international body for web standardization.