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:
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