
Java Loops
Flashcard
•
Computers
•
9th - 12th Grade
•
Practice Problem
•
Hard
Wayground Content
FREE Resource
Student preview

12 questions
Show all answers
1.
FLASHCARD QUESTION
Front
What will the output of the following code segment be?
int a = 1, b = 2;
System.out.println(++a+”,”+b++);
Back
2,2
2.
FLASHCARD QUESTION
Front
What will the following program segment display?
for(int a = 2; a <= 10; a += 3)
System.out.print(a+"");
Options: 2 5 8, 2 5, 2 5 8 11, 2
Back
2 5
3.
FLASHCARD QUESTION
Front
In the expression number++, the ++ operator is in what mode?
Back
postfix
4.
FLASHCARD QUESTION
Front
What is each repetition of a loop known as?
Back
iteration
5.
FLASHCARD QUESTION
Front
This is a variable that controls the number of iterations performed by a loop.
Back
loop control variable
6.
FLASHCARD QUESTION
Front
The while loop is this type of loop.
Back
pretest
7.
FLASHCARD QUESTION
Front
The do-while loop is this type of loop.
Back
posttest
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?