What is the main characteristic of firmware? MCQ with Answer and Explanation

What is the main characteristic of firmware?
A. It is volatile
B. It is user-installed
C. It is non-volatile and hardware-specific
D. It is easily modifiable
Answer: Option C
Solution (By JKSSB Mock Tests)
Firmware is stored in non-volatile ROM and is closely tied to specific hardware.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Computer Software Questions

Question #1
What is the function of the memory manager in an OS?
A. Controls network traffic
B. Manages file storage
C. Handles input/output devices
D. Allocates and deallocates memory to processes

Correct Answer: Option D


Explanation:
Memory management is a core OS function that allocates RAM to programs and prevents conflicts.

This question belongs to: Computer Computer Software
Question #2
Which system software component is responsible for locating and loading the operating system kernel into the primary memory (RAM) during the boot process?
A. Bootstrap Loader
B. Linker
C. Device Driver
D. File Manager

Correct Answer: Option A


Explanation:
The bootstrap loader is a small initial program stored in ROM that executes during startup to load the core operating system into RAM.

This question belongs to: Computer Computer Software
Question #3
Which system tool allows a user to divide a single physical hard disk drive into multiple distinct, independent logical drive regions, each treated as a separate volume?
A. System Restorer
B. Disk Cleanup Tool
C. File Compactor
D. Disk Partitioning Utility

Correct Answer: Option D


Explanation:
Disk partitioning utilities divide a storage unit into distinct logical volumes (like C: and D:) with individual file system roots.

This question belongs to: Computer Computer Software