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 Computer Science Principles Unit 2 Review

Supporting resource for AP CSP Unit 2—use with concept guides and the full practice set.

This AP CSP Unit 2 review maps Data topics—binary storage, compression, metadata, programs with data, and big-data impacts—so you can plan a two-week study path before the fifty-question practice set and mixed Units 1–2 review.

Updated May 21, 2026Reviewed by APScore5 Editorial Team

Step 1Unit 2 hub14-step journey map Step 2ReviewBig ideas and exam weight You are hereAP Computer Science Principles Unit 2 ReviewOpen related concept guides next Step 450 MCQsFull practice with weak-area links
Direct answer

This AP CSP Unit 2 review summarizes Data topics—binary storage, compression, metadata, programs with data, and big-data impacts—so you can plan review before the 50-question practice set.

Unit 2 is roughly 17–22% of AP CSP multiple-choice content. Treat this page as the table of contents for the cluster: read it once, mark weak rows, then open the linked guides instead of rereading the same definitions in random order.

What topics are in AP CSP Unit 2?

Which skills does the College Board emphasize?

Data topics span representation, storage, compression, information extraction, and societal impacts. You should explain why machines use binary, convert small numbers, compute compression ratios, choose lossless or lossy formats with reasons, describe metadata risks, and discuss bias and privacy in plain language.

Calculation items stay small—four-bit conversions, eight-bit overflow, simple ratio arithmetic. Process items matter more: filtering a table, cleaning messy survey results, or justifying why JPEG is acceptable for yearbook photos but not for medical measurement logs.

Lists and pseudocode tracing from Unit 1 reappear inside data stories. A stem may ask how many times a loop visits elements while also testing whether you understand bytes stored per item.

How should you order a two-week review?

Week one: representation and size

Start with binary numbers so place values feel automatic. Move to bits and bytes for ASCII, file labels, and overflow. Finish the week with binary conversion drills until you can do 13 ↔ 1101 without hesitation.

Each day, answer two MCQs from the hub diagnostic or the eight-question sets on concept pages. Keep a running list of misses tagged “width,” “ASCII,” or “Mbps vs MB.”

Week two: compression through society

Study data compression until you can state both ratio and percent saved for 100 MB → 25 MB. Follow with lossless vs lossy scenarios, then metadata and big data and privacy.

End the week with the eighteen-question quiz under light time pressure, then the fifty practice MCQs across two or three sittings.

How does Unit 2 connect to Unit 1?

Where do creative development ideas return?

Unit 1 stressed collaboration, documentation, and testing. Unit 2 asks what happens to the data those programs collect. A Create Task app that logs user scores stores integers as binary; exporting results as CSV introduces metadata columns.

Mix five Unit 1 questions into every Unit 2 session via the Unit 1 hub so vocabulary from both units stays warm through May.

Where are flashcards, notes, and the cheat sheet?

Which tools fit which study mood?

Use Unit 2 notes before class for a skim, cheat sheet five minutes before practice, and sixty flashcards for vocabulary you keep missing.

The hub diagnostic is only ten questions—great for routing, not enough for exam stamina. Pair it with the full practice set once your weak-area list shrinks below three topics.

What exam traps repeat every year?

Which mistakes are worth a sticky note?

Label bits versus bytes before calculating. Check bit width before picking large decimals. Separate compression ratio from percent saved. Treat correlation as weaker language than causation. Name a benefit and a risk together on societal-impact prompts.

When a stem mentions GPS on photos, think metadata privacy, not compression. When a stem mentions repeated pixel colors, think run-length encoding.

Printable plan: Block four 25-minute sessions this week—binary, bytes, compression pair, metadata plus big data—then log scores from the fifty-question set to see which block needs a repeat.

How do Create Task and Unit 3 tie to Data?

When should you mention bytes or compression in write-ups?

If your app stores images, audio, or large logs, note file size limits users might hit on school networks. Mentioning that you exported lossless PNG screenshots for documentation but JPEG for user-uploaded photos shows you understand representation beyond the code block.

Unit 3 algorithms revisit lists while processing data. A loop that scans sensor readings still depends on how many bytes each reading consumes. Keep Unit 2 vocabulary alive while you trace pseudocode so “index out of bounds” errors connect to list length, not mysterious magic.

What should a one-page cram sheet include?

Which formulas belong on scratch paper?

Write powers of two through 128, the 2ⁿ value rule, unsigned max 2ⁿ−1, compression ratio as original : compressed, and a two-column note separating percent saved from the ratio itself. Add one lossless and one lossy example per media type: PNG versus JPEG for images, ZIP versus MP3 for archives versus songs.

On societal-impact scratch work, draft “benefit + risk + affected group” before you touch MCQ choices. That template speeds questions about loyalty cards, fitness trackers, or training data bias.

How do you know you are exam-ready for Unit 2?

Which checkpoints matter more than total hours studied?

You are in strong shape when you can teach a classmate why 111 + 1 overflows in three bits, when you can justify JPEG for a yearbook page in two sentences, and when you can explain why GPS EXIF is a metadata privacy issue without saying “the internet is dangerous.”

Checkpoint numbers help: eighty percent or higher on the eighteen-question quiz, seventy-five percent or higher on each topic column of the fifty-question set, and five correct Unit 1 mixed questions after a Unit 2 session. Missing any one checkpoint means one more targeted guide—not another passive reread of this review.

Quick answers

Frequently asked questions

What is covered in AP CSP Unit 2 Data?

Unit 2 includes binary representation, compression, extracting information from data, programs that use data collections, and societal impacts of computing with data at scale. Review pages here connect those threads with exam weight and suggested study order. Use this review as a map before diving into individual concept guides.

How much of the AP CSP exam is Unit 2?

College Board materials commonly cite roughly 17–22% of multiple-choice content for data-related learning objectives, making Unit 2 one of the larger single-unit slices. Exact weights can shift slightly by year, so pair this estimate with your teacher's syllabus. Either way, skipping Unit 2 review leaves a noticeable hole in score potential.

How long should Unit 2 review take?

Plan about four to six hours to read guides and notes spread across a week, plus another two hours for the fifty-question practice set in shorter sessions. Cramming in one night works for vocabulary recognition but weakens ratio and conversion skills that need repetition. Adjust upward if binary still feels shaky after the diagnostic.

Is there an AP CSP Unit 2 Quizlet or Scribd set worth using?

External decks can help with term drills, but quality varies and some cards confuse formats. This site pairs vocabulary with explanations, MCQs, and weak-area links tied to each topic. Compare any third-party definition to the College Board outline before trusting it on test day.

How do I get AP CSP Unit 2 test answers without cheating?

Official released exams are limited and secure copies circulate illegally. The practice bank here provides original questions with reasoning after each click, which is the ethical substitute teachers expect. Use explanations to learn procedure, not to memorize letter keys without understanding.

What's the best way to review Units 1 and 2 together?

Alternate days: one session Unit 2 data skills, the next session five Unit 1 questions on collaboration, testing, or documentation. The end-of-year exam mixes big ideas. Cumulative review prevents Unit 1 vocabulary from fading while Unit 2 feels urgent in class.

Which Unit 2 topic do students find hardest?

Many struggle with compression ratios and lossless versus lossy format picks; others stumble on metadata versus data versus information labels. Big-data ethics questions reward specific examples, not generic worry. Your diagnostic results are the best guide to your personal weak spot—start there.

Should I read notes or concept guides first?

Skim notes for a ten-minute overview, then open concept guides where you need worked examples and MCQs. Notes are outline density; guides teach traps and practice. Reverse the order if you already know definitions but miss application questions.

Where are the flashcards and full quizzes?

Sixty flashcards live on the flashcards page; the eighteen-question quiz and fifty practice questions have their own URLs linked from the hub journey table. The hub diagnostic is only ten items so you can check baseline quickly. Schedule longer tools when you have twenty to forty minutes free.

When am I ready to move to Unit 3?

Aim for at least eighty percent on the fifty-question practice set with consistent reasoning on misses, not lucky guesses. If compression or list tracing still feels random, spend another day on weak-area links before algorithms units pile on. Unit 3 builds on data lists, so Unit 2 gaps become visible quickly there.

50 MCQs Unit 2 hub