Python Lesson 4 Iteration

Python Lesson 4 Iteration

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Iteration

Iteration

9th - 12th Grade

15 Qs

Control Structures in Python

Control Structures in Python

11th - 12th Grade

13 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

Programming - Iteration, Basic Programming Constructs & Loop

Programming - Iteration, Basic Programming Constructs & Loop

2nd - 12th Grade

10 Qs

WHILE Loops yr 9

WHILE Loops yr 9

9th - 12th Grade

13 Qs

S2 Sphero Knowledge Check 2

S2 Sphero Knowledge Check 2

11th Grade

10 Qs

Python Lesson 4 Iteration

Python Lesson 4 Iteration

Assessment

Quiz

Computers

10th - 11th Grade

Easy

Created by

Lisa Hesketh

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

IF/Else is an example of iteration

True

False

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Iteration in programming is when blocks of code are repeated

True

False

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Iteration in programming is when blocks of code are skipped

True

False

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

While loops are an example of iteration

True

False

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

A while loop could run forever if the conditions stays true forever?

True

False

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of these lines of code would create a loop which runs as long as the name is not 'jimmy'

while name == "jimmy"

while name != "jimmy"

while name != "name"

while name >= "jimmy"

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of these operators checks that something is NOT EQUAL TO?

==

!=

=

!

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?