Python Year 8

Python Year 8

8th - 9th Grade

60 Qs

quiz-placeholder

Similar activities

Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

Python Basics

Python Basics

8th Grade

60 Qs

CS: Python Unit 1 Review

CS: Python Unit 1 Review

9th - 12th Grade

57 Qs

Loops in Python

Loops in Python

9th - 12th Grade

55 Qs

VBIT I-II PYTHON QUIZ MID-1

VBIT I-II PYTHON QUIZ MID-1

9th - 12th Grade

60 Qs

CodeHS Python Cert Rev 1

CodeHS Python Cert Rev 1

8th Grade

65 Qs

Computer Programming Function

Computer Programming Function

7th Grade - University

55 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?