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.
Last updated: September 2026

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:

  1. Identify obstacles to equal access for groups defined by gender, socioeconomic status, and disability or accessibility needs, and describe their impact.
  2. Identify factors that contribute to the digital divide.
  3. 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.

DimensionWhat it looks likeTypical contributing factors
Infrastructure (access)No broadband, or only slow or unreliable serviceRural and tribal areas where building networks is costly; limited provider competition
Economic (affordability)One shared device for a whole family; phone-only Internet; data capsCost of devices, monthly service, and repairs
Skills (digital literacy)Access exists but people cannot use it effectivelyUnequal schooling, no training for adults, language barriers
GlobalLarge gaps between and within countriesUndersea 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.

ObstacleEffective solutionIneffective choice (distractor)
No home deviceLoaner laptops or Chromebooks; offline-capable toolsRequiring students to buy their own laptop
No home broadbandMobile hotspots, extended lab or library hours, offline assignmentsAssigning more video homework
Few girls enrollRecruit peer groups, show diverse role models, use collaborative and creative projectsAdding a competitive, timed leaderboard
Prerequisite excludes studentsRemove unnecessary prerequisites; offer open enrollmentRaising the prerequisite to calculus
Blind student using a screen readerMeaningful alt text, semantic headings, keyboard-operable controlsLonger time limits alone
Deaf studentCaptions and transcripts for all videoLouder audio
Motor impairmentFull keyboard access, larger click targets, no required fast timingMouse-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:

PrincipleMeaningExamples
PerceivableUsers must be able to perceive the informationAlt text for images; captions and transcripts; enough color contrast; information not conveyed by color alone
OperableUsers must be able to operate the interfaceEverything works with a keyboard; no keyboard traps; visible focus indicator; nothing flashes more than three times per second
UnderstandableContent and operation must be understandableThe page language is declared (<html lang="en">); predictable navigation; clear error messages that say how to fix the problem
RobustContent works with many user agents, including assistive technologySemantic 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

TechnologyWho uses itWhat the software must provide
Screen reader (NVDA, JAWS, VoiceOver)Blind and low-vision usersText alternatives, logical headings, labeled form fields, keyboard access
Screen magnifier and high-contrast modesLow-vision usersLayouts that reflow when text is enlarged; sufficient contrast
Captions and transcriptsDeaf and hard-of-hearing usersSynchronized captions, including meaningful non-speech sounds
Switch access, sip-and-puff, eye trackingUsers with limited movementKeyboard-equivalent operation; no required precise or fast pointer movement
Refreshable braille displayBlind braille readersConcise, accurate text equivalents
Speech recognitionUsers who cannot type easilyVisible 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.

Test Your Knowledge

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
B
C
D
Test Your Knowledge

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
B
C
D
Test Your Knowledge

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?

A
B
C
D