AP CSP Unit-Level MCQ
Unit 3: Algorithms and Programming
Practice mode with 50 original AP CSP-style questions, immediate answer checks, and explanations for this big idea.
For practice use only.
Unit 3: Algorithms and Programming MCQ Practice
Unit 3: Algorithms and Programming AP Computer Science Principles unit-level MCQ practice with 50 original questions and immediate explanations.
Question 1 of 50
Answered 0 of 50
Choose one answer.
What is displayed by the algorithm?
a <- 6
b <- 4
a <- a + b
DISPLAY(a)