
LOOP
Quiz
•
Information Technology (IT)
•
11th Grade
•
Hard
Magiel Boncayao
Used 1+ times
FREE Resource
Enhance your content
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is guaranteed to execute at least once?
A) for loop
B) while loop
C) do-while loop
Enhanced for loop
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following WHILE loop?
int x = 5;
while (x > 0){
System.out.print(x + " ");
x--
}
A) 5 4 3 2 1 0
B) 5 4 3 2 1
C) 4 3 2 1 0
D) Infinite loop
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main difference between a while loop and a do-while loop?
A) while checks the condition before execution; do-while checks after.
B) while runs at least once; do-while may not run at all.
C) do-while is faster than while.
D) There is no difference.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will this loop execute?
int i = 5; while (i < 5) { System.out.println("Hello"); i++; }
A) 0
B) 1
C) 5
D) Infinite
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if the condition in a while loop is always true?
A) The loop runs once.
B) The loop runs a finite number of times.
C) The loop becomes infinite.
D) Compilation error.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code?
int x = 1; do { System.out.print(x + " "); x++; } while (x <= 3);
A) 1 2 3
B) 1 2
C) 2 3
D) Infinite loop
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which loop is this an example of?
int i = 0; do { System.out.println(i); i++; } while (i < 5);
A) for loop
B) do-while loop
C) while loop
D) if-else loop
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
15 questions
Quiz Analisis Data
Quiz
•
8th Grade - University
10 questions
Մաքուր կոդ
Quiz
•
9th - 12th Grade
10 questions
Quiz di Coding su Python
Quiz
•
9th - 12th Grade
10 questions
Tin 9 Bài 8. Hàm SUMIF
Quiz
•
9th Grade - University
15 questions
PPJ Re Open September 2025
Quiz
•
11th Grade
10 questions
KUIS IP ADDRESS
Quiz
•
11th Grade
8 questions
Bilangan Binner
Quiz
•
8th Grade - University
10 questions
Problem-solving and Program Design Concepts
Quiz
•
11th Grade
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
Discover more resources for Information Technology (IT)
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
11 questions
NFL Football logos
Quiz
•
KG - Professional Dev...
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
29 questions
CCG 2.2.3 Area
Quiz
•
9th - 12th Grade
15 questions
PRESENTE CONTINUO
Quiz
•
9th - 12th Grade
13 questions
BizInnovator Startup - Experience and Overview
Quiz
•
9th - 12th Grade
16 questions
AP Biology: Unit 1 Review (CED)
Quiz
•
9th - 12th Grade