Tracing Loops in Java

Quiz
•
Computers
•
12th Grade
•
Hard
Wayground Content
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times does this code print at * ?
5
6
7
8
2.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many stars are printed?
10
5
25
50
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In total, how many times is the inner loop executed?
5
10
15
50
Infinite Loop
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times does the loop print a *
40
20
24
30
Infinite Loop
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
What are the values of var1 and var2 when the code finishes executing?
var1 = 1, var2 = 1
var1 = 2 , var2 = 0
var1 = 3, var2 = -1
var1 = 0, var2 = 2
The loop will cause a run-time error for division by zero
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many stars are printed?
7
3
4
5
Infinite Loop
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Iteration

Quiz
•
9th - 12th Grade
20 questions
function in python

Quiz
•
12th Grade
15 questions
Gateway Level 3 Python Quiz 3

Quiz
•
9th - 12th Grade
19 questions
Computer Science Quiz 02

Quiz
•
10th Grade - University
20 questions
Review JavaScript

Quiz
•
11th Grade - University
20 questions
Day#8

Quiz
•
1st Grade - University
14 questions
Pseudocode Keywords

Quiz
•
11th Grade - University
15 questions
PGAS Memory Quiz

Quiz
•
9th - 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