PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

1st - 10th Grade

10 Qs

quiz-placeholder

Similar activities

HARDWARE AND SOFTWARE

HARDWARE AND SOFTWARE

2nd - 10th Grade

10 Qs

Javascript 2

Javascript 2

1st Grade

13 Qs

Q1 M 2 - TOPIC 2 / Check your understanding

Q1 M 2 - TOPIC 2 / Check your understanding

10th Grade

10 Qs

ICT - Networks and communication

ICT - Networks and communication

9th Grade

11 Qs

Word

Word

3rd - 7th Grade

15 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

Networking Quiz

Networking Quiz

8th - 9th Grade

15 Qs

Arduino

Arduino

7th - 9th Grade

15 Qs

PYTHON (FOR LOOP)

PYTHON (FOR LOOP)

Assessment

Quiz

Computers

1st - 10th Grade

Practice Problem

Medium

Created by

Shilpa Thakur

Used 111+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 20 pts

Choose the correct output of the following code.

for i in range(10,15):       

print(i)

10

11

12

13

14

10

11

12

13

14

15

11

12

13

14

Error

2.

MULTIPLE CHOICE QUESTION

1 min • 20 pts

What is the output of the following:-

x = "123"

for i in x:

print("a")

x

1

a

1

2

3

x

1

2

3

a

a

a

3.

OPEN ENDED QUESTION

2 mins • 20 pts

Q3. Write a for loop so that every item in the list is printed.

lst=["koala", "cat", "fox", "panda", "chipmunk", "sloth", "penguin", "dolphin"]

Evaluate responses using AI:

OFF

4.

MULTIPLE CHOICE QUESTION

1 min • 20 pts

Q4. What is the output of the following:-

print(list(range(10)))

[0, 1, 2, 3, 4, 5, 6, 7, 8, 9]

[1,2,3,4,5,6,7,8,9,10]

[2,3,4,5,6,7,8,9,10,11]

[0,1,2,3,4,5,6,7,8,9,10]

5.

MULTIPLE CHOICE QUESTION

1 min • 20 pts

Choose the correct answer

for i in "python":

print(i, end=='?')

Error

p?

y?

t?

h?

o?

n?

p?y?t?h?o?n?

both b and c

6.

OPEN ENDED QUESTION

2 mins • 20 pts

Find the error and correct it

i=2

for x in (i):

x+=1

print(x)

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

30 sec • 20 pts

What is for loop.

Evaluate responses using AI:

OFF

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?