Difficulty: Easy
Correct Answer: All of the above
Explanation:
Introduction / Context:
Teleprocessing refers to processing that involves terminals or user systems communicating with a central or distributed computer through communication facilities. Modern client-server and mainframe-terminal architectures are examples.
Given Data / Assumptions:
Concept / Approach:
Any teleprocessing arrangement must include endpoints (user systems), a transmission path or network (communications systems), and computing resources (computer center systems). Removing any one of these breaks the end-to-end design.
Step-by-Step Solution:
Verification / Alternative check:
Classic mainframe CICS or modern web apps both fit this triad: users, network, servers. If any is missing, teleprocessing cannot occur.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing teleprocessing with batch-only systems; assuming peer-to-peer negates the need for a central system (it still requires user endpoints and communications); overlooking that modern cloud still embodies the same triad.
Final Answer:
All of the above
Discussion & Comments