Tracing Loops in Java

Tracing Loops in Java

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

16 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What are the values of var1 and var2 when the code finishes executing? Options: 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

Back

var1 = 2 , var2 = 0

2.

FLASHCARD QUESTION

Front

What are the values of x and y when the code finishes executing? Options: x = 5, y = 2; x = 2, y = 5; x = 3, y = 4; x = 4, y = 3; Infinite Loop

Back

x = 4, y = 3

3.

FLASHCARD QUESTION

Front

How many stars are printed? Options: 7, 3, 4, 5, Infinite Loop

Back

4

4.

FLASHCARD QUESTION

Front

In total, how many times is the inner loop executed? Options: 5, 10, 15, 50, Infinite Loop

Back

50

5.

FLASHCARD QUESTION

Front

How many times does the loop print a *?

Back

20

6.

FLASHCARD QUESTION

Front

What does the following code print? Options: 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

Back

A rectangle of 6 rows with 5 stars per row

7.

FLASHCARD QUESTION

Front

What does the following code print? Options: 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

Back

A rectangle of 7 rows with 6 stars per row

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?