Which of the following is a technique that marks the beginning of computer…
2023
Which of the following is a technique that marks the beginning of computer communications?
- A.
User Environment
- B.
Batch Environment
- C.
Time Sharing
- D.
More than one of the specifically named techniques
- E.
None of the specifically named techniques
Attempted by 226 students.
Show answer & explanation
Correct answer: C
Concept: Early computing "environments" are classified by how the CPU is allocated across jobs and users. A batch environment queues jobs and runs each one to completion with no dialogue between the user and the machine while it executes -- the user submits work in advance and only sees output afterward. A time-sharing environment instead slices the CPU into short time quanta and cycles them rapidly among several terminals connected to the same computer, so each connected user carries on a running, real-time exchange with the machine as though it were dedicated to them alone.
Application: Judged against that definition, only time-sharing involves an actual real-time exchange between a user and the computer -- multiple terminals sending input and receiving responses from the central machine in the same session. That real-time, multi-terminal exchange is what histories of computing credit as the start of interactive computer communication, and it is also the arrangement that later grew into linking separate computers together over a network.
Cross-check (contrasting the other proposed techniques by what each actually is):
User Environment -- names the interface/settings a user configures on a system that is already running; it is not itself a job-processing or communication technique.
Batch Environment -- defined by the absence of any exchange during execution: jobs run unattended in a queue and the user only receives the output once the whole run finishes.
More than one of the specifically named techniques -- would require at least two of the individually defined techniques to independently satisfy "real-time exchange with the computer"; only one of them does.
None of the specifically named techniques -- would require none of the individually defined techniques to satisfy the description; one of them precisely does.
Result: the technique that marks the beginning of real-time computer communication, among the options offered, is time-sharing.