Python Lesson 4 Iteration

Python Lesson 4 Iteration

10th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Loops

Loops

10th Grade

10 Qs

Programming Constructs_Y10

Programming Constructs_Y10

9th - 12th Grade

10 Qs

Python Quiz

Python Quiz

10th Grade

15 Qs

AP CSA 4.4 (Nested Loops)

AP CSA 4.4 (Nested Loops)

10th - 12th Grade

6 Qs

String Warm Up

String Warm Up

8th - 12th Grade

12 Qs

Festive Computer Science

Festive Computer Science

10th Grade

15 Qs

Computer Science 1.1-1.2 Vocab Quiz

Computer Science 1.1-1.2 Vocab Quiz

9th - 12th Grade

15 Qs

Intro to Java Loops

Intro to Java Loops

9th - 12th Grade

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