Year 8 Python

Year 8 Python

8th Grade

29 Qs

quiz-placeholder

Similar activities

8th Grade (Programming B)

8th Grade (Programming B)

8th - 12th Grade

25 Qs

Python for Beginners

Python for Beginners

8th - 12th Grade

25 Qs

Python for Absolute Beginners

Python for Absolute Beginners

8th - 12th Grade

25 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Basics

Python Basics

8th - 10th Grade

30 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Data Types- Python

Data Types- Python

7th - 11th Grade

25 Qs

Y8 - SUM2 - Intro to Python (No Iteration)

Y8 - SUM2 - Intro to Python (No Iteration)

8th Grade

26 Qs

Year 8 Python

Year 8 Python

Assessment

Quiz

Computers

8th Grade

Hard

CCSS
L.2.2C

Standards-aligned

Created by

R.Pepall | Pepall

Used 89+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 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

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

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?