AP Courses AP Biology AP Biology Units AP Human Geography AP HUG Units AP Computer Science Principles AP CSP Units
Practice Daily Practice Practice by Course Practice by Topic Practice Tests
AP Exam Resources AP Exam Dates Registration Fees Scores & Credit What to Bring
Start Practicing → Login Register →

AP Computer Science Principles · Unit 2 · Data

AP CSP Unit 2 Notes: Data

Use these AP CSP Unit 2 notes as a concise study outline for the Data unit. This page summarizes the ideas students need most: binary numbers, bits and bytes, binary-to-decimal conversion, data compression, lossless vs lossy compression, metadata, big data, privacy, PII, re-identification, and data bias.

These notes are designed for quick review and printing. Use the Review page for a guided walkthrough, the Cheat Sheet for last-minute formulas and traps, Flashcards for vocabulary recall, and Practice Questions when you are ready to apply the terms.

Updated May 21, 2026Reviewed by APScore5 Editorial Team

Printable outline Binary notes Compression notes Metadata notes Privacy + bias Practice-ready
Step 1Unit 2 hub14-step journey map Step 2ReviewBig ideas and exam weight You are hereAP CSP Unit 2 NotesPrintable study outline Step 450 MCQsFull practice with weak-area links
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.

Student NeedBest Next Page
Full walkthroughUnit 2 Review
Last-minute formulas and trapsUnit 2 Cheat Sheet
Vocabulary recallUnit 2 Flashcards
Short readiness checkUnit 2 Quiz
Full practiceUnit 2 Practice Questions

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.

TermQuick Meaning
BinaryBase-2 system using 0 and 1
BitOne binary digit
Digital dataData represented using discrete values
RepresentationThe 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.

UnitQuick Meaning
BitOne 0 or 1
Byte8 bits
KBAbout one thousand bytes
MegabyteAbout one million bytes
GBAbout one billion bytes
MbpsMegabits per second, usually speed
MBMegabytes, 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.

BinaryWorkDecimal
1014 + 15
10108 + 210
10118 + 2 + 111
11008 + 412
11118 + 4 + 2 + 115

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.

ConceptQuick Meaning
CompressionReduces file size
File sizeAmount of storage a file uses
Compression ratioOriginal size ÷ compressed size
TradeoffSmaller 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.

FeatureLosslessLossy
Data removed?NoYes
Exact reconstruction?YesNo
Best forText, code, legal files, medical filesPhotos, audio, video, streaming
Main tradeoffMay shrink lessMay 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.

ExampleDataMetadata
PhotoImage pixelsGPS location, timestamp, camera model
EmailMessage bodySender, receiver, subject, timestamp
DocumentWritten textAuthor, file size, creation date
DatasetRows and valuesSource, 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.

ConceptQuick Meaning
Big dataLarge, complex, fast, or varied datasets
PIIData that can identify a person
Re-identificationAnonymous-looking data linked back to a person
Privacy riskPersonal information may be exposed or misused
Data biasIncomplete or unrepresentative data creates unfair outcomes
Training dataData 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

Student SituationNext StepURL
I need guided explanationUnit 2 ReviewUnit 2 Review
I need vocabulary recallUnit 2 FlashcardsUnit 2 Flashcards
I need last-minute formulasUnit 2 Cheat SheetUnit 2 Cheat Sheet
I want a short checkpointUnit 2 QuizUnit 2 Quiz
I want full practiceUnit 2 Practice QuestionsUnit 2 Practice Questions
I want the full mapUnit 2 Data HubUnit 2 Data Hub
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.

Notes Flashcards Practice