for loops

for loops

9th Grade

7 Qs

quiz-placeholder

Similar activities

Ús abusiu de les TIC

Ús abusiu de les TIC

9th - 12th Grade

7 Qs

ICT ASSESSMENT

ICT ASSESSMENT

9th - 10th Grade

11 Qs

Samsung Tech Institute

Samsung Tech Institute

9th - 12th Grade

10 Qs

Electrical I.Q.

Electrical I.Q.

9th - 12th Grade

10 Qs

“Hari 3 - Kuis Coding & Perkenalan AI”

“Hari 3 - Kuis Coding & Perkenalan AI”

7th - 9th Grade

10 Qs

Google Sheets Quiz

Google Sheets Quiz

7th - 12th Grade

12 Qs

Quiz Fungsi SUMIF dan SUMIFS

Quiz Fungsi SUMIF dan SUMIFS

7th Grade - University

10 Qs

La palanca

La palanca

8th - 10th Grade

12 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