Code Tracing Quiz

Code Tracing Quiz

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Hour of Code

Hour of Code

6th - 12th Grade

12 Qs

Python Loops

Python Loops

9th - 11th Grade

12 Qs

Tracing Loops in Java

Tracing Loops in Java

12th Grade

17 Qs

Trace Tables

Trace Tables

12th Grade

17 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

Tracing Loops in Java

Tracing Loops in Java

12th Grade

17 Qs

29W Quiz 2 - PLTW

29W Quiz 2 - PLTW

9th - 12th Grade

12 Qs

KS4 - Python Turtle

KS4 - Python Turtle

9th - 11th Grade

15 Qs

Code Tracing Quiz

Code Tracing Quiz

Assessment

Passage

Computers

9th - 12th Grade

Hard

Created by

Thanh Le

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of tracing code?

To create charts for code segments

To execute loops

To write code more efficiently

To track variables and output for troubleshooting logic errors

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in tracing the execution of a loop?

Create a chart with columns for variables and output

Initialize the loop control variable

Display the output after the loop

Add the values for each variable for each iteration

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the first code segment, what is the value of sum after the loop?

0

10

6

15

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the second code segment, what is the output after the loop?

1, 2, 3, 4, 6, 12

12

1, 2, 3, 4, 6

12, 1, 2, 3, 4, 6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the initial value of fact in the second code segment?

2

0

12

1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output after the loop in the second code segment?

12, 1, 2, 3, 4, 6

1, 2, 3, 4, 6

1, 2, 3, 4, 6, 12

12

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the value of sum after the loop in the first code segment?

0

6

15

10

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?