Python Loops Post Test

Python Loops Post Test

9th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

For Loop python

For Loop python

5th - 12th Grade

19 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Loops

Loops

5th - 12th Grade

16 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Python Loops Post Test

Python Loops Post Test

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Jakobi Gorham

Used 59+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 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

30 sec • 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.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

The program above

prints all the odd numbers between 1 and 20

prints all even numbers between 1 and 20

print all the odd numbers between 1 and 21

prints all the even numbers between 1 and 21

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

A while loop equivalent of the for loop above is

Media Image
Media Image
Media Image
Media Image

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image
Media Image
Media Image
Media Image

1,2,3,4

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

When do you know when you come to the end of the loop?

Its states End loop

The command End is given

The indentation stops

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What symbol do you use to make a comment in Python?
@
¬
;
#

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?