Difficulty: Easy
Correct Answer: icons
Explanation:
Introduction / Context:
Pictographs in computing are small visual symbols that represent commands, files, apps, or statuses. They turn abstract operations into recognizable pictures, lowering the learning curve and speeding up navigation. Human–computer interaction (HCI) principles consistently show that well-designed pictographs make systems easier to learn, remember, and use.
Given Data / Assumptions:
Concept / Approach:
The canonical HCI term for pictographs is “icons.” Icons visually encode meaning (trash cans for delete, magnifying glasses for search) and support recognition over recall. They also help with space efficiency and internationalization; one picture can replace multiple words, and tooltips or labels can reinforce meaning where necessary.
Step-by-Step Solution:
Verification / Alternative check:
Design systems (for example, Material Design or Apple HIG) treat icons as first-class components with specific guidelines for size, clarity, and contrast, reaffirming the terminology.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing “logos” (brand marks) or “emojis” (expressive characters) with functional UI icons; in interface design, “icon” is the generic term for functional pictographs.
Final Answer:
icons
Discussion & Comments