Chapter 11: Nested Loops

Chapter 11: Nested Loops

University

7 Qs

quiz-placeholder

Similar activities

Looping in C Programming

Looping in C Programming

University

9 Qs

Java Control Flow Statements

Java Control Flow Statements

University

10 Qs

Chapters 10 & 11: Dictionaries and Loops

Chapters 10 & 11: Dictionaries and Loops

University

10 Qs

Quiz 5

Quiz 5

University

11 Qs

Java Programming I 4

Java Programming I 4

University

12 Qs

Stage 7B-Jan code file

Stage 7B-Jan code file

7th Grade - University

10 Qs

Lisp & Scheme

Lisp & Scheme

University

11 Qs

Java Control Flow statements

Java Control Flow statements

University

10 Qs

Chapter 11: Nested Loops

Chapter 11: Nested Loops

Assessment

Quiz

Computers

University

Medium

Created by

Heath Hillman

Used 35+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

The sum is 0

The sum is 20

The sum is 33

Yoda The sum is

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times does print(y) execute?

1

2

3

never

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

10

1 2 3 4 5 6 7 8 9 10

0 1 2 3 4 5 6 7 8 9 10

1 2 3 4 5 6 7 8 9

0 1 2 3 4 5 6 7 8 9

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times does the print(x, y) statement execute?

0

5

16

25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What code would produce the output?

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will the code print?

Media Image
Media Image
Media Image
Media Image

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

[[5, 10, 15], [2, 3, 16], [100], [30, 21, 100]]

[30, 21, 100]

[107]

[[107], [13], [21]]