
LOOP

Quiz
•
Information Technology (IT)
•
11th Grade
•
Hard
Magiel Boncayao
Used 1+ times
FREE Resource
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
Similar Resources on Wayground
10 questions
Sequencing Blockly - 2

Quiz
•
7th Grade - University
11 questions
Структурированный тип данных массив

Quiz
•
10th Grade - University
10 questions
Пайтон бастапқы 1

Quiz
•
9th - 12th Grade
15 questions
JavaScript Fundamentals for Students

Quiz
•
11th Grade
12 questions
Elementele ale programului în C++, operatori și expresii

Quiz
•
9th - 12th Grade
12 questions
Loop Timedoor

Quiz
•
9th - 12th Grade
15 questions
Bài 27

Quiz
•
10th Grade - University
10 questions
Uji Pemahaman Berpikir Komputasioal

Quiz
•
8th Grade - University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Information Technology (IT)
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
6 questions
Rule of Law

Quiz
•
6th - 12th Grade
15 questions
ACT Math Practice Test

Quiz
•
9th - 12th Grade
18 questions
Hispanic Heritage Month

Quiz
•
KG - 12th Grade
28 questions
Ser vs estar

Quiz
•
9th - 12th Grade
10 questions
Would you rather...

Quiz
•
KG - University