Questions: Cognitive Load and Complexity in Design
5 questions to test your understanding
Score: 0 / 5
Question 1 Multiple Choice
A UI designer hides rarely-used advanced settings behind an 'Advanced ▸' link, keeping the main interface uncluttered. Which cognitive load management technique does this illustrate?
AChunking — grouping related controls into a named section
BProgressive disclosure — revealing complexity only when the user chooses to engage with it
CVisual hierarchy — using contrast and size to de-emphasize secondary elements
DIntrinsic load reduction — simplifying the underlying task itself
Progressive disclosure delays the presentation of information until it is relevant to the user's current action. Hiding advanced settings reduces the number of options a casual user must evaluate, without removing functionality for power users. Chunking (option A) refers to grouping items that are already visible. Visual hierarchy (option C) uses visual weight to rank elements — it doesn't hide them. Intrinsic load (option D) refers to the inherent difficulty of the task, which a UI cannot change.
Question 2 Multiple Choice
Which interface design would likely impose HIGHER cognitive load, despite appearing simpler at first glance?
AA settings page with 12 clearly labeled toggles organized into named sections
BA minimalist toolbar with 4 unlabeled icon buttons whose functions must be inferred or memorized
CA form with 10 fields that each have descriptive labels and placeholder text
DA dashboard with 20 data widgets arranged in a consistent grid with clear headings
Unlabeled icons force users to either memorize what each button does or experiment to find out — both are forms of extraneous cognitive load. A sparse interface that requires guessing, hunting, or memorization can impose higher cognitive load than a denser interface where everything is clearly organized and labeled. Cognitive load is about mental effort, not visual density. Options A, C, and D all have more elements but impose less load because the organization and labeling do the interpretive work for the user.
Question 3 True / False
Reducing cognitive load in a design generally requires reducing the number of features or visible elements.
TTrue
FFalse
Answer: False
This is the misconception stated in the topic's Common Misconceptions section. Cognitive load is about mental effort, not element count. Better labeling, consistent layout, chunking, visual hierarchy, and familiar conventions can dramatically reduce load while keeping all features present. An interface with 30 well-organized, clearly labeled options can impose less load than one with 5 cryptically designed ones.
Question 4 True / False
Extraneous cognitive load is the mental effort imposed by poor design choices, as distinct from the inherent difficulty of the task being performed.
TTrue
FFalse
Answer: True
Cognitive load theory distinguishes three types: intrinsic (difficulty inherent to the task), extraneous (mental effort caused by how the interface presents the task), and germane (productive effort spent actually accomplishing the goal). Extraneous load is the designer's target for reduction because it consumes mental resources without advancing the user's goal. Intrinsic load cannot be designed away — filing taxes is complex regardless of the UI — but extraneous load from poor labels or inconsistent navigation can always be minimized.
Question 5 Short Answer
Explain the difference between intrinsic, extraneous, and germane cognitive load. Why is reducing extraneous load the designer's primary target rather than intrinsic load?
Think about your answer, then reveal below.
Model answer: Intrinsic load is the inherent difficulty of the task itself — it cannot be changed by design. Extraneous load is the mental effort caused by poor design: confusing labels, inconsistent navigation, unnecessary choices, visual clutter. Germane load is the productive mental effort actually spent learning or accomplishing the goal. Designers target extraneous load because it is the only type they control: they cannot make the task itself simpler, but they can eliminate friction in how it is presented. Reducing extraneous load frees up mental capacity for germane load — the actual work.
This three-way distinction clarifies the designer's role. A tax form designer cannot make taxes less complex (intrinsic load is fixed by law and math), but they can eliminate confusing jargon, provide helpful examples, and organize steps logically — all of which reduce extraneous load. The goal is not a 'dumb' interface but an *appropriately transparent* one: the interface should feel invisible, leaving all cognitive resources available for the real task.