Tracing Loops in Java

Tracing Loops in Java

12th Grade

17 Qs

quiz-placeholder

Similar activities

Python 3 Review Part 1

Python 3 Review Part 1

9th - 12th Grade

20 Qs

Unit 5 Review

Unit 5 Review

9th - 12th Grade

12 Qs

Python Unit 1 Lesson 3

Python Unit 1 Lesson 3

9th - 12th Grade

14 Qs

Mad Lib 2

Mad Lib 2

3rd - 12th Grade

15 Qs

For and While Loop in Python

For and While Loop in Python

8th - 12th Grade

20 Qs

Lesson 5 Looping Quiz

Lesson 5 Looping Quiz

10th - 12th Grade

15 Qs

Computer Science Refreshment

Computer Science Refreshment

12th Grade

19 Qs

Python Revision

Python Revision

10th Grade - University

17 Qs

Tracing Loops in Java

Tracing Loops in Java

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Lauren Olson

Used 297+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

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

Media Image

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

Media Image

How many stars are printed?

7

3

4

5

Infinite Loop

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

In total, how many times is the inner loop executed?

5

10

15

50

Infinite Loop

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

How many times does the loop print a *

40

20

24

30

Infinite Loop

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

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

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?