Complete the code to identify the physical parts of a computer.
A computer's physical parts are called [1].
The physical parts of a computer, like the keyboard and screen, are called hardware.
Complete the code to identify the programs that run on a computer.
The programs and instructions that run on a computer are called [1].
Software means the programs and instructions that tell the hardware what to do.
Fix the error in the sentence about hardware and software.
Hardware is the [1] part of a computer, while software is the [2] part.
Hardware is the physical part you can touch, while software is the virtual part.
Fill both blanks to complete the dictionary about hardware and software.
components = {"keyboard": "[1]", "browser": "[2]"}The keyboard is a hardware device, and the browser is a software program.
Fill all three blanks to complete the dictionary about hardware and software.
parts = {"monitor": "[1]", "game": "[2]", "mouse": "[3]"}The monitor and mouse are hardware, while the game is software.
