
AP CS A Quiz 4 Practice
Authored by Scott Chamberlain
Computers
9th - 12th Grade
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Given the code shown here, what are the first and last numbers output?
5 11
5 12
6 11
6 12
none (error)
2.
CATEGORIZE QUESTION
3 mins • 7 pts
Organize these statements into the right categories of loops
Groups:
(a) for loop is best
,
(b) while loop is best
,
(c) either type of loop is ok
to use an integer variable to control how many times a loop runs
to repeat code an extremely large number of times
to perform a series of calculations
to stop looping when a certain condition is met
to repeat an entire block of code
to control a loop with user input
when you know the number of iterations ahead of time
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose which three values should replace the blanks in the for loop so that it loops through the numbers:
2 7 12 17 22 27
1, <=27, +=2
2, <=27, +=5
5, <27, +=2
2, <27, +=3
0, <=27, +=5
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
How many times will the "while" loop execute in this code?
30
26
22
18
infinite loop
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What changes are needed to the code shown here in order to print the odd numbers from 11 to 25 inclusive?
x+=2 should be x++
x < 25 should be x <= 25
x+=2 should occur after the println
int x = 11 should be int x = 9
correct as is - no changes needed
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the code shown here?
This is an infinite loop
1 2 0 9 5
2 0 9 5 1
9 0 2 1 0
5 9 0 2 1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Choose which three values should replace the blanks in the for loop so that it loops through the numbers:
11 9 7 5 3 1
11, <=11, --
1, <11, +=2
11, >=1, -=2
11, >1, --
1, <=11, -=2
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Computer System
Quiz
•
8th - 9th Grade
14 questions
Intro to Robotics
Quiz
•
9th Grade
10 questions
Pengenalan Perwakilan Data
Quiz
•
12th Grade
12 questions
Q2 WEEK 3 PRACTICE QUIZ #2
Quiz
•
9th Grade
10 questions
Jaringan Komputer dan Internet
Quiz
•
11th Grade
10 questions
صياغة حل المسائل
Quiz
•
10th Grade
10 questions
Impresa e siti web
Quiz
•
8th - 12th Grade
10 questions
Recap: Introduction to Python
Quiz
•
10th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade