Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

quiz-placeholder

Similar activities

Loops

Loops

5th - 12th Grade

16 Qs

Python Review

Python Review

7th - 8th Grade

17 Qs

Iteration Recap

Iteration Recap

8th - 9th Grade

16 Qs

LOOPS

LOOPS

7th - 9th Grade

10 Qs

Python Basic

Python Basic

6th - 8th Grade

10 Qs

Python Revision

Python Revision

7th - 9th Grade

14 Qs

Python while loop

Python while loop

8th Grade - University

13 Qs

L4 Iteration

L4 Iteration

8th Grade

10 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ramya S

Used 684+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Mention the other name for Iterative statements.

Loops

Algorithm

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Name the two types of loops.

For,While

While,if

For,if

if,if else

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Choose the output.

for i in range (10,13):

print (i*i)

100

121

144

100

121

144

169

100

121

100

169

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Name the two membership operators in python.

in, in not

in, not in

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Check the output.

Print(10 in [1,2,3,4,10,12])

true

false

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Check the output

i=10

print(i in range(100,200))

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Check the output.

i=0

while i<=5:

print(i)

i=i+1

1

2

3

4

1

2

3

4

5

1

3

5

1

2

3

5

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?