Difficulty: Easy
Correct Answer: hardware
Explanation:
Introduction / Context:
Clear terminology helps separate what a system is made of from what it does. Computer engineering distinguishes between tangible parts and the instructions that run on them. This question tests recognition of those fundamental terms.
Given Data / Assumptions:
Concept / Approach:
Use standard definitions: Hardware is the collection of physical, tangible components. Software is the set of programs and data that direct hardware. Firmware is software tightly bound to the hardware (for example, code in ROM/Flash on a device), often serving as low-level control.
Step-by-Step Solution:
Verification / Alternative check:
Introductory computing texts list hardware examples (CPU, RAM modules, power supply) versus software examples (apps, OS). Only the former are tactile.
Why Other Options Are Wrong:
Common Pitfalls:
Thinking firmware is hardware because it is stored on a chip. The chip is hardware; the code within is firmware (software).
Final Answer:
hardware
Discussion & Comments