Free CUA Accessibility Standards & Compliance Questions and Answers — Questions and Answers
Question 1: What is the primary goal of accessibility standards?
- To increase advertising.
- Ensure usability for disabled users (Correct answer)
- To reduce website speed.
- To limit content.
Correct answer: Ensure usability for disabled users
Accessibility standards, such as WCAG, are developed to ensure that websites, applications, and digital content are usable by people with disabilities. Their primary goal is to remove barriers that might prevent individuals with visual, auditory, motor, or cognitive impairments from accessing and interacting with digital information and services, promoting equal access for all users.
Question 2: Which law mandates web accessibility in the US?
- ADA (Correct answer)
- COPPA
- FERPA
- HIPAA
Correct answer: ADA
The Americans with Disabilities Act (ADA) is a civil rights law that prohibits discrimination against individuals with disabilities. While not explicitly mentioning websites, courts have interpreted the ADA to apply to web accessibility, particularly for public-facing entities, mandating equal access to digital services.
Question 3: What does WCAG stand for?
- Web Content Accessibility Guidelines (Correct answer)
- Wireless Communication and Connectivity Guidelines
- Web Content Application Gateway
- Website Content Accessibility Grant
Correct answer: Web Content Accessibility Guidelines
WCAG stands for Web Content Accessibility Guidelines, which are a set of internationally recognized recommendations for making web content more accessible to people with disabilities. Developed by the World Wide Web Consortium (W3C), WCAG provides a framework for ensuring digital content can be perceived, operated, understood, and is robust across various user agents.
Question 4: Which is an example of an accessibility feature?
- Screen readers (Correct answer)
- Flash animations
- Auto-play videos
- Pop-up ads
Correct answer: Screen readers
Screen readers are assistive technologies that convert digital text and image descriptions into speech or braille output, enabling users with visual impairments to access and interact with digital content. They are a fundamental accessibility feature, allowing blind or low-vision users to navigate websites and applications effectively.
Question 5: What does alt text do for images?
- Adds keywords for SEO.
- Describes images for screen readers (Correct answer)
- Increases image file size.
- Prevents images from loading.
Correct answer: Describes images for screen readers
Alt text (alternative text) is a brief, descriptive text attribute added to image tags in HTML. Its primary purpose is to provide a textual description of an image for users who cannot see it, such as those using screen readers due to visual impairments. This ensures that the content and context conveyed by images are accessible to all users.
Question 6: Why is keyboard accessibility important?
- Improves SEO.
- Supports non-mouse users (Correct answer)
- Speeds up animations.
- Increases loading time.
Correct answer: Supports non-mouse users
Keyboard accessibility ensures that all interactive elements and content on a website or application can be accessed and operated using only a keyboard, without requiring a mouse. This is crucial for users with motor impairments who cannot use a mouse, as well as for screen reader users who rely on keyboard navigation. It promotes inclusive design for a wider range of abilities.
Question 7: What does ARIA stand for in accessibility?
- Accessible Rich Internet Applications (Correct answer)
- Application Rich Internet Access
- Accessible Remote Internet Access
- Automatic Rich Interaction Application
Correct answer: Accessible Rich Internet Applications
ARIA stands for Accessible Rich Internet Applications. It is a set of attributes that can be added to HTML elements to improve the accessibility of dynamic web content and user interface components, especially for assistive technologies like screen readers. ARIA helps bridge the gap where standard HTML alone might not convey the necessary semantic information for complex web applications.
Question 8: What is the purpose of captions in videos?
- Add subtitles for foreign languages.
- Provide text for audio (Correct answer)
- Increase video file size.
- Speed up video playback.
Correct answer: Provide text for audio
Captions in videos provide a synchronized text version of the audio content, including spoken dialogue, sound effects, and music cues. Their primary purpose is to make video content accessible to individuals who are deaf or hard of hearing. Captions also benefit users in noisy environments or those who prefer to consume content without sound.
Question 9: Why is compliance with accessibility standards important?
- Improves website speed.
- Ensures equal access and reduces legal risks (Correct answer)
- Reduces content quality.
- Limits audience reach.
Correct answer: Ensures equal access and reduces legal risks
Compliance with accessibility standards is vital for two main reasons: it ensures that digital products and services are usable by everyone, including people with disabilities, promoting equal access and inclusion. Additionally, failing to meet these standards can expose organizations to significant legal risks and lawsuits, as many countries have laws mandating digital accessibility.
What is the primary goal of accessibility standards?