
AP CSP Unit 3 Quiz

Quiz
•
Computers
•
9th - 12th Grade
•
Medium
Alexandria BrenonHodas
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following actions would usually be helpful in designing and developing an app?
I and II only
I and III only
II and III only
I, II, and III
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following best describes the purpose of a design specification?
Tracking errors that arise through user testing
Documenting comments that will need to be added to a program
Describing the requirements for how a program will work or users will interact with it
Listing detailed questions that will be asked of users during interviews
Answer explanation
You completed this type of specification during step 4 of the project at the end of Lesson 3 - Designing an App Part 1.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the “background-color” of the “topButton” be when the program is finished running?
red
orange
blue
green
Answer explanation
This is an example of sequential programming where the program statements run in order, from top to bottom. Since the last change to the “background-color” of the “topButton” is to the color blue, that is the color it will be when the program is done running.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the user does NOT click the button what color will “topButton” be when this program finishes running?
red
blue
green
orange
Answer explanation
Since this is an example of event-driven programming, the commands on lines 4 and 5 will only execute when the user clicks the “topButton” since they are inside the onEvent block. Since this question asks about the situation of the user NOT clicking the button, the last change to the color happens when line 2 executes and sets it to blue.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following program is run completely. Then, the user clicks the "topButton" button ONCE. What will be displayed in the console?
cat bird dog
dog cat bird
cat dog bird
bird cat dog
Answer explanation
Once the program is run, lines 1 and 5 will run, in that order, right away, meaning that the first two words displayed will be cat and dog respectively. The word bird will be displayed once the user clicks the “topButton” and causes line 3 to run.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following program is run. Then the user clicks the “bottomButton” ONCE and then clicks the “topButton” ONCE. What will be displayed in the console?
cow pig chicken
cow chicken pig
pig cow chicken
chicken pig cow
Answer explanation
Walking through the code run based on the description in the question:
Line 7 will run as soon as the program is run, displaying chicken to the console.
The user clicks the “bottomButton” ONCE which causes line 5 to run, displaying pig to the console.
The user clicks the “topButton” ONCE which causes line 2 to run, displaying cow to the console.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The following program is run. Then the user clicks the “bottomButton” TWO TIMES. What will be displayed in the console?
apple banana cherry cherry dragon fruit
banana dragon fruit cherry cherry
banana dragon fruit apple apple
banana cherry cherry dragon fruit
Answer explanation
Walking through the code run based on the description in the question:
Lines 4 and 8 will run as soon as the program is run, in that order, displaying banana then dragon fruit to the console.
The user clicks the “bottomButton” the first time which causes line 6 to run, displaying cherry to the console.
The user clicks the “bottomButton” the second time which causes line 6 to run again, displaying cherry to the console again.
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
#1 - UNIT 3 - INTRO TO PROGRAMMING - Vocabulary

Quiz
•
9th - 10th Grade
10 questions
Programming Languages

Quiz
•
11th Grade
13 questions
Python

Quiz
•
9th Grade
10 questions
Python Input/Output

Quiz
•
9th - 12th Grade
10 questions
Unit 3 Quiz

Quiz
•
10th Grade - University
9 questions
AP Computer Science Review

Quiz
•
9th - 12th Grade
15 questions
J277 Operating Systems

Quiz
•
10th - 12th Grade
9 questions
Code Express 1-5 Lessons

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
14 questions
Algebra 1 SOL Review #1

Quiz
•
9th Grade