Direct answer
What are AP CSP Unit 2 notes?
AP CSP Unit 2 notes are a concise study outline for the Data unit. Strong Unit 2 notes summarize how computers represent data with bits, how binary and bytes work, why compression is useful, how metadata describes data, and how big data can create privacy and bias risks.
In one sentence: AP CSP Unit 2 is about how computers represent, reduce, organize, analyze, and responsibly use data.
How to use these AP CSP Unit 2 notes
Use these notes as a study outline, not as your only practice. First, read the notes to understand the unit map. Second, open a linked concept guide for any topic that feels weak. Third, use flashcards to memorize vocabulary. Finally, take the Unit 2 quiz or full practice set to check whether you can apply the ideas.
Printable AP CSP Unit 2 notes outline
This outline is designed to scan quickly. Each section gives the must-know idea, the AP exam clue, and the concept guide to open if you need more examples.
Print these notes or save them as a PDF, then use the checklist before moving to flashcards, quiz, or practice questions.
Notes 1: Binary numbers and digital representation
Must know
Binary is a base-2 number system that uses only 0 and 1. Computers use binary because digital hardware can represent two states, such as off/on or false/true. Patterns of bits can represent numbers, text, images, audio, video, and files.
| Term | Quick Meaning |
| Binary | Base-2 system using 0 and 1 |
| Bit | One binary digit |
| Digital data | Data represented using discrete values |
| Representation | The way information is stored or encoded |
AP exam clue
If a question asks why computers use binary, focus on two-state hardware. If a question asks how data is stored, focus on patterns of bits.
Review link
Notes 2: Bits, bytes, and storage units
Must know
A bit is one 0 or 1. A byte is 8 bits. File sizes are usually measured in bytes or larger byte-based units such as KB, MB, and GB. Internet speed is often measured in bits per second, which is why Mbps and MB are not the same.
| Unit | Quick Meaning |
| Bit | One 0 or 1 |
| Byte | 8 bits |
| KB | About one thousand bytes |
| Megabyte | About one million bytes |
| GB | About one billion bytes |
| Mbps | Megabits per second, usually speed |
| MB | Megabytes, usually file size |
AP exam clue
Lowercase b usually means bits. Uppercase B usually means bytes. Remember: 8 bits = 1 byte.
Review link
Notes 3: Binary to decimal conversion
Must know
To convert binary to decimal, write the binary place values and add only the values under 1s. Starting from the right, binary place values are 1, 2, 4, 8, 16, 32, 64, and 128.
| Binary | Work | Decimal |
| 101 | 4 + 1 | 5 |
| 1010 | 8 + 2 | 10 |
| 1011 | 8 + 2 + 1 | 11 |
| 1100 | 8 + 4 | 12 |
| 1111 | 8 + 4 + 2 + 1 | 15 |
AP exam clue
Do not read binary like decimal. Binary 101 is not one hundred one; it equals decimal 5.
Review link
Notes 4: Data compression
Must know
Data compression reduces the number of bits needed to represent data. Compression can save storage space, speed up transfers, and help media stream more smoothly. A compression ratio compares original size to compressed size.
| Concept | Quick Meaning |
| Compression | Reduces file size |
| File size | Amount of storage a file uses |
| Compression ratio | Original size ÷ compressed size |
| Tradeoff | Smaller size may affect quality or exact detail |
AP exam clue
If the question asks why compression is useful, answer with storage, transfer speed, or streaming efficiency.
Review link
Notes 5: Lossless vs lossy compression
Must know
Lossless compression preserves all original data and allows exact reconstruction. Lossy compression removes some data to make a file smaller, so the original cannot be perfectly restored.
| Feature | Lossless | Lossy |
| Data removed? | No | Yes |
| Exact reconstruction? | Yes | No |
| Best for | Text, code, legal files, medical files | Photos, audio, video, streaming |
| Main tradeoff | May shrink less | May lose quality/detail |
AP exam clue
Exact reconstruction means lossless. Smaller file with acceptable quality loss often means lossy.
Review link
Notes 6: Metadata
Must know
Metadata is data about data. It describes files, photos, emails, datasets, or digital activity. Metadata can help organize and search data, but it can also reveal private details such as location, time, device, author, or activity patterns.
| Example | Data | Metadata |
| Photo | Image pixels | GPS location, timestamp, camera model |
| Email | Message body | Sender, receiver, subject, timestamp |
| Document | Written text | Author, file size, creation date |
| Dataset | Rows and values | Source, collection date, column meanings |
AP exam clue
Ask whether the information is the content itself or a detail describing the content. If it describes the content, it is metadata.
Review link
Notes 7: Big data, privacy, and data bias
Must know
Big data refers to very large, complex, fast-moving, or varied datasets that computers help collect, store, process, and analyze. Big data can reveal useful patterns, but it can also create privacy risks and biased results.
| Concept | Quick Meaning |
| Big data | Large, complex, fast, or varied datasets |
| PII | Data that can identify a person |
| Re-identification | Anonymous-looking data linked back to a person |
| Privacy risk | Personal information may be exposed or misused |
| Data bias | Incomplete or unrepresentative data creates unfair outcomes |
| Training data | Data used to teach a prediction system |
AP exam clue
For big data questions, name both sides: one useful benefit and one specific privacy or bias risk.
Review link
AP CSP Unit 2 notes checklist
You are ready to move from notes to practice if you can explain each item below without rereading the page.
If several items feel weak, open the linked concept guide. If most items feel clear, use flashcards or take the Unit 2 quiz.
What to study after AP CSP Unit 2 notes
Quick answers
Frequently asked questions
What should AP CSP Unit 2 notes include?
Strong Unit 2 notes cover binary and bits, bytes and storage units, binary-to-decimal conversion, compression and compression ratio, lossless versus lossy compression, metadata, big data, PII, re-identification, and data bias. This outline links to full concept guides when you need examples.
Are these AP CSP Unit 2 notes printable?
Yes. Use your browser print dialog or save as PDF. Headings and tables stay readable on letter paper. Print the outline for quick review, then return online for practice questions and flashcards.
How are these notes different from the Unit 2 review page?
Notes are a compact scan-friendly outline. The Unit 2 review page adds pacing, exam weight, and a guided study order. Use notes when you need a printable map; use review when you are planning how to study the unit.
How are these notes different from the Unit 2 cheat sheet?
Notes explain ideas in short sections with tables. The cheat sheet is for last-minute formulas, ratios, and common traps right before a quiz. Read notes first; use the cheat sheet for a five-minute refresh.
Should I use notes or flashcards first?
Read notes or a concept guide first when a topic is new. Use flashcards after you understand the outline to memorize vocabulary. Then take the Unit 2 quiz or fifty practice questions to apply terms in scenarios.
What are the most important AP CSP Unit 2 terms?
Prioritize bit, byte, binary, compression ratio, lossless, lossy, metadata, big data, PII, re-identification, and data bias. Exam items often mix representation, compression, and societal-impact wording in one scenario.
Do these notes cover binary and compression?
Yes. Notes sections one through five cover binary representation, bits and bytes, binary-to-decimal conversion, data compression, and lossless versus lossy compression with links to deeper guides.
Do these notes cover metadata, privacy, and data bias?
Yes. Notes sections six and seven cover metadata examples and big-data impacts, including PII, re-identification, privacy risks, and data bias, with a link to the full big-data guide.
What should I do after reading these notes?
Run the checklist on this page. If most items feel clear, use Unit 2 flashcards, then the Unit 2 quiz or fifty practice MCQs. If several items feel weak, open the linked concept guide for that topic first.
Are these official AP CSP test answers?
No. These are original APScore5 study notes, not official AP CSP test answers or secure classroom assessment answers. Use them to review the Unit 2 concepts, then practice with original AP-style questions.