---
title: "AP CSP Unit 5 Review: Computing's Impact on Society"
description: "AP Computer Science Principles Unit 5 covers Beneficial and Harmful Effects and Digital Divide. Study guides, practice questions, and key terms for every topic."
canonical: "https://fiveable.me/ap-comp-sci-p/unit-5"
type: "unit"
subject: "AP Computer Science Principles"
unit: "Unit 5 – Computing's Impact on Society"
---

# AP CSP Unit 5 Review: Computing's Impact on Society

## Overview

Unit 5 examines the real-world consequences of computing innovations, from unintended effects and unequal access to algorithmic bias, collaborative problem-solving, intellectual property law, and personal data security. Every topic asks you to analyze how computing affects people, groups, and institutions.

## AP CED Alignment

This unit hub is organized around AP Course and Exam Description topics, skills, and exam task types when they are available in the source data.
- 5.1: Beneficial and Harmful Effects
- 5.2: Digital Divide
- 5.3: Computing Bias
- 5.4: Crowdsourcing
- 5.5: Legal and Ethical Concerns
- 5.6: Safe Computing
- 5.1 Beneficial and Harmful Effects: Intended and Unintended Effects of Computing Innovations
- 5.2 Digital Divide: The Digital Divide
- 5.3 Computing Bias: Bias in Algorithms and Data
- 5.4 Crowdsourcing: Crowdsourcing and Citizen Science
- 5.5 Legal and Ethical Concerns: Intellectual Property, Plagiarism, and Ethical Use
- 5.6 Safe Computing: Privacy, Authentication, and Cybersecurity Threats
- 5.2
- Practice 5: Computing Innovations

## Topics

- [5.1: Beneficial and Harmful Effects](/ap-comp-sci-p/unit-5/beneficial-harmful-effects/study-guide/rErWKPcu55DLj7N7L8hZ): 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.
- [5.2: Digital Divide](/ap-comp-sci-p/unit-5/digital-divide/study-guide/cPITNOBetOdsC1E7wfig): 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.
- [5.3: Computing Bias](/ap-comp-sci-p/unit-5/computing-bias/study-guide/Wn6X4YFxicWX7hJcjAlq): 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.
- [5.4: Crowdsourcing](/ap-comp-sci-p/unit-5/crowdsourcing/study-guide/DEDLDePHCG22EMDaFXhh): 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.
- [5.5: Legal and Ethical Concerns](/ap-comp-sci-p/unit-5/legal-ethical-concerns/study-guide/dAf2KQxLsqwN3aEvajq0): 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.
- [5.6: Safe Computing](/ap-comp-sci-p/unit-5/safe-computing/study-guide/zMi0PutBHnDjIlOB5lMs): Safe computing involves protecting PII, using strong passwords and multifactor authentication, applying encryption, and recognizing threats like phishing, keylogging, malware, and rogue access points.

## Hardest Topics And Analytics

Snapshot: practice snapshot
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.)
- **13k MCQ attempts** (Practice activity included in this snapshot.)
- **5.5: Legal and Ethical Concerns**: 34% MCQ miss rate across 2179 attempts. Review Legal and Ethical Concerns with attention to how the concept appears in AP-style source and evidence questions.
- **5.2: Digital Divide**: 33% MCQ miss rate across 3554 attempts. Review Digital Divide with attention to how the concept appears in AP-style source and evidence questions.
- **5.4: Crowdsourcing**: 31% MCQ miss rate across 1760 attempts. Review Crowdsourcing with attention to how the concept appears in AP-style source and evidence questions.
- **5.3: Computing Bias**: 28% MCQ miss rate across 1710 attempts. Review Computing Bias with attention to how the concept appears in AP-style source and evidence questions.

## Review Notes

### 5.1 Beneficial and Harmful Effects: 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.

**Checkpoint:** 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?

Innovation | Intended Purpose | Unintended or Harmful Use
--- | --- | ---
World Wide Web | Rapid scientific information sharing | Targeted advertising, misinformation spread
Machine learning | Medical diagnostics, business analytics | Discriminatory hiring tools, biased predictions
Social media platforms | Connecting people and sharing content | Filter bubbles, harassment, surveillance

### 5.2 Digital Divide: 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.

**Checkpoint:** Name two different factors that contribute to the digital divide and explain how each one affects a specific group differently than another group.

Factor | Who is most affected | Example impact
--- | --- | ---
Socioeconomic status | Low-income households | Cannot afford broadband or personal devices
Geography | Rural communities | Limited infrastructure means no high-speed options
Demographics | Elderly users | Lower digital literacy reduces effective internet use

### 5.3 Computing Bias: 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.

**Checkpoint:** 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 bias | Where it enters | Example
--- | --- | ---
Algorithm bias | Rules and logic written by programmers | A hiring tool penalizes resumes with gaps, disproportionately affecting caregivers
Data bias | Training data that underrepresents a group | Facial recognition trained mostly on lighter-skinned faces performs worse on darker-skinned faces

### 5.4 Crowdsourcing: 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.

**Checkpoint:** Explain how citizen science is a specific type of crowdsourcing, and describe one way it has changed scientific research.

### 5.5 Legal and Ethical Concerns: 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.

**Checkpoint:** Describe the difference between Creative Commons and open source, and explain why each one still requires users to follow specific rules.

Type | What it covers | Key rule for users
--- | --- | ---
Copyright (default) | All original digital works automatically | Must get permission before using or distributing
Creative Commons | Works the creator chooses to share | Must follow the specific license terms (e.g., attribution, no commercial use)
Open source | Software source code | Must follow the open source license (e.g., GPL requires sharing modifications)
Open access | Academic and research publications | Free to read; reuse rules depend on the specific license applied

### 5.6 Safe Computing: 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.

**Checkpoint:** Explain how data aggregation can create a privacy risk even when each individual piece of data seems harmless on its own.

Threat | How it works | Defense
--- | --- | ---
Phishing | Fake emails or sites trick users into entering credentials | Verify sender identity; never click unsolicited links
Keylogging | Malware records every keystroke to capture passwords | Use antivirus software; avoid untrusted downloads
Rogue access point | Fake Wi-Fi network intercepts data sent over it | Avoid public Wi-Fi for sensitive tasks; use a VPN
Malware | Malicious software disrupts systems or steals data | Keep software updated; use reputable security tools

## Study Guides

- [Big Idea 5 Overview: Impact of Computing](/ap-comp-sci-p/unit-5/review/study-guide/5aed2VkfxMBYFkBVCEhn)
- [5.4 Crowdsourcing](/ap-comp-sci-p/unit-5/crowdsourcing/study-guide/DEDLDePHCG22EMDaFXhh)
- [5.3 Computing Bias](/ap-comp-sci-p/unit-5/computing-bias/study-guide/Wn6X4YFxicWX7hJcjAlq)
- [5.2 Digital Divide](/ap-comp-sci-p/unit-5/digital-divide/study-guide/cPITNOBetOdsC1E7wfig)
- [5.5 Legal and Ethical Concerns](/ap-comp-sci-p/unit-5/legal-ethical-concerns/study-guide/dAf2KQxLsqwN3aEvajq0)
- [5.1 Beneficial and Harmful Effects](/ap-comp-sci-p/unit-5/beneficial-harmful-effects/study-guide/rErWKPcu55DLj7N7L8hZ)
- [5.6 Safe Computing](/ap-comp-sci-p/unit-5/safe-computing/study-guide/zMi0PutBHnDjIlOB5lMs)

## Practice Preview

### Multiple-choice practice

- **Digital Divide practice question**: 5.2 | Practice 5: Computing Innovations | 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?
- **Digital Divide practice question**: 5.2 | Practice 5: Computing Innovations | 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?

## Key Terms

- **Computing Innovation**: A new technology, system, or application that changes how people complete tasks. Computing innovations can have intended and unintended beneficial and harmful effects.
- **data bias**: Systematic errors in training data that cause a computing innovation to produce unfair or inaccurate results for underrepresented or misrepresented groups.
- **Citizen Science**: Scientific 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 Property**: Legal 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 Source**: Software 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.
- **Plagiarism**: Using someone else's work without permission and presenting it as your own. It can have academic and legal consequences.
- **Phishing**: An attack that tricks users into revealing sensitive information such as passwords by impersonating a trusted source through email, messages, or fake websites.
- **Multifactor Authentication**: A 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).
- **Encryption**: The 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 Encryption**: A 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 aggregation**: Combining 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.
- **Malware**: Malicious software designed to disrupt systems, steal information, or gain unauthorized access. Includes viruses, ransomware, spyware, and keyloggers.
- **Rogue Access Point**: An unauthorized wireless access point that intercepts data sent over a network, allowing attackers to capture sensitive information from users who connect to it.

## Common 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.

## Exam Connections

- **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 Review Checklist

- **Final Unit 5 review checklist**: Use this checklist to confirm you can handle every major task this unit requires before your exam.
- **Explain dual-use effects**: For 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 divide**: Name 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 bias**: Distinguish 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 science**: Define 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 rules**: Explain 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 risks**: Explain 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.

## Study Plan

- **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](/ap-comp-sci-p/unit-5#topics)
- [Practice questions](/ap-comp-sci-p/guided-practice?unitSlug=unit-5)
- [FRQ practice](/ap-comp-sci-p/frq-practice)
- [Key terms](/ap-comp-sci-p/key-terms)

## FAQs

### 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](/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](/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](/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](/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](/ap-comp-sci-p/unit-5).

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-comp-sci-p/unit-5#what-topics-are-covered-in-ap-csp-unit-5","name":"What topics are covered in AP CSP Unit 5?","acceptedAnswer":{"@type":"Answer","text":"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 <a href=\"/ap-comp-sci-p/unit-5\">/ap-comp-sci-p/unit-5</a>."}},{"@type":"Question","@id":"https://fiveable.me/ap-comp-sci-p/unit-5#whats-on-the-ap-csp-unit-5-progress-check-mcq-and-frq","name":"What's on the AP CSP Unit 5 progress check (MCQ and FRQ)?","acceptedAnswer":{"@type":"Answer","text":"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 <a href=\"/ap-comp-sci-p/unit-5\">/ap-comp-sci-p/unit-5</a>."}},{"@type":"Question","@id":"https://fiveable.me/ap-comp-sci-p/unit-5#how-do-i-practice-ap-csp-unit-5-frqs","name":"How do I practice AP CSP Unit 5 FRQs?","acceptedAnswer":{"@type":"Answer","text":"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 <a href=\"/ap-comp-sci-p/unit-5\">/ap-comp-sci-p/unit-5</a>."}},{"@type":"Question","@id":"https://fiveable.me/ap-comp-sci-p/unit-5#where-can-i-find-ap-csp-unit-5-practice-questions","name":"Where can I find AP CSP Unit 5 practice questions?","acceptedAnswer":{"@type":"Answer","text":"For AP CSP Unit 5 practice questions, including multiple-choice and practice test sets, head to <a href=\"/ap-comp-sci-p/unit-5\">/ap-comp-sci-p/unit-5</a>. 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."}},{"@type":"Question","@id":"https://fiveable.me/ap-comp-sci-p/unit-5#how-should-i-study-ap-csp-unit-5","name":"How should I study AP CSP Unit 5?","acceptedAnswer":{"@type":"Answer","text":"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 <a href=\"/ap-comp-sci-p/unit-5\">/ap-comp-sci-p/unit-5</a>."}}]}
```
