Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

Basic Python

Basic Python

10th - 12th Grade

20 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Basics Python

Basics Python

8th - 10th Grade

20 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th Grade

20 Qs

Python Syntax

Python Syntax

10th Grade

16 Qs

Python basic

Python basic

9th Grade

21 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Programming - Python (year 12)

Programming - Python (year 12)

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Louise Lockwood

Used 100+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which python operator means 'less than or equal to'?
>
<
>=
<=

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is another word for 'iteration'?
Selection
Variable Assignment
Repetition
Sequencing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
In the following code, "city" is an example of a what?
List
Loop
Variable
Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a program?

A series of a step-by-step instructions that tell a computer how to solve a task

A video that is watched on a computer

A flowchart written on a computer

The make and model of a computer

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do we get user input from the keyboard?

input = (What is your name?)

input = What is your name?

output = ("What is your name?")

input("What is your name? ")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type is the most suited to store a telephone number in a variable?

string

integer

float

boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data type would you use for the quantity of stock in a shop?

integer

float

string

boolean

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?