Difficulty: Easy
Correct Answer: realtime system
Explanation:
Introduction / Context:Many applications must react to events as they occur: process control, stock trading, airline seat inventory, and medical monitors. These are distinct from batch systems that process accumulated data later. The distinguishing term emphasizes immediate responsiveness.
Given Data / Assumptions:
Concept / Approach:A realtime system guarantees timely responses. It may be hard real-time (missed deadlines cause failure) or soft real-time (degraded quality if late). “Online” simply means connected/interactive but not necessarily time-bounded; “offline” processes later; “inline” is not a standard category.
Step-by-Step Solution:
Identify the need: immediate response to events.Map to terminology: realtime vs online/offline.Select “realtime system.”Reject nonstandard or inaccurate terms.Verification / Alternative check:Control systems, avionics, and high-frequency trading literature use the term “real-time” to indicate deterministic or bounded-latency responses.
Why Other Options Are Wrong:
Common Pitfalls:Equating “online” with “real-time”; ignoring latency guarantees required by true real-time applications.
Final Answer: realtime system
Discussion & Comments