Difficulty: Easy
Correct Answer: CPU
Explanation:
Introduction / Context:Batch processing historically separated job preparation from job execution. Terminals in this context served as peripheral stations to submit decks (cards) and collect printed output while the central mainframe performed computation.
Given Data / Assumptions:
Concept / Approach:A batch terminal usually includes input devices (card reader/punch) and output (line printer) but lacks an independent CPU capable of executing arbitrary programs. Computation occurs at the host; the terminal is essentially a remote I/O station.
Step-by-Step Solution:
1) Identify terminal functions: submit jobs, receive listings. 2) Map devices: card reader/punch for job decks; line printer for results. 3) Exclude CPU: processing is centralized on the mainframe. 4) Conclude the CPU is not part of a classic batch terminal.Verification / Alternative check:Historic system diagrams show Remote Job Entry (RJE) stations with readers/printers connected to the host; logic in the station is minimal, focused on device control rather than compute.
Why Other Options Are Wrong:
Common Pitfalls:Confusing an intelligent workstation with a batch terminal; assuming every “terminal” contains a CPU comparable to a computer—batch terminals were peripheral I/O stations.
Final Answer:CPU
Discussion & Comments