Unit 3 Day 8 - For Loops Opener

Unit 3 Day 8 - For Loops Opener

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

10 CS // Pseudocode

10 CS // Pseudocode

9th - 11th Grade

10 Qs

Python if s

Python if s

7th - 9th Grade

10 Qs

Topic 4.1 Video 2

Topic 4.1 Video 2

11th Grade

6 Qs

Loops

Loops

9th - 12th Grade

10 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Python 2

Python 2

9th - 12th Grade

10 Qs

Unit 3 Day 8 - For Loops Opener

Unit 3 Day 8 - For Loops Opener

Assessment

Quiz

Created by

Richard Ghiorse

Computers

9th - 12th Grade

11 plays

Medium

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output from the following loop?

2 3 4 5

2 3 4 5 6

2

3 4 5 6

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the value of sum after the following loop executes?

0

8

11

24

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What is the output from the code segment?

n is 14

count is 0

n is 15

count is 2

n is 14

count is 2

n is 15

count is 3

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How many times does the loop print the * symbol?

10

6

7

9

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

How many times does the loop print the * symbol?

10

9

8

11