CIA CIA Accessibility and Inclusive Design in IA 1 — Questions and Answers
Question 1: Which set of guidelines is the primary international standard for web accessibility that information architects must consider?
- ISO 9001
- Web Content Accessibility Guidelines (WCAG) (Correct answer)
- Section 508 of the Americans with Disabilities Act only
- RFC 2119
Correct answer: Web Content Accessibility Guidelines (WCAG)
WCAG, published by the W3C, is the globally recognized standard for web accessibility and the foundation for laws like Section 508 and the ADA.
Question 2: In inclusive IA, what does 'cognitive load' refer to and why does it matter?
- The server processing load caused by complex information systems
- The mental effort required for users to process and navigate information (Correct answer)
- The number of categories in a taxonomy
- The file size of pages within the information architecture
Correct answer: The mental effort required for users to process and navigate information
High cognitive load—caused by complex navigation, unclear labels, or excessive choices—disproportionately impacts users with cognitive disabilities, ADHD, or low literacy.
Question 3: Which navigation pattern is most accessible for users relying on screen readers?
- Mega menus with deeply nested hover interactions
- Consistent, logically ordered navigation with skip links and ARIA landmarks (Correct answer)
- Navigation implemented entirely with CSS pseudo-classes
- Drag-and-drop reorderable navigation menus
Correct answer: Consistent, logically ordered navigation with skip links and ARIA landmarks
Screen reader users benefit from consistent navigation order, skip links to bypass repetitive content, and ARIA landmarks that identify page regions.
Question 4: What is the purpose of 'skip navigation' links in an accessible IA?
- To allow users to skip directly to the homepage from any page
- To let keyboard and screen reader users bypass repetitive navigation and jump to main content (Correct answer)
- To provide shortcuts to the site's accessibility statement
- To skip loading animations for users with slow connections
Correct answer: To let keyboard and screen reader users bypass repetitive navigation and jump to main content
Skip navigation links reduce the number of tab stops required for keyboard users to reach the main content on each page.
Question 5: How does a clear and consistent labeling system specifically benefit users with cognitive disabilities?
- It reduces bandwidth usage
- It reduces ambiguity and mental effort needed to predict where content will be found (Correct answer)
- It ensures compliance with HIPAA regulations
- It makes it easier for search engines to index the site
Correct answer: It reduces ambiguity and mental effort needed to predict where content will be found
Consistent, plain-language labels reduce guesswork, making navigation predictable for users who struggle with ambiguity or complex language.
Question 6: Which WCAG principle states that information and user interface components must be presentable to users in ways they can perceive?
- Operable
- Understandable
- Perceivable (Correct answer)
- Robust
Correct answer: Perceivable
The Perceivable principle ensures that all information is available to users' senses, such as providing text alternatives for images.
Which set of guidelines is the primary international standard for web accessibility that information architects must consider?