
AP CS A Flashcard 4 Practice
Flashcard
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

8 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Given the code shown here, what are the first and last numbers output?
Back
6 12
2.
FLASHCARD QUESTION
Front
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
Back
2, <=27, +=5
3.
FLASHCARD QUESTION
Front
How many times will the "while" loop execute in this code?
Back
22
4.
FLASHCARD QUESTION
Front
What changes are needed to the code shown here in order to print the odd numbers from 11 to 25 inclusive? Options: 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
Back
x+=2 should occur after the println
5.
FLASHCARD QUESTION
Front
What is the output of the code shown here? Options: 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
Back
9 0 2 1 0
6.
FLASHCARD QUESTION
Front
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
Options: 11, <=11, --
1, <11, +=2
11, >=1, -=2
11, >1, --
1, <=11, -=2
Back
11, >=1, -=2
7.
FLASHCARD QUESTION
Front
Which option(s) will cause the code segment to print only the values: 2 22 42 62 82 ? I. x < 100 II. x <= 80 III. x != 100
Back
I, II, and III
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?