Difficulty: Easy
Correct Answer: Interactive computer
Explanation:
Introduction / Context:
This question distinguishes among system operation modes. Some systems accept jobs for later execution (batch), others deliver deterministic responses to time-critical events (real time), and others support live, conversational use. Knowing the differences aids in selecting the right platform for a given workload.
Given Data / Assumptions:
Concept / Approach:
Interactive systems enable rapid request–response exchanges, where a user issues commands and sees results instantly. Time-sharing is a related operating mode that allows multiple users to interact concurrently; however, the umbrella term signaling direct dialogue with a single user is ‘‘interactive computer.’’ Batch systems lack immediate interaction, and real-time systems focus on meeting strict timing constraints rather than user conversation.
Step-by-Step Solution:
Identify key phrase: ‘‘direct conversation’’ equals immediate human–computer interaction.Map system types: batch (delayed), real time (deadline-focused), time sharing (multiuser sharing but still interactive), and interactive (conversational by definition).Select the most direct match: ‘‘Interactive computer.’’
Verification / Alternative check:
Terminals connected to timesharing hosts are interactive; single-user OS shells are also interactive. The core attribute is the live dialogue, captured by the term interactive.
Why Other Options Are Wrong:
Common Pitfalls:
Equating time-sharing with the generic term; while related, the question asks for the direct-conversation mode, which is best labeled as interactive.
Final Answer:
Interactive computer
Discussion & Comments