Difficulty: Easy
Correct Answer: Interactive
Explanation:
Introduction / Context:
This question checks your understanding of human–computer interaction modes, specifically how users work with files from a terminal or console. In classic operating systems and modern shells, users interactively issue commands to access, read, write, and manage files in real time. Recognizing the correct term helps distinguish interactive sessions from automated or batch-style processing.
Given Data / Assumptions:
Concept / Approach:
When a user types commands and immediately receives feedback from the system, the mode is called interactive processing. The defining characteristic is the direct request–response loop: the user issues a command, the operating system executes it, and results appear instantly on the terminal. In contrast, batch processing queues jobs for later execution without immediate dialogue.
Step-by-Step Solution:
Identify the mode: user communicates directly with files via commands → live dialogue with the system.Map terms: ‘‘Interactive’’ means immediate user–system exchange; ‘‘Interrogation’’ suggests querying, not the full scope of file I/O; ‘‘Heuristic’’ refers to problem-solving approaches, not I/O modes.Therefore, the correct label is ‘‘Interactive.’’
Verification / Alternative check:
Think of examples: using shells like bash, PowerShell, or terminal file editors (nano, vim) are all interactive. The user issues commands and sees results instantly, which matches interactive operation.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing interactive mode with general ‘‘querying’’ or assuming heuristic refers to user interaction. The key is the immediate, conversational feedback loop with the computer.
Final Answer:
Interactive
Discussion & Comments