Computer Software MCQs

Computer

Computer Software MCQs

Practice Computer Software MCQs covering system software, application software, utility software and firmware with answers and detailed explanations.

347
Total Questions

Practice Questions

Page 1 of 18
Question #1
Which of the following is a system software?
A. Google Chrome
B. Adobe Photoshop
C. Windows 11
D. Microsoft Word

Correct Answer: Option C


Explanation:
Windows 11 is an operating system, which is system software. Others are application software.

This question belongs to: Computer Computer Software
Question #2
What is the primary function of application software?
A. To manage hardware resources
B. To perform specific user tasks
C. To allocate memory
D. To control the operating system

Correct Answer: Option B


Explanation:
Application software is designed to help users perform specific tasks like word processing, browsing, or gaming.

This question belongs to: Computer Computer Software
Question #3
Which of the following is an example of utility software?
A. Linux
B. VLC Media Player
C. Disk Defragmenter
D. Microsoft Excel

Correct Answer: Option C


Explanation:
Disk Defragmenter is a utility program that reorganizes data on a hard disk to improve performance.

This question belongs to: Computer Computer Software
Question #4
What does system software include?
A. Word processors and spreadsheets
B. Web browsers and email clients
C. Operating systems and device drivers
D. Games and multimedia players

Correct Answer: Option C


Explanation:
System software includes the operating system, device drivers, and utility programs that manage computer resources.

This question belongs to: Computer Computer Software
Question #5
Which software is used to translate high-level language code to machine code all at once?
A. Assembler
B. Compiler
C. Linker
D. Interpreter

Correct Answer: Option B


Explanation:
A compiler translates the entire source code into machine code before execution.

This question belongs to: Computer Computer Software
Question #6
What is the role of an operating system?
A. To create documents
B. To manage hardware and software resources
C. To edit images
D. To play audio files

Correct Answer: Option B


Explanation:
The OS manages hardware resources, provides a user interface, and runs applications.

This question belongs to: Computer Computer Software
Question #7
Which of the following is not a type of system software?
A. Compiler
B. Operating system
C. Database management system (DBMS)
D. Device driver

Correct Answer: Option C


Explanation:
DBMS is application software or system software depending on context, but typically considered middleware. Compiler, OS, and drivers are system software.

This question belongs to: Computer Computer Software
Question #8
What is firmware?
A. Software that manages databases
B. Software that is temporarily stored in RAM
C. Software that is used for word processing
D. Software that is permanently stored in hardware

Correct Answer: Option D


Explanation:
Firmware is a type of system software stored in ROM, providing low-level control for hardware.

This question belongs to: Computer Computer Software
Question #9
Which utility software is used to protect a computer from viruses?
A. Disk Cleanup
B. Backup software
C. Antivirus
D. Firewall

Correct Answer: Option C


Explanation:
Antivirus software detects, prevents, and removes malicious software.

This question belongs to: Computer Computer Software
Question #10
What is the difference between system software and application software?
A. System software is for users; application software is for hardware
B. No difference
C. System software is temporary; application software is permanent
D. System software manages hardware; application software performs user tasks

Correct Answer: Option D


Explanation:
System software serves as a platform for application software and manages hardware, while application software helps users complete specific tasks.

This question belongs to: Computer Computer Software
Question #11
Which of the following is an example of a closed-source operating system?
A. Android
B. Windows 10
C. Linux
D. Ubuntu

Correct Answer: Option B


Explanation:
Windows 10 is proprietary closed-source software, while Linux and Ubuntu are open-source.

This question belongs to: Computer Computer Software
Question #12
What is the purpose of a device driver?
A. To edit text documents
B. To allow the OS to communicate with hardware devices
C. To connect to the internet
D. To manage user accounts

Correct Answer: Option B


Explanation:
A device driver is system software that enables the OS to interact with specific hardware peripherals.

This question belongs to: Computer Computer Software
Question #13
Which software is used to compress files into a smaller size?
A. Antivirus
B. Disk defragmenter
C. File archiver (e.g., WinRAR)
D. File manager

Correct Answer: Option C


Explanation:
File archivers like WinRAR or 7-Zip compress files to reduce storage space and facilitate transfer.

This question belongs to: Computer Computer Software
Question #14
What type of software is Microsoft Excel?
A. Application software
B. Utility software
C. System software
D. Firmware

Correct Answer: Option A


Explanation:
Microsoft Excel is a spreadsheet application software used for data analysis and calculations.

This question belongs to: Computer Computer Software
Question #15
Which of the following is a type of system software that manages storage?
A. Word processor
B. File system
C. Image editor
D. Web browser

Correct Answer: Option B


Explanation:
The file system is part of the OS that organizes and manages data storage.

This question belongs to: Computer Computer Software
Question #16
What is freeware?
A. Software that requires a subscription
B. Software that is always open-source
C. Software available for free but without source code
D. Software available for free with source code

Correct Answer: Option C


Explanation:
Freeware is copyrighted software offered for free, but the source code is not available.

This question belongs to: Computer Computer Software
Question #17
Which utility software is used to create a copy of data for safety?
A. Disk cleanup
B. Antivirus
C. Firewall
D. Backup software

Correct Answer: Option D


Explanation:
Backup software creates copies of files to prevent data loss in case of failure.

This question belongs to: Computer Computer Software
Question #18
What is an interpreter?
A. Links multiple programs
B. Translates high-level code to machine code line by line
C. Converts assembly language to machine code
D. Translates entire code at once

Correct Answer: Option B


Explanation:
An interpreter translates and executes high-level code line by line, unlike a compiler.

This question belongs to: Computer Computer Software
Question #19
Which of the following is an example of a mobile operating system?
A. macOS
B. Windows 11
C. Android
D. Ubuntu

Correct Answer: Option C


Explanation:
Android is a mobile operating system, while Windows, macOS, and Ubuntu are desktop OSes.

This question belongs to: Computer Computer Software
Question #20
What does OSS stand for in software context?
A. Online System Software
B. Offline System Software
C. Open Source Software
D. Operating System Source

Correct Answer: Option C


Explanation:
OSS stands for Open Source Software, where the source code is available for modification.

This question belongs to: Computer Computer Software