Skip to main content

← back to the guide

AP Computer Science Principles: the Create task and multiple-choice exam quiz across all five Big Ideas quiz

12questions. Pick an answer and you'll see why right away.

  1. In AP CSP pseudocode, the list items is [10, 20, 30, 40]. What is the value of items[2]?

  2. What does 29 MOD 6 evaluate to?

  3. What is the value of (NOT (7 < 3)) OR (1 > 9)?

  4. After n gets 4, then n gets n * 2 + 3, what is the value of n?

  5. Which loop runs its body until a condition becomes true, checking the condition each pass?

  6. A program splits a large file into packets sent across the Internet. Which statement is true?

  7. Which type of compression allows the original data to be reconstructed exactly?

  8. A data set shows ice cream sales and swimming injuries both rising together. What is the best conclusion?

  9. What is the speedup if a task takes 90 seconds sequentially and 30 seconds in parallel?

  10. What best describes public key encryption?

  11. Which programming features make it practical to count how many values in a list of 10000 numbers are above a threshold?

  12. In a Create performance task written response, describing the program's purpose and function must include at least: