
AP CSA Unit 4 Review
Flashcard
•
Computers
•
11th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

13 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What is the correct answer from the options: 45, 50, 55, 60, 66?
Back
60
2.
FLASHCARD QUESTION
Front
What will happen to the output of the code segment? Options: The output of the code segment will be unchanged. The string "Fun" will be printed more times because the outer loop will execute more times. The string "Fun" will be printed more times because the inner loop will execute more times in each iteration of the outer loop. The string "Fun" will be printed fewer times because the outer loop will execute fewer times. The string "Fun" will be printed fewer times because the inner loop will execute fewer times in each iteration of the outer loop.
Back
The string "Fun" will be printed more times because the outer loop will execute more times.
3.
FLASHCARD QUESTION
Front
Which two statements are used to implement iteration? Options: IF and WHILE, ELSE and WHILE, FOR and WHILE, IF and ELSE
Back
FOR and WHILE
4.
FLASHCARD QUESTION
Front
Which of the following for loops could be used to replace the for loop in the original code segment so that the original and the revised code segments store the same value in total?
Back
5.
FLASHCARD QUESTION
Front
Which of the following code segments could replace the while loop in the method digitSum without changing the value returned by the method? Options: I only, II only, III only, I and II, II and III
Back
III only
6.
FLASHCARD QUESTION
Front
Which of the following best explains how the difference in the two loop headers affects the output? Options: The output of the code segments is the same because the loops in each code segment terminate when i is 10. The output of the code segments is the same because the loops in both code segments iterate 10 times. The output of the code segments is different because code segment I iterates from i = 0 to i = 9 and code segment II iterates from i = 1 to i = 10. The output of the code segments is different because code segment I iterates from i = 0 to i = 10 and code segment II iterates from i = 1 to i = 11. Neither code segment produces output because both loop conditions are initially false.
Back
The output of the code segments is the same because the loops in both code segments iterate 10 times.
7.
FLASHCARD QUESTION
Front
Which of the following code segments will produce the same output as the code segment above?
Back
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?