python times table practice

python times table practice

9th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Programmin SS4

Programmin SS4

12th Grade

17 Qs

GDScript Quiz - Lesson 3 - Conditional statements & Iteration

GDScript Quiz - Lesson 3 - Conditional statements & Iteration

12th Grade

10 Qs

while loop

while loop

9th Grade

10 Qs

Iteration

Iteration

9th - 12th Grade

15 Qs

Python Lists

Python Lists

10th Grade

14 Qs

Java Loops

Java Loops

9th - 12th Grade

12 Qs

Pseudocode WHILE Loops

Pseudocode WHILE Loops

10th - 12th Grade

10 Qs

while loop

while loop

9th 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?