Year 9 lower Python

Year 9 lower Python

9th Grade

10 Qs

quiz-placeholder

Similar activities

Основи Python

Основи Python

7th - 12th Grade

12 Qs

Вспомним Python

Вспомним Python

9th Grade

15 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Programozás I.

Programozás I.

9th Grade

15 Qs

Python - Loops & Lists

Python - Loops & Lists

7th - 11th Grade

15 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Викторина по Python (Урок 1-2)

Викторина по Python (Урок 1-2)

5th - 11th Grade

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