Font size
WorksheetsPython Quiz 8.3
Total questions: 12
Worksheet time: 7mins
What does the print statement do?
Prints out a printer
Takes a screenshot
Nothing
Prints to the screen
In Python, what is a variable?
A choice
Boolean
Something the computer remembers
A String
What does a variable do?
Nothing
Lists numbers
Prints to the screen
Stores data until it is needed
What is a Syntax Error
Problem with the computer
Problem with the typed code
Working code
Stored data
Print("Hello There")
will print "Hello There" to the screen
Will print on paper
Syntax Error
Screenshots the code
What is an input?
A maths input machine
Something that requires the user to type something in.
A variable
Booleans give either a True or False response?
True
False
In programming, what is an integer?
Numbers
Words printed on the screen
An Input
A Variable
Complete the code: Name= (a) ("What is your name?")
Characters and numbers in between speech marks " " is know as...
A string
A Variable
An Input
Selection
Python is a text based language
True
False
Before running a Python script, what needs to be done?
Printed
Rehearsed
Saved
Run
