python times table practice

python times table practice

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Python Iteration

Python Iteration

10th Grade

13 Qs

CodeHS Unit 1

CodeHS Unit 1

9th - 12th Grade

12 Qs

Grade 12-Python selection&iteration

Grade 12-Python selection&iteration

11th - 12th Grade

15 Qs

while loop

while loop

9th Grade

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

FOR Loops Python

FOR Loops Python

9th - 12th Grade

12 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

python times table practice

python times table practice

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

David Price

Used 4+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming, what is iteration?
The repetition of steps within a program
The order in which instructions are carried out
A decision point in a program
Testing a program to make sure it works

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is iteration important?
It determines the order in which instructions are carried out
It allows code to be simplified by removing duplicated steps
It allows multiple paths through a program
It ensures the code works correctly

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following symbols is used in Python to mean "Not equal to"?
==
!=
<>
><

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
5
4
3
2
1
4
3
2
1
0
5  4  3  2  1
4  3  2  1  0

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A while loop is used when

You know how many times you are going to loop

You want to loop for an unknown number of times, and possibly forever

You only want to run the code in the loop once

You see the word while in the problem description

6.

DRAW QUESTION

3 mins • 1 pt

Underline the loop terminating condition in this code

Media Image

7.

DRAW QUESTION

3 mins • 1 pt

Underline the code the decrements the loop counter

Media Image

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?