Tracing Loops in Java

Quiz
•
Computers
•
12th Grade
•
Hard
Wayground Content
Used 10+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many stars are printed?
7
3
4
5
Infinite Loop
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What is printed when the code segment is executed?
0 2 4 6 8 10 12 14 16 18
0 6 12 18
1 4 7 10 13 16 19
4 10 16
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the following code print?
5 6 7 8 9
4 5 6 7 8 9 10 11 12
3 5 7 9 11
3 4 5 6 7 8 9 10 11 12
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the code print?
1 2 3 4
1 2 3 4 5
0 1 2 3 4
0 1 2 3 4 5
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What are the values of x and y when the code finishes executing?
x = 5, y = 2
x = 2, y = 5
x = 3, y = 4
x = 4, y = 3
Infinite Loop
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times does the following method print a *?
9
6
7
10
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times does the loop print a *
40
20
24
30
Infinite Loop
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Quiz on String

Quiz
•
12th Grade
12 questions
Errors in Python

Quiz
•
9th - 12th Grade
15 questions
icpcNU_ Loops and Arrays

Quiz
•
12th Grade
12 questions
Loops

Quiz
•
9th - 12th Grade
16 questions
Test - Python básico II

Quiz
•
9th - 12th Grade
20 questions
Functions With Parameters and Returns

Quiz
•
9th - 12th Grade
18 questions
Python Task

Quiz
•
12th Grade
20 questions
Python while loops

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade