Unit 3 Day 8 - For Loops Opener

Unit 3 Day 8 - For Loops Opener

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

BlueJ

BlueJ

10th Grade

10 Qs

Java: repetition control structure for & while

Java: repetition control structure for & while

10th - 12th Grade

10 Qs

Topic 4.1 Video 2

Topic 4.1 Video 2

11th Grade

6 Qs

C program

C program

12th Grade

10 Qs

CMU CS Academy Unit 7.3.1 For Loops

CMU CS Academy Unit 7.3.1 For Loops

9th Grade

9 Qs

Loops

Loops

9th - 12th Grade

10 Qs

Quiz 13 - For Loops

Quiz 13 - For Loops

11th Grade

10 Qs

Unit 3 Day 8 - For Loops Opener

Unit 3 Day 8 - For Loops Opener

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Richard Ghiorse

Used 11+ times

FREE Resource

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