Problem of the Day
Problem:
The hardware that makes up a computer typically includes:
- central processing unit (CPU)
- Input and Output interfaces
- memory (RAM and permanent)
- I only
- II only
- I and II
- II and III
- I, II, and III
The correct answer is e.
The CPU performs calculations as needed to process instructions stored in random-access memory (RAM). Those instructions, as well as the results of the processing, are often stored in permanent memory such as a hard drive or solid-state disk (SSD). The computer is typically operated via an input device such as a keyboard or mouse, and the results of the program may be communicated via a monitor or printer.