Python Year 8

Python Year 8

8th - 9th Grade

60 Qs

quiz-placeholder

Similar activities

Y9 Assessment

Y9 Assessment

9th Grade

56 Qs

Python Year 7 Assessment

Python Year 7 Assessment

7th - 9th Grade

55 Qs

Python 3 Loops

Python 3 Loops

9th - 12th Grade

55 Qs

AI Midterm

AI Midterm

9th - 12th Grade

63 Qs

Python Review

Python Review

9th - 12th Grade

60 Qs

Week 11: Lists, Loops & "Failure"!

Week 11: Lists, Loops & "Failure"!

9th - 12th Grade

58 Qs

Python basic

Python basic

8th - 9th Grade

59 Qs

CodeHS Python Cert Rev 1

CodeHS Python Cert Rev 1

8th Grade

65 Qs

Python Year 8

Python Year 8

Assessment

Quiz

Computers

8th - 9th Grade

Hard

CCSS
6.EE.B.6

Standards-aligned

Created by

Kasim Hussain

Used 50+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is Python?
text based programming language
word processor 
spreadsheet
block based programming language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Why are the indents necessary after the if and else statements?
Do not follow these instructions above 
Logic of the code will make sense
Follow these instructions if the statement above is true
Code will have no syntax error

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the following code do? 
name = "Bob"
if name == "Bob": 
     print ("Hello " + name) 
else:  
     print ("I dont know you")
prints bob
prints Hello Bob
nothing syntax error
prints I don't know you

4.

MULTIPLE CHOICE QUESTION

20 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

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is python?
a programming language 
DTP software 
Spreadsheet software
Computer 

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

which of these are a correct print statement

Print("Computer science")

prit ("Computer science")

print (Computer science")

print ("Computer science")

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?