Y8 Python

Y8 Python

8th Grade

26 Qs

quiz-placeholder

Similar activities

Introduction to Python

Introduction to Python

KG - University

25 Qs

Python Basics Recap

Python Basics Recap

8th - 11th Grade

23 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python Programming

Python Programming

8th Grade

29 Qs

Grade 7

Grade 7

7th - 8th Grade

21 Qs

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Year 8 Python

Year 8 Python

8th Grade

29 Qs

Y8 Python

Y8 Python

Assessment

Quiz

Computers

8th Grade

Medium

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

Standards-aligned

Created by

Phil Branson

Used 98+ times

FREE Resource

26 questions

Show all answers

1.

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

2.

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!)

3.

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)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("Hello world!" * 2 * "Hello world!")
TypeError
Hello world! Hello world! Hello world! Hello world!
Hello Hello World! World!
Hello world! Hello world!

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which Python command is used to output information to the screen?
read
output
print
display

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is a variable?
A box(memory location) where you store values
a type of graphics
Data type
a type of memory

Tags

CCSS.6.EE.B.6

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

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?

Discover more resources for Computers