Difficulty: Easy
Correct Answer: A touch terminal (touch-sensitive screen)
Explanation:
Introduction / Context:Direct manipulation interfaces let users interact with on-screen objects without intermediate devices. The quintessential example is the touch-sensitive display, where the user’s finger (or a compatible stylus) contacts the screen surface to make selections, drag items, or invoke commands.
Given Data / Assumptions:
Concept / Approach:A touch terminal integrates a touch sensor over the display, providing immediate, spatially mapped input. This differs from a digitizing tablet (off-screen), vector scanning (a drawing method inside the CRT), or a separate stylus on paper. Touch enables intuitive pointing, selection, and gestures mapped to screen coordinates.
Step-by-Step Solution:
Identify which option collects input at the same place as visual output. Match “direct interaction” with “on-screen touch.” Exclude devices not operating on the display surface. Choose the touch terminal.Verification / Alternative check:HCI literature classifies touchscreens as direct-input devices with zero or minimal spatial indirection, validating the selection.
Why Other Options Are Wrong:
A: Digitizing tablets are indirect; the hand moves on a pad, not the screen. B: Vector scanning is a rendering method, not a user input mechanism. C: A stylus on paper does not interact with the CRT. E: Not applicable since a correct choice exists.Common Pitfalls:Confusing pen displays (which are also direct) with generic styli on paper; the key is input on the display surface itself.
Final Answer:A touch terminal (touch-sensitive screen)
Discussion & Comments