Year 9  end of year

Year 9 end of year

9th Grade

32 Qs

quiz-placeholder

Similar activities

IT Form 2 - Python Term 1 Test 2

IT Form 2 - Python Term 1 Test 2

9th Grade

35 Qs

Python Easy

Python Easy

6th - 12th Grade

30 Qs

Computer Science Exam

Computer Science Exam

9th - 12th Grade

30 Qs

python string

python string

9th - 12th Grade

27 Qs

Python Programming

Python Programming

5th - 9th Grade

37 Qs

Computer Translators

Computer Translators

8th - 10th Grade

28 Qs

Year 11 Revision - Python - what do you remember

Year 11 Revision - Python - what do you remember

9th Grade

32 Qs

Python GCSE Recap

Python GCSE Recap

9th - 12th Grade

28 Qs

Year 9  end of year

Year 9 end of year

Assessment

Quiz

Computers

9th Grade

Medium

Created by

James Kerry

Used 9+ times

FREE Resource

32 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Python has a simple syntax similar to the

coding language

english language

spanish language

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Python is a

text language

database language

programming language

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for Hello, World!

print Hello, World!

print("Hello, World!)

print("Hello, World!")

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for

Five is greater than two!

if 5 > 2:

print("Five is greater than two!")

if 5 = 2:

print("Five is greater than two!")

if 5 > 2: Print("Five is greater than two!")

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Insert the missing part of the code below to output

_________________ "My name is ".

Print

PRINT

print

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Comments in Python are written with a special character, which one?

brackets

hashtag

coma

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Code for

b is greater than a

a = 33

b = 200


if b > a:

print("b is greater than a")

a = 33

b = 200


if b < a:

print("b is greater than a")

a = 330

b = 200


if b > a:

print("b is greater than a")

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?