Year 9 lower Python

Year 9 lower Python

9th Grade

10 Qs

quiz-placeholder

Similar activities

Викторина по Python

Викторина по Python

9th Grade

13 Qs

ASK T3-STRUKTUR KOD ARAHAN

ASK T3-STRUKTUR KOD ARAHAN

9th Grade

15 Qs

GCSE Python Inputs, Outputs, Variables

GCSE Python Inputs, Outputs, Variables

9th Grade

15 Qs

1.2 Basic String Manipulation

1.2 Basic String Manipulation

9th Grade

10 Qs

Python Programming - Iteration

Python Programming - Iteration

9th Grade

12 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

抄來的Python測驗

抄來的Python測驗

9th - 12th Grade

10 Qs

AI-9A-PA1-Practical

AI-9A-PA1-Practical

9th Grade

10 Qs

Year 9 lower Python

Year 9 lower Python

Assessment

Quiz

Computers

9th Grade

Hard

Created by

matthew dallimore

Used 33+ 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?