
Python Basics - Year 8
Authored by Henry Sanderson
Computers
7th - 9th Grade
Used 558+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is Python?
text based programming language
word processor
spreadsheet
block based programming language
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does INT means in python?
Decimal Numbers
Whole Number
Text
Floating Point Number
3.
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
4.
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
5.
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
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the name of the programming language we are learning?
Scratch
Python
Pie thin
Scribble
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What will be the output?
name = 'Dave'
greeting = "Good morning" + name
print (greeting)
Good moning 'Dave'
Good morning Dave
Good morning name
Good morning + Dave
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?