
Java Loops

Flashcard
•
Computers
•
10th - 12th Grade
•
Hard
Wayground 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
16 questions
Flow charts and pseudo code

Flashcard
•
9th - 11th Grade
20 questions
Fingerprint Pattern Flashcard

Flashcard
•
9th - 12th Grade
15 questions
Finch/micro:bit Knowledge Check

Flashcard
•
9th - 12th Grade
10 questions
Arrays

Flashcard
•
10th - 12th Grade
12 questions
AP CSP Loops Practice

Flashcard
•
9th - 12th Grade
19 questions
Java 2D Arrays_Review

Flashcard
•
11th Grade
21 questions
Programming Basics

Flashcard
•
9th - 12th Grade
15 questions
Нысаналы мектеп информатика 3-аралық тест

Flashcard
•
KG - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade