Year 9 lower Python

Year 9 lower Python

9th Grade

10 Qs

quiz-placeholder

Similar activities

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Python Basics

Python Basics

6th - 12th Grade

9 Qs

Y9 Homework 1: Python Revisited 1

Y9 Homework 1: Python Revisited 1

9th Grade

13 Qs

Input and Output Operations in Python

Input and Output Operations in Python

6th - 10th Grade

11 Qs

Python Inputs

Python Inputs

6th - 10th Grade

11 Qs

Intermediate Python

Intermediate Python

9th - 11th Grade

15 Qs

Python

Python

9th Grade

13 Qs

Python Programming

Python Programming

5th Grade - University

15 Qs

Year 9 lower Python

Year 9 lower Python

Assessment

Quiz

Computers

9th Grade

Hard

Created by

matthew dallimore

Used 32+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What input will I need to collect the height (in cm) of pupils in a class?

float

Int

input

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a variable do?

Stores a value in memory

Helps you print to screen

It works out the maths

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the round function do in Python?

makes circles

Rounds to a decimal place

Tells you how many letters are in a word

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Using the round function for the value 46.843 to 2 decimal places, the answer would be?

46.82

46.85

46.87

46.84

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the answer here?

x = "hello"

print(len(x))

2

3

4

5

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What would the answer be?

x = input("enter a number ")

print(x+x)

33

31

error

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What would be the answer?

a = "564"

b = "2342"

print(a+b)

2609

5642324

2906

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?