Mastering Python Loops

Mastering Python Loops

11th Grade

25 Qs

quiz-placeholder

Similar activities

Control Statements in Python

Control Statements in Python

11th Grade

20 Qs

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Unit 5 - For Loops

Unit 5 - For Loops

9th - 12th Grade

20 Qs

Programming 1 Test Review (End of Quarter)

Programming 1 Test Review (End of Quarter)

11th Grade

20 Qs

Mastering Python Loops and Functions

Mastering Python Loops and Functions

10th Grade - University

20 Qs

Fundamentals of Programming (GCSE Computer Science AQA)

Fundamentals of Programming (GCSE Computer Science AQA)

9th - 11th Grade

22 Qs

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

Unit 3 Looping - Quiz

Unit 3 Looping - Quiz

9th Grade - University

20 Qs

Mastering Python Loops

Mastering Python Loops

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Harmeet Kaur

Used 2+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output?

6

3

2

0

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does this print?

1, 4, 7,

1, 2, 3,

3, 6, 9,

1, 3, 5, 7, 9,

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which of the following results in an infinite loop?

for i in range(10):

for i in [1, 2, 3]:

for i in iter(int, 1):

for i in range(5, 1):

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does this code output?

1-3-5-

1-3-

0-2-4-

0-1-2-3-4-

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What is the output?

3 4 5 6 7

3 4 5 6

3 4 5

3 4 5 6 7 8

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What does this code print?

l o o p

ll oo oo pp

looploop

loopp

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is equivalent to for i in range(len(arr)):?

for i in arr:

for i in range(arr):

for i in enumerate(arr):

for i in arr.items():

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?