for loops

for loops

9th Grade

7 Qs

quiz-placeholder

Similar activities

PYTHON

PYTHON

KG - Professional Development

9 Qs

Intro to Python Unit 6 Vocabulary Quizs

Intro to Python Unit 6 Vocabulary Quizs

9th - 12th Grade

9 Qs

Intro to Python Project Stem Unit 6 Test

Intro to Python Project Stem Unit 6 Test

9th - 12th Grade

7 Qs

C++

C++

9th - 12th Grade

10 Qs

for Loop (For Döngüsü)

for Loop (For Döngüsü)

9th Grade

9 Qs

Intro to Python Project Stem Unit 7 Quizs

Intro to Python Project Stem Unit 7 Quizs

9th - 12th Grade

7 Qs

JavasCript

JavasCript

1st Grade - University

10 Qs

Basic Ms Excel

Basic Ms Excel

9th Grade

10 Qs

for loops

for loops

Assessment

Quiz

Instructional Technology

9th Grade

Medium

Created by

Phương Nguyễn

Used 43+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This statement is used to allow a program to repeat a task for a specific number of times

if

for

while

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range() function is used to create a sequence of numbers.

Write the range() function to create this sequence: [0, 1, 2, 3, 4]

range(0, 1, 2, 3, 4)

range(5)

range(4)

range(0, 4)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range() function is used to create a sequence of numbers.

Write the range() function to create this sequence: [2, 3, 4, 5, 6]

range(2, 3, 4, 5, 6)

range(2, 6)

range(2, 7)

range(5)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

range() function is used to create a sequence of numbers.

Write the range() function to create this sequence: [2, 4, 6, 8]

range(2, 4, 6, 8)

range(2, 8)

range(2, 9)

range(2, 9, 2)

range(2, 8, 2)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be displayed after the program is executed?

1 2 3 4 5

1

2

3

4

5

0 1 2 3 4

0

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be displayed after the program is executed?

0

1

2

3

4

5

1

2

3

4

5

1

2

3

4

5

6

0

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be displayed after the program is executed?

2

15

3

2

5

8

11

14

Hi

Hi

Hi

Hi

Hi

Hi

Hi

Hi

my brain hurts