Python Lesson 4 Iteration

Python Lesson 4 Iteration

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Unit 5 - Loops

Code.org Unit 5 - Loops

9th - 12th Grade

10 Qs

Pseudocode - Iteration

Pseudocode - Iteration

7th - 11th Grade

10 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

Python Condition Controlled Iteration

Python Condition Controlled Iteration

10th Grade

10 Qs

Python Loops Quiz (for loop and while loop)

Python Loops Quiz (for loop and while loop)

10th Grade

10 Qs

Quiz 10 - While Loops

Quiz 10 - While Loops

11th Grade

10 Qs

Programming Constructs - Bitesize

Programming Constructs - Bitesize

KG - 11th Grade

10 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 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?