AP CSP MCQ Practice

AP CSP Practice Test 2

Timed mode uses a 120-minute countdown and saves explanations for the final review.

For practice use only.

AP CSP Practice Test 2 - Timed Mode

AP CSP Practice Test 2 with a 120-minute timer for AP Computer Science Principles pacing practice.

Time left 120:00
Question 1 of 70

Answered 0 of 70

Choose one answer.

A environment club tracks sign-ups for service fair. What value is displayed by the algorithm?

signUps <- 8
waitList <- 3
total <- signUps + 2 * waitList
DISPLAY(total)