Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

quiz-placeholder

Similar activities

Unit 4 Practice

Unit 4 Practice

Python Loop Practice

Python Loop Practice

Python: For loops

Python: For loops

Python Loops Review

Python Loops Review

Python Loops Quiz

Python Loops Quiz

Python 3 Loops

Python 3 Loops

Python Loops

Python Loops

For Loop python

For Loop python

Python - Loops & Lists

Python - Loops & Lists

Assessment

Quiz

Computers

7th - 11th Grade

Practice Problem

Medium

Created by

Mr Abbas

Used 652+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the word used to describe repetition in programming?

Sequence
Selection
Iteration
Coding

2.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is used when you know how many times you want to repeat something?

A WHILE Loop
An IF function
A FOR Loop
A Variable

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of loop is used when you DO NOT know how many times you want to repeat something?

A WHILE Loop
A Counter
A FOR Loop
A Forever Loop

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would amount equal in this piece of code:

amount = 2 + 5 * 2

12
9
14
5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the value of ‘marks’ after running this code:
 
marks = 20
total = 5 
newmarks = marks * 3

60
45
100
75

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is printed when this program is run:
days = 5 
if days > 6:  
   print(“Month”)

else:  
   print(“Week”)

Month
Week
Day
4

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?