Concept:
I/O (Input/Output) devices are hardware components used to communicate between a user and a computer. Input devices send data to the system, while output devices represent the results of processed data.
Step 1: Evaluate Input and Output options.
- Terminal: A terminal consists of a keyboard (input) and a monitor (output), making it a classic I/O device.
- Printer: A printer is a primary output device that produces a hard copy of electronic data.
- Disk: Hard disks or floppy disks are considered secondary storage/IO devices because data can be read from them (input) and written to them (output).
Step 2: Identify the non-I/O component.
Memory (specifically Primary Memory or RAM) is an internal component of the computer's central architecture. Its primary role is to hold data and instructions that the CPU is currently processing.
Step 3: Conclusion.
While data moves in and out of memory, it is classified as a storage/processing component rather than a peripheral I/O device used for external communication.