python times table practice

python times table practice

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Quiz 16 - Arrays and Loops

Quiz 16 - Arrays and Loops

11th Grade

10 Qs

icpcNU_ Loops and Arrays

icpcNU_ Loops and Arrays

12th Grade

15 Qs

Python Loops

Python Loops

9th - 12th Grade

10 Qs

For and While Loops in Python

For and While Loops in Python

9th - 12th Grade

16 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Subroutines

Subroutines

9th - 11th Grade

16 Qs

Basic Programming Constructs

Basic Programming Constructs

11th Grade

11 Qs

Iteration Assessment

Iteration Assessment

9th - 10th Grade

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