Python Lesson 4 Iteration

Python Lesson 4 Iteration

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

AP CSP Vocabulary

AP CSP Vocabulary

9th - 12th Grade

12 Qs

Loops

Loops

10th Grade

15 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

10 Qs

AP CSP Unit 10

AP CSP Unit 10

9th - 12th Grade

15 Qs

Higher SDD - Development Methodologies

Higher SDD - Development Methodologies

10th Grade

8 Qs

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Python Condition Controlled Iteration

Python Condition Controlled Iteration

10th Grade

10 Qs

LOOPS(Pascal)

LOOPS(Pascal)

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?