year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

15 Qs

quiz-placeholder

Similar activities

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

7th - 8th Grade

13 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

Python - Y8 lesson 1

Python - Y8 lesson 1

8th Grade

12 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

Assessment

Quiz

Computers

8th - 10th Grade

Hard

CCSS
L.2.2C, 6.EE.B.6

Standards-aligned

Created by

Louise Lockwood

Used 81+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is python named after
The snake
Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

Tags

CCSS.L.2.2C

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What will the output be from the following code?
print("Hello world!")
SyntaxError
Hello world!
"Hello world!"
print(Hello world!)

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

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?