Tracing Loops in Java

Quiz
•
Computers
•
12th Grade
•
Hard
Lauren Olson
Used 297+ times
FREE Resource
17 questions
Show all answers
1.
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
2.
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
3.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many stars are printed?
7
3
4
5
Infinite Loop
4.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
In total, how many times is the inner loop executed?
5
10
15
50
Infinite Loop
5.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
How many times does the loop print a *
40
20
24
30
Infinite Loop
6.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the following code print?
A rectangle of 8 rows with 5 stars per row
A rectangle of 8 rows with 4 stars per row
A rectangle of 6 rows with 5 stars per row
A rectangle of 6 rows with 4 stars per row
Infinite Looo
7.
MULTIPLE CHOICE QUESTION
3 mins • 1 pt
What does the following code print?
A rectangle of 9 rows with 5 stars per row
A rectangle of 6 rows with 6 stars per row
A rectangle of 7 rows with 5 stars per row
A rectangle of 7 rows with 6 stars per row
Infinite Loop
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python variables and operators quiz

Quiz
•
9th - 12th Grade
20 questions
Code.org CSD Unit 3 Lessons 1-12

Quiz
•
3rd - 12th Grade
12 questions
Variables and data types

Quiz
•
4th - 12th Grade
20 questions
Mastering Python Basics

Quiz
•
12th Grade
15 questions
CP M4 Repetition & Loops

Quiz
•
9th - 12th Grade
13 questions
Unit 4 AP CSA Review

Quiz
•
12th Grade
20 questions
Python -Iteration (loops)

Quiz
•
7th - 12th Grade
12 questions
Intro to Scratch 2

Quiz
•
KG - University
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