Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Design systems aren't just collections of pretty UI elements—they're the strategic foundation that determines whether your product scales gracefully or collapses into inconsistency. In Advanced Design Strategy, you're being tested on your ability to understand why certain components exist, how they interact systematically, and when to deploy specific patterns to solve user experience problems. The exam expects you to connect individual components to broader principles like cognitive load theory, visual hierarchy, and accessibility standards.
Don't just memorize what a button looks like or how many pixels of padding you should use. Know what principle each component serves—whether it's reducing decision fatigue, establishing brand coherence, or ensuring WCAG compliance. When you can articulate the strategic reasoning behind component choices, you'll nail both the multiple choice questions and the design critique FRQs.
These components establish the core visual vocabulary that every other element inherits. They define the "grammar" of your design system—get these wrong, and nothing else will feel cohesive.
Compare: Typography vs. Color Palette—both establish visual identity, but typography primarily serves information hierarchy while color serves emotional and functional signaling. FRQs often ask you to justify which foundation element to prioritize when constraints force trade-offs.
These components control spatial relationships and ensure designs adapt across contexts. They're the invisible scaffolding that makes responsive design possible.
Compare: Grid System vs. Spacing—grids handle macro-level alignment across the page, while spacing tokens control micro-level relationships between adjacent elements. Both use mathematical scales, but grids are structural while spacing is atmospheric.
These components handle direct user manipulation and must communicate state clearly. They're where accessibility requirements become most critical.
Compare: Buttons vs. Navigation—both handle user input, but buttons trigger actions while navigation handles wayfinding. Exam questions often test whether you can identify which component type solves a given UX problem.
These components organize and present content in digestible formats. They solve the fundamental problem of making complex information scannable.
Compare: Cards vs. Modals—cards present content within the page flow while modals interrupt it. Choose cards for browsable content and modals for critical decisions requiring focused attention. If an FRQ asks about reducing user friction, cards are almost always the better answer.
These patterns ensure components behave appropriately across device contexts. They're the meta-layer that governs how everything else transforms.
Compare: Grid System vs. Responsive Patterns—grids provide the structure for responsive behavior, while responsive patterns define the strategy for how that structure transforms. You need both: grids without responsive thinking create broken layouts, and responsive thinking without grids creates inconsistent ones.
| Concept | Best Examples |
|---|---|
| Visual Identity | Typography, Color Palette, Icons |
| Spatial Organization | Grid System, Spacing and Layout |
| User Input Handling | Buttons, Form Elements, Navigation |
| Content Presentation | Cards, Containers, Modals |
| Accessibility Compliance | Typography contrast, Button states, Focus management |
| Responsive Behavior | Grid breakpoints, Navigation adaptation, Card reflow |
| Cognitive Load Reduction | Spacing, Cards, Icon recognition |
| State Communication | Button states, Modal focus trapping, Navigation indicators |
Which two components both use mathematical scales but serve different purposes—one for macro-level page structure and one for micro-level element relationships?
A user complains that your interface feels "cluttered" even though all required information is present. Which two component categories would you audit first, and what specific properties would you examine?
Compare and contrast how Cards and Modals solve the problem of presenting secondary information. Under what circumstances would you choose each?
An FRQ asks you to improve form completion rates. Which component's state design would most directly impact this metric, and what specific states must be clearly differentiated?
Your design system needs to support both a data-dense enterprise dashboard and a consumer-facing marketing site. Which foundation layer components would require variants, and how would those variants differ?