2.2 Equal Access, the Digital Divide, and Accessibility
Key Takeaways
- The digital divide is the gap between people who have reliable access to devices, broadband, and digital skills and people who do not; it has infrastructure, economic, skills, and global dimensions.
- In March 2024 the FCC raised its fixed broadband speed benchmark from 25/3 Mbps to 100/20 Mbps download/upload.
- WCAG organizes accessibility around four principles, known as POUR: Perceivable, Operable, Understandable, and Robust.
- WCAG Level AA requires a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text.
- Effective equity solutions match the obstacle: loaner devices and hotspots for access gaps, removed prerequisites and inclusive recruiting for participation gaps, and accessible design for disability barriers.
What this competency asks
ETS asks you to know the obstacles to equal access to computing among different groups and the impact of those obstacles. Specifically, you should be able to:
- Identify obstacles to equal access for groups defined by gender, socioeconomic status, and disability or accessibility needs, and describe their impact.
- Identify factors that contribute to the digital divide.
- Match obstacles to equal access with effective solutions.
The third skill is the one that most often decides a question. Expect a scenario that describes a barrier and asks which intervention actually addresses it.
The digital divide
The digital divide is the gap between people who have reliable access to computing (devices, fast Internet, and the skills to use them) and people who do not. It is not a simple "has a computer or doesn't" split.
| Dimension | What it looks like | Typical contributing factors |
|---|---|---|
| Infrastructure (access) | No broadband, or only slow or unreliable service | Rural and tribal areas where building networks is costly; limited provider competition |
| Economic (affordability) | One shared device for a whole family; phone-only Internet; data caps | Cost of devices, monthly service, and repairs |
| Skills (digital literacy) | Access exists but people cannot use it effectively | Unequal schooling, no training for adults, language barriers |
| Global | Large gaps between and within countries | Undersea cable and power infrastructure, device import costs, content mostly in a few languages |
Broadband speed
In March 2024 the Federal Communications Commission (FCC) raised its benchmark for fixed broadband from 25 Mbps download / 3 Mbps upload to 100 Mbps / 20 Mbps. When several people in a household stream video classes or upload projects at once, a slow connection creates real barriers. Upload speed matters too, because it limits sending recorded video or large files.
The homework gap
The homework gap describes students who cannot complete online assignments at home because they lack a suitable device or connection. A phone may be enough for reading, but it is poorly suited to writing substantial code, managing files, or running development tools. Students on prepaid plans also run into data caps.
Obstacles for specific groups
Gender
In the United States, women earn roughly one in five bachelor's degrees in computer science. Contributing factors include stereotypes about who "belongs" in computing, few visible role models, and classroom cultures that reward prior experience, which some students were never offered. Stereotype threat (anxiety about confirming a negative stereotype) can lower performance and persistence.
Socioeconomic status
Students from low-income families are less likely to have home devices and broadband. They are also more likely to attend schools with no computer science courses. Gatekeeping prerequisites, such as requiring advanced math before an introductory CS course, can exclude students who were placed in slower math sequences earlier. Introductory programming depends far more on logic than on calculus.
Race and ethnicity
Black, Hispanic, and Native American students are underrepresented among AP computer science exam takers relative to their share of high school enrollment. Barriers include whether the school offers the course, recruitment practices, counselor advice, and the same stereotype effects described above.
Disability and accessibility needs
Students with visual, hearing, motor, or cognitive disabilities face barriers when software and course materials are not designed for them. Examples include images without text alternatives, videos without captions, mouse-only interfaces, and timed interactions.
Matching obstacles to solutions
This is the most testable skill. Choose the solution that removes the specific barrier described.
| Obstacle | Effective solution | Ineffective choice (distractor) |
|---|---|---|
| No home device | Loaner laptops or Chromebooks; offline-capable tools | Requiring students to buy their own laptop |
| No home broadband | Mobile hotspots, extended lab or library hours, offline assignments | Assigning more video homework |
| Few girls enroll | Recruit peer groups, show diverse role models, use collaborative and creative projects | Adding a competitive, timed leaderboard |
| Prerequisite excludes students | Remove unnecessary prerequisites; offer open enrollment | Raising the prerequisite to calculus |
| Blind student using a screen reader | Meaningful alt text, semantic headings, keyboard-operable controls | Longer time limits alone |
| Deaf student | Captions and transcripts for all video | Louder audio |
| Motor impairment | Full keyboard access, larger click targets, no required fast timing | Mouse-only drag-and-drop activities |
Culturally responsive computing frames students' languages and experiences as assets. It connects projects to students' own communities, for example a water-quality tracker or an app for a local food pantry. Pair programming gives students a partner to reason with and reduces isolation. Inclusive recruiting, which means working with counselors, inviting students in friendship groups, and removing arbitrary barriers, broadens who enrolls.
Accessibility standards: WCAG and POUR
The World Wide Web Consortium (W3C) publishes the Web Content Accessibility Guidelines (WCAG). They are organized around four principles, often abbreviated POUR:
| Principle | Meaning | Examples |
|---|---|---|
| Perceivable | Users must be able to perceive the information | Alt text for images; captions and transcripts; enough color contrast; information not conveyed by color alone |
| Operable | Users must be able to operate the interface | Everything works with a keyboard; no keyboard traps; visible focus indicator; nothing flashes more than three times per second |
| Understandable | Content and operation must be understandable | The page language is declared (<html lang="en">); predictable navigation; clear error messages that say how to fix the problem |
| Robust | Content works with many user agents, including assistive technology | Semantic HTML (<button>, <nav>, headings); ARIA attributes only when native HTML cannot express the role |
Useful numbers: WCAG Level AA requires a contrast ratio of at least 4.5:1 for normal text and 3:1 for large text (18-point, or 14-point bold).
U.S. legal context
- Section 508 of the Rehabilitation Act covers information and communication technology that federal agencies develop, buy, maintain, or use. Its 2017 update incorporated WCAG 2.0 Level AA.
- Section 504 of the Rehabilitation Act prohibits disability discrimination by programs that receive federal financial assistance, which includes most public schools.
- ADA Title II covers state and local governments, including public school districts. The Department of Justice's 2024 Title II rule adopts WCAG 2.1 Level AA as the technical standard for their web content and mobile apps. An April 2026 interim final rule moved the first compliance deadline to April 2027.
Assistive technologies
| Technology | Who uses it | What the software must provide |
|---|---|---|
| Screen reader (NVDA, JAWS, VoiceOver) | Blind and low-vision users | Text alternatives, logical headings, labeled form fields, keyboard access |
| Screen magnifier and high-contrast modes | Low-vision users | Layouts that reflow when text is enlarged; sufficient contrast |
| Captions and transcripts | Deaf and hard-of-hearing users | Synchronized captions, including meaningful non-speech sounds |
| Switch access, sip-and-puff, eye tracking | Users with limited movement | Keyboard-equivalent operation; no required precise or fast pointer movement |
| Refreshable braille display | Blind braille readers | Concise, accurate text equivalents |
| Speech recognition | Users who cannot type easily | Visible labels that match the control names users will speak |
The recurring design lesson: when accessibility is built in from the start, it helps everyone. Captions help people in noisy rooms, and keyboard shortcuts help power users.
A student navigating a school's grade portal with only the Tab key gets stuck inside a pop-up calendar and cannot move to the rest of the page. Which WCAG principle is violated?
A high school finds that very few students from low-income families enroll in its introductory computer science course, which requires Algebra II as a prerequisite and assigns video-heavy homework. Which change most directly addresses the obstacles described?
A teacher posts a flowchart image that explains an algorithm's steps. A student who is blind uses a screen reader. What is the best way to make the content accessible?