
Java Loops

Flashcard
•
Computers
•
10th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

23 questions
Show all answers
1.
FLASHCARD QUESTION
Front
When you know exactly how many times the loop needs to repeat you should use a
Back
for loop
2.
FLASHCARD QUESTION
Front
What is the minimum number of times that ANY for loop will repeat?
Back
0
3.
FLASHCARD QUESTION
Front
What is the minimum number of times that ANY while loop will repeat?
Back
0
4.
FLASHCARD QUESTION
Front
A while loop is initialised with
Back
a set of conditions
5.
FLASHCARD QUESTION
Front
A for loop is initialised with
Back
a counter, a comparison and an increment value
6.
FLASHCARD QUESTION
Front
What does the following code do?
for (int i = 0; i < 50; i++) {
System.out.println(i);
}
Back
Print out the numbers from 0 - 49
7.
FLASHCARD QUESTION
Front
How many times will this loop repeat?
for (int i = 0; i <= 10; i = i + 2) {
System.out.println(i);
}
Back
6
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
AP CSA unit 1 review

Flashcard
•
11th Grade - University
22 questions
Review JavaScript

Flashcard
•
11th Grade - University
16 questions
Loops Flashcard

Flashcard
•
9th - 12th Grade
21 questions
Java Loops

Flashcard
•
KG
18 questions
AP CSA Unit 1 Review

Flashcard
•
10th - 12th Grade
14 questions
Javascript Control Structures Practice

Flashcard
•
9th - 12th Grade
21 questions
C.P. - Flashcard #2 - Review

Flashcard
•
9th - 12th Grade
13 questions
Functions and Parameters

Flashcard
•
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