python times table practice

python times table practice

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

KS4 Python While Loops and For Loops

KS4 Python While Loops and For Loops

9th - 11th Grade

13 Qs

Computer Science

Computer Science

9th - 12th Grade

18 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

FOR and WHILE loop in Python

FOR and WHILE loop in Python

9th - 12th Grade

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