AP exam review verified for 2027

AP Computer Science Principles Unit 5 Review: Computing's Impact on Society

Review AP CSP Unit 5 to understand how computing innovations shape society through beneficial and harmful effects, the digital divide, bias, crowdsourcing, legal concerns, and safe computing. This unit carries the second-largest exam weight of all five big ideas, making it essential to study thoroughly.

Use the topic guides, key terms, and practice questions available on Fiveable to work through all six topics before your exam.

What is AP Computer Science Principles unit 5?

Unit 5 is the Impact of Computing big idea. It covers six topics that ask you to think critically about what happens when computing innovations enter the world: who benefits, who is harmed, who has access, and how individuals and institutions can protect themselves and others.

Computing innovations have intended and unintended effects, access to those innovations is unequal, algorithms can embed bias, the internet enables large-scale collaboration, digital content raises legal and ethical questions, and personal data requires active protection.

Effects are rarely simple

A single computing innovation can be beneficial and harmful at the same time, and the same effect can look different to different people. The World Wide Web was built for scientific information sharing but enabled targeted advertising, misinformation, and surveillance capitalism. Responsible programmers anticipate unintended uses even when they cannot predict every outcome.

Access and fairness matter

The digital divide describes unequal access to devices and the internet based on socioeconomic status, geography, and demographics. Computing bias shows that algorithms and training data can reflect and amplify existing human prejudices, affecting hiring tools, facial recognition systems, and predictive policing models.

Protection requires active choices

Safe computing means understanding what personally identifiable information (PII) is, how data aggregation creates privacy risks, and how tools like multifactor authentication, encryption, and strong passwords defend against phishing, keylogging, malware, and rogue access points.

The core question of Unit 5

Every topic in this unit comes back to one question: what are the responsibilities of people who create, use, and regulate computing innovations? Whether you are analyzing a bias in a machine learning model, explaining a Creative Commons license, or describing how phishing works, the exam expects you to connect technical facts to human consequences.

AP Computer Science Principles unit 5 topics

5.1

Beneficial and Harmful Effects

Computing innovations have intended and unintended effects. The same innovation can be beneficial to one group and harmful to another, and responsible programmers consider potential misuse during design.

open guide
5.2

Digital Divide

The digital divide is unequal access to devices and the internet based on socioeconomic status, geography, and demographics. It affects equity and influence at both local and global scales.

open guide
5.3

Computing Bias

Bias enters computing innovations through biased algorithms or biased training data. It can appear at any stage of development, and programmers should actively work to identify and reduce it.

open guide
5.4

Crowdsourcing

Crowdsourcing uses the internet to gather input from large numbers of people. Citizen science, distributed computing projects, and crowdfunding are all examples of problem-solving at scale.

open guide
5.5

Legal and Ethical Concerns

Digital content is intellectual property. Legal sharing options include Creative Commons and open source licenses. Using others' work without credit is plagiarism and can have legal consequences.

open guide
5.6

Safe Computing

Safe computing involves protecting PII, using strong passwords and multifactor authentication, applying encryption, and recognizing threats like phishing, keylogging, malware, and rogue access points.

open guide
guide

Big Idea 5 Overview: Impact of Computing

Open this guide for a closer review of the topic.

open guide
practice snapshot

Hardest AP Computer Principles unit 5 topics

This snapshot uses Fiveable practice activity to show where students tend to miss questions and which review moves are worth prioritizing first.

69%average MCQ accuracy

Across 13k multiple-choice practice attempts for this unit.

13kMCQ attempts

Practice activity included in this snapshot.

Hardest topics in unit 5

MCQ miss rate
5.5

Review Legal and Ethical Concerns with attention to how the concept appears in AP-style source and evidence questions.

34%2,179 tries
5.2

Review Digital Divide with attention to how the concept appears in AP-style source and evidence questions.

33%3,554 tries
5.4

Review Crowdsourcing with attention to how the concept appears in AP-style source and evidence questions.

31%1,760 tries
5.3

Review Computing Bias with attention to how the concept appears in AP-style source and evidence questions.

28%1,710 tries

Unit 5 review notes

5.1

Intended and Unintended Effects of Computing Innovations

Computing innovations change how people complete tasks, but not every effect is anticipated. A single innovation can be viewed as beneficial by one group and harmful by another, or even both by the same person. Advances in computing have increased creativity in medicine, engineering, communications, and the arts, but they have also enabled harms like deepfakes, filter bubbles, and job displacement through automation.

  • Dual-use effects: The same innovation can serve beneficial and harmful purposes. Machine learning improves medical diagnostics and also enables discriminatory data mining.
  • Unintended consequences: Creators cannot fully predict how their innovations will be used. The World Wide Web was designed for scientific sharing but became the infrastructure for targeted advertising and misinformation.
  • Responsible design: Programmers should consider potential harmful uses during development, even though it is impossible to anticipate every outcome.
  • Cross-field impact: Computing advances have generated creativity in fields outside computer science, including medicine, engineering, and the arts.
Can you give one example of a computing innovation whose effect is beneficial to one group and harmful to another, and explain why the same effect looks different to each group?
InnovationIntended PurposeUnintended or Harmful Use
World Wide WebRapid scientific information sharingTargeted advertising, misinformation spread
Machine learningMedical diagnostics, business analyticsDiscriminatory hiring tools, biased predictions
Social media platformsConnecting people and sharing contentFilter bubbles, harassment, surveillance
5.2

The Digital Divide

The digital divide is the gap in access to computing devices and the internet based on socioeconomic status, geographic location, and demographic characteristics. It affects individuals and groups, appears within countries and between countries, and raises issues of equity, access, and influence. Individuals, organizations, and governments all play a role in widening or narrowing the divide.

  • Digital divide: Unequal access to computing devices and the internet based on socioeconomic, geographic, or demographic factors.
  • Equity and influence: People without reliable internet access have less ability to participate in education, economic opportunity, and civic life shaped by computing.
  • Contributing factors: Broadband availability, device affordability, digital literacy, age, race, and disability all contribute to the divide.
  • Actors who affect the divide: Individuals, nonprofits, corporations, and government programs can all take actions that expand or restrict access.
Name two different factors that contribute to the digital divide and explain how each one affects a specific group differently than another group.
FactorWho is most affectedExample impact
Socioeconomic statusLow-income householdsCannot afford broadband or personal devices
GeographyRural communitiesLimited infrastructure means no high-speed options
DemographicsElderly usersLower digital literacy reduces effective internet use
5.3

Bias in Algorithms and Data

Computing bias occurs when an innovation reflects unfair human bias through its algorithm design or its training data. Bias can be embedded at any stage of software development, from data collection and labeling to model design and deployment. Programmers have a responsibility to identify and reduce bias to avoid harmful outcomes for affected groups.

  • Algorithm bias: Rules written into an algorithm can encode unfair assumptions, producing outputs that disadvantage certain groups.
  • Data bias: If training data underrepresents or misrepresents a group, the model will perform worse or produce unfair results for that group.
  • Bias at all levels: Bias is not limited to the final model. It can enter during problem framing, data collection, labeling, and testing.
  • Reducing bias: Programmers should audit algorithms, diversify training data, and test outputs across demographic groups to reduce unfair outcomes.
Explain the difference between bias that comes from the algorithm itself and bias that comes from the data used to train it. Give a concrete example of each.
Source of biasWhere it entersExample
Algorithm biasRules and logic written by programmersA hiring tool penalizes resumes with gaps, disproportionately affecting caregivers
Data biasTraining data that underrepresents a groupFacial recognition trained mostly on lighter-skinned faces performs worse on darker-skinned faces
5.4

Crowdsourcing and Citizen Science

Crowdsourcing uses the internet to gather input, information, or labor from a large number of people. Citizen science is a specific form where everyday people contribute data to real scientific research using their own devices. Widespread access to public data and computing enables problem-solving at a scale that was not previously possible, and crowdsourcing also supports new funding models like crowdfunding.

  • Crowdsourcing: Obtaining input or information from a large number of people via the internet to solve problems or gather data.
  • Citizen science: Scientific research conducted partly or fully by distributed individuals who are not professional scientists, contributing data using their own devices. Examples include Galaxy Zoo and Foldit.
  • Distributed computing: Projects like Folding@home use volunteers' idle computing power to run scientific calculations that no single machine could handle.
  • Crowdfunding: A crowdsourcing model that connects businesses or social causes with funding from large numbers of individual contributors online.
  • Public data access: Open data portals and widespread internet access make it easier to identify problems, develop solutions, and share results at scale.
Explain how citizen science is a specific type of crowdsourcing, and describe one way it has changed scientific research.
5.5

Intellectual Property, Plagiarism, and Ethical Use

Anything created on a computer is the intellectual property of its creator or organization. The ease of copying and distributing digital content raises concerns about ownership, value, and use. Legal options for sharing include Creative Commons licenses, open source software, and open access publishing. Using someone else's work without permission or credit is plagiarism and can have legal consequences.

  • Intellectual property: Legal protection for creations of the mind, including software, digital art, and written content produced on a computer.
  • Creative Commons: A public copyright license that lets creators give others the right to share, use, and build on their work under specified conditions.
  • Open source: Software whose source code is freely available for anyone to view, modify, and distribute, often under licenses like GPL or MIT.
  • Plagiarism: Using someone else's work without permission and presenting it as your own. It can have both academic and legal consequences.
  • Open access: Online research that is free to read and download, removing cost barriers to scientific and academic knowledge.
Describe the difference between Creative Commons and open source, and explain why each one still requires users to follow specific rules.
TypeWhat it coversKey rule for users
Copyright (default)All original digital works automaticallyMust get permission before using or distributing
Creative CommonsWorks the creator chooses to shareMust follow the specific license terms (e.g., attribution, no commercial use)
Open sourceSoftware source codeMust follow the open source license (e.g., GPL requires sharing modifications)
Open accessAcademic and research publicationsFree to read; reuse rules depend on the specific license applied
5.6

Privacy, Authentication, and Cybersecurity Threats

Safe computing covers three connected areas: understanding what personal data is collected and why it is risky, using authentication tools to protect accounts and devices, and recognizing how attackers gain unauthorized access. Personally identifiable information (PII) includes data like Social Security numbers, biometric data, and location history. Data aggregation combines multiple sources to reveal more than any single source would. Encryption protects data in transit and at rest.

  • PII (Personally Identifiable Information): Information that identifies or describes an individual, including Social Security numbers, medical data, financial data, biometric data, and location history.
  • Data aggregation: Combining individually harmless data points such as name, employer, and neighborhood to create a detailed profile that enables identity theft or stalking.
  • Multifactor authentication: Requires at least two types of evidence to log in: something you know (password), something you have (phone), or something you are (fingerprint).
  • Phishing: An attack that tricks users into revealing credentials or clicking malicious links by impersonating a trusted source in email or on a website.
  • Encryption: Converts data into an unreadable format so only authorized parties with the correct key can access it. Public key encryption uses separate keys for encryption and decryption.
Explain how data aggregation can create a privacy risk even when each individual piece of data seems harmless on its own.
ThreatHow it worksDefense
PhishingFake emails or sites trick users into entering credentialsVerify sender identity; never click unsolicited links
KeyloggingMalware records every keystroke to capture passwordsUse antivirus software; avoid untrusted downloads
Rogue access pointFake Wi-Fi network intercepts data sent over itAvoid public Wi-Fi for sensitive tasks; use a VPN
MalwareMalicious software disrupts systems or steals dataKeep software updated; use reputable security tools

Practice AP Computer Science Principles unit 5 questions

Try AP-style multiple-choice questions after you review the notes.

Example AP-style MCQs

open all practice
5.2

Digital Divide practice question

Question

A security researcher scans the internet for smart home devices. By analyzing the response data from these devices, the researcher finds many accept "admin" as both the username and password. What does this data reveal?

The devices are vulnerable because users failed to change default credentials

The devices are vulnerable because manufacturers prioritized ease of access over security during initial setup

The devices are vulnerable because the default credentials lack sufficient complexity and length requirements

The devices are vulnerable because they transmit login credentials over unencrypted network connections

5.2

Digital Divide practice question

Question

A security monitoring system detects that thousands of files on a company server are being renamed with a ".locked" extension within minutes. This data pattern most directly indicates which type of security event?

A ransomware attack encrypting data for extortion

A malware infection using keylogging to capture administrator credentials

A rogue access point intercepting network traffic to modify file metadata

A phishing attack compromising user accounts to access and rename files

Key terms

TermDefinition
Computing InnovationA new technology, system, or application that changes how people complete tasks. Computing innovations can have intended and unintended beneficial and harmful effects.
data biasSystematic errors in training data that cause a computing innovation to produce unfair or inaccurate results for underrepresented or misrepresented groups.
Citizen ScienceScientific research conducted partly or fully by distributed individuals who are not professional scientists, contributing data using their own computing devices. Examples include Galaxy Zoo and Foldit.
Intellectual PropertyLegal protection for creations of the mind, including software, digital art, and written content. Material created on a computer is the intellectual property of its creator or organization.
Open SourceSoftware whose source code is freely available for anyone to view, modify, and distribute, typically under a license like GPL or MIT that specifies how it may be used.
PlagiarismUsing someone else's work without permission and presenting it as your own. It can have academic and legal consequences.
PhishingAn attack that tricks users into revealing sensitive information such as passwords by impersonating a trusted source through email, messages, or fake websites.
Multifactor AuthenticationA login security method requiring at least two types of evidence: something you know (password), something you have (phone or token), or something you are (biometric).
EncryptionThe process of converting data into an unreadable format so only authorized parties with the correct key can access it, protecting data in transit and at rest.
Public Key EncryptionA cryptographic method that uses a public key to encrypt data and a separate private key to decrypt it, enabling secure communication without sharing a secret key in advance.
data aggregationCombining multiple individually harmless data sources such as name, location, and browsing history to create a detailed profile that can enable identity theft or other privacy harms.
MalwareMalicious software designed to disrupt systems, steal information, or gain unauthorized access. Includes viruses, ransomware, spyware, and keyloggers.
Rogue Access PointAn unauthorized wireless access point that intercepts data sent over a network, allowing attackers to capture sensitive information from users who connect to it.

Common unit 5 mistakes

Treating effects as only beneficial or only harmful

The exam frequently presents innovations with mixed effects. Always consider who benefits, who is harmed, and whether the same effect looks different to different groups. Saying an innovation is simply good or bad is rarely a complete answer.

Confusing data bias with algorithm bias

These are related but distinct. Data bias comes from what is in the training set. Algorithm bias comes from the rules and logic the programmer writes. An innovation can have one, both, or neither, and the exam may ask you to identify which type is present in a scenario.

Thinking Creative Commons means no restrictions

Creative Commons licenses still require users to follow specific terms, such as giving attribution or not using the work commercially. Open source licenses also have requirements. Neither is the same as public domain.

Underestimating data aggregation

Students often focus on obviously sensitive PII like Social Security numbers. The exam also tests whether you understand that combining individually harmless data points, such as name, employer, and neighborhood, can create serious privacy risks.

Mixing up symmetric and public key encryption

Symmetric key encryption uses the same key to encrypt and decrypt. Public key encryption uses a public key to encrypt and a private key to decrypt. Know which is which and why public key encryption is useful for secure communication between strangers.

How this unit shows up on the AP exam

Analyzing effects of a computing innovation

The exam regularly presents a scenario describing a computing innovation and asks you to identify a beneficial effect, a harmful effect, or an unintended use. Practice reading a scenario and quickly naming who benefits, who is harmed, and whether the creator could have anticipated the outcome. Avoid one-sided answers: the exam often rewards recognizing that the same effect can be both beneficial and harmful depending on perspective.

Applying legal and ethical frameworks to digital content

Multiple-choice questions in this unit often describe a situation involving digital content and ask which action is legal, which constitutes plagiarism, or which license applies. Know the practical differences between default copyright, Creative Commons, open source, and open access. Be ready to identify whether a described use requires permission, attribution, or neither.

Identifying privacy risks and security threats

Safe computing questions frequently describe a scenario and ask you to name the type of attack (phishing, keylogging, rogue access point, malware) or the appropriate defense (multifactor authentication, encryption, strong passwords). Practice matching each threat to its mechanism and each defense to the threat it addresses. Data aggregation questions often describe combining several pieces of non-sensitive data and ask why the combination creates a privacy risk.

Final unit 5 review checklist

  • Final Unit 5 review checklistUse this checklist to confirm you can handle every major task this unit requires before your exam.
  • Explain dual-use effectsFor any computing innovation, identify at least one beneficial effect and one harmful effect, and explain why the same effect can look different to different groups.
  • Describe the digital divideName at least two factors that contribute to the digital divide and explain how each one affects access to computing devices or the internet for a specific group.
  • Identify sources of computing biasDistinguish between bias that comes from algorithm design and bias that comes from training data, and describe at least one action programmers can take to reduce each type.
  • Explain crowdsourcing and citizen scienceDefine crowdsourcing, explain how citizen science is a specific type, and give a concrete example such as Galaxy Zoo, Foldit, or Folding@home.
  • Apply intellectual property rulesExplain what Creative Commons and open source licenses allow users to do, and distinguish both from default copyright. Know why plagiarism has legal as well as academic consequences.
  • Analyze privacy and security risksExplain what PII is, how data aggregation creates risks beyond individual data points, and how phishing, keylogging, malware, and rogue access points each work. Describe how multifactor authentication and encryption defend against these threats.

How to study unit 5

Start with beneficial and harmful effects (5.1)Read the 5.1 topic guide on Fiveable. Practice writing one paragraph that identifies a beneficial effect, a harmful effect, and an unintended use for a single innovation like social media or machine learning. Make sure you can explain why the same effect looks different to different groups.
Review the digital divide and computing bias together (5.2 and 5.3)Read the 5.2 and 5.3 topic guides. For the digital divide, list the three main contributing factors and connect each to a specific group. For computing bias, practice distinguishing data bias from algorithm bias using the comparison table in the review notes above.
Study crowdsourcing with concrete examples (5.4)Read the 5.4 topic guide. Write out definitions for crowdsourcing and citizen science in your own words, then list three real examples such as Galaxy Zoo, Folding@home, and OpenStreetMap. Be ready to explain how each one uses the internet to solve problems at scale.
Work through legal and ethical concerns (5.5)Read the 5.5 topic guide. Use the comparison table in the review notes to distinguish copyright, Creative Commons, open source, and open access. Practice applying each license type to a scenario: which one applies when a programmer shares code freely, when an artist allows remixing with credit, and when a journal removes paywalls?
Finish with safe computing (5.6)Read the 5.6 topic guide. Make a list of every type of PII from the essential knowledge, then practice explaining data aggregation with a specific example. Review the threat comparison table and make sure you can describe how phishing, keylogging, rogue access points, and malware each work and what defends against each one.

More ways to review

Topic study guides

Open the individual guides for Unit 5 when you want a closer review of one topic.

browse guides

Practice questions

Use AP-style practice after you review the notes so you can check what you understand.

start practice

FRQ practice

Practice free-response reasoning and compare your answer with scoring guidance.

practice FRQs

Cheatsheets

Use unit cheatsheets for a quick visual review after you work through the notes.

open cheatsheets

Score calculator

Estimate your broader AP score goal after you review the course and exam format.

open calculator

Frequently Asked Questions

What topics are covered in AP CSP Unit 5?

AP CSP Unit 5 covers 6 topics about how computing affects the world: Beneficial and Harmful Effects (5.1), Digital Divide (5.2), Computing Bias (5.3), Crowdsourcing (5.4), Legal and Ethical Concerns (5.5), and Safe Computing (5.6). Together they explore how programs shape societies, economies, and cultures in both intended and unintended ways. See the full topic breakdown at /ap-comp-sci-p/unit-5.

What's on the AP CSP Unit 5 progress check (MCQ and FRQ)?

The AP CSP Unit 5 progress check on AP Classroom includes both MCQ and FRQ parts drawn from all six unit topics. MCQ questions test your ability to identify beneficial and harmful effects, recognize computing bias, and understand legal and ethical concerns. FRQ prompts often ask you to evaluate a scenario involving the digital divide, crowdsourcing, or safe computing practices. Practice with matched questions at /ap-comp-sci-p/unit-5.

How do I practice AP CSP Unit 5 FRQs?

AP CSP Unit 5 FRQs typically ask you to analyze a real-world computing scenario and argue whether its effects are beneficial or harmful, identify bias in an algorithm, or evaluate a legal or ethical concern. To practice, write out short structured responses to prompts from topics 5.1, 5.3, and 5.5, then check that each response names a specific effect, explains the cause, and addresses a stakeholder. Find practice prompts and study guides at /ap-comp-sci-p/unit-5.

Where can I find AP CSP Unit 5 practice questions?

For AP CSP Unit 5 practice questions, including multiple-choice and practice test sets, head to /ap-comp-sci-p/unit-5. You'll find MCQs covering all six topics, from identifying the digital divide to recognizing computing bias and safe computing threats. Working through topic-by-topic MCQ sets before a full practice test helps you spot which concepts need more review.

How should I study AP CSP Unit 5?

Start AP CSP Unit 5 by building a concrete example for each topic: one real case of a harmful computing effect, one example of the digital divide, one biased algorithm, and so on. Then practice explaining each example in writing, since Unit 5 is heavily scenario-based on the exam. Finish with MCQ sets to test your ability to apply legal, ethical, and safe computing concepts to new situations. Get structured study materials at /ap-comp-sci-p/unit-5.

Ready to review Unit 5?Start with the notes, check the topic cards, and use the practice or resource links when they are available for this course.