Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

quiz-placeholder

Similar activities

class 11 - basic concepts in python 1

class 11 - basic concepts in python 1

11th Grade

19 Qs

Python

Python

7th - 10th Grade

20 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Python

Python

11th Grade

20 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Python Syntax

Python Syntax

10th Grade

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