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 perform specific user tasks
B. To manage hardware resources
C. To allocate memory
D. To control the operating system

Correct Answer: Option A


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. Microsoft Excel
B. Disk Defragmenter
C. VLC Media Player
D. Linux

Correct Answer: Option B


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. Operating systems and device drivers
B. Games and multimedia players
C. Web browsers and email clients
D. Word processors and spreadsheets

Correct Answer: Option A


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. Interpreter
B. Assembler
C. Compiler
D. Linker

Correct Answer: Option C


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 manage hardware and software resources
B. To play audio files
C. To create documents
D. To edit images

Correct Answer: Option A


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. Database management system (DBMS)
B. Compiler
C. Operating system
D. Device driver

Correct Answer: Option A


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 is temporarily stored in RAM
B. Software that manages databases
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. Antivirus
B. Backup software
C. Disk Cleanup
D. Firewall

Correct Answer: Option A


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 temporary; application software is permanent
B. No difference
C. System software manages hardware; application software performs user tasks
D. System software is for users; application software is for hardware

Correct Answer: Option C


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. Windows 10
B. Linux
C. Android
D. Ubuntu

Correct Answer: Option A


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 manage user accounts
C. To allow the OS to communicate with hardware devices
D. To connect to the internet

Correct Answer: Option C


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. File archiver (e.g., WinRAR)
B. Disk defragmenter
C. Antivirus
D. File manager

Correct Answer: Option A


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. System software
B. Application software
C. Utility software
D. Firmware

Correct Answer: Option B


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. File system
B. Web browser
C. Image editor
D. Word processor

Correct Answer: Option A


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 available for free with source code
B. Software available for free but without source code
C. Software that requires a subscription
D. Software that is always open-source

Correct Answer: Option B


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. Ubuntu
B. macOS
C. Android
D. Windows 11

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. Operating System Source
B. Offline System Software
C. Open Source Software
D. Online System Software

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