Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

8th Grade

12 Qs

quiz-placeholder

Similar activities

Python

Python

8th - 9th Grade

15 Qs

Microsoft word terms

Microsoft word terms

7th - 8th Grade

10 Qs

PowerPoint Pre-Assessment

PowerPoint Pre-Assessment

6th - 9th Grade

12 Qs

HEALTH AND SAFETY 9

HEALTH AND SAFETY 9

7th - 9th Grade

11 Qs

Quiz 1

Quiz 1

1st - 12th Grade

15 Qs

Games Industry Jobs

Games Industry Jobs

8th Grade

14 Qs

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

LEVEL 2. BÀI 4. SÁNG TẠO NỘI DUNG

6th - 8th Grade

12 Qs

Python List

Python List

4th Grade - University

15 Qs

Ch-8 Iterative statements in Python

Ch-8 Iterative statements in Python

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Ramya S

Used 692+ 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

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?