Python Loops Review

Python Loops Review

9th - 12th Grade

19 Qs

quiz-placeholder

Similar activities

Python For And While Loop

Python For And While Loop

8th - 9th Grade

20 Qs

Python тілінде циклдар

Python тілінде циклдар

9th - 12th Grade

22 Qs

End of year quiz: Python

End of year quiz: Python

9th Grade

20 Qs

Struktur kawalan ulangan

Struktur kawalan ulangan

1st - 12th Grade

21 Qs

Scratch

Scratch

9th Grade

21 Qs

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

Loops

Loops

5th - 12th Grade

16 Qs

ICS For & While Loops

ICS For & While Loops

9th - 12th Grade

16 Qs

Python Loops Review

Python Loops Review

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

R M

Used 123+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image
5
6
21
36

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

5

6

21

36

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image
A
B
C
D

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What will the following lines of code print?
A
B
C
A
C
Nothing, it will return an error.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is another way of writing the following code? 
Score = Score + 1 
Score.add(1)
score + 1
Score + Score
Score += 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement will check to see if a is equal to b?
if a == b
if a = b:
if a != b:
if a == b:

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What are the two main types of loops that we have learned about in Python?
IF Function & Variables
FOR and WHILE Loops
Forever and Fixed Loop
Data Types and Numbers

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?