Font size
WorksheetsPython-ICT
Total questions: 20
Worksheet time: 9mins
What is an elif statement?
Allows you to check multiple expressions
Helps learn
Is a statement which is used for a court order
Is an optional statement
What is a data type?
defined by the values it can take or the operations that can be performed
Where there are different kinds/types of data provided
Used in ICT on google slides
Shows you what different types of data are provided
What programming is used for coding
Snake
Snail
Python
Anaconda
What form is used for whole numbers?
integer
string
boolean
float
Which data type is words?
Float
Boolean
Integer
String
What form is used for decimal number?
String
Boolean
Float
Integer
Which data type is used for T/F
Boolean
String
Integer
Float
==
What does this symbol mean?
Equal to
Not equal to
Less than
Less than or equal to
!=
What is this symbol
Greater than or equal to
Less than
Not equal to
Equal to
<
What is this symbol?
Less than
Less than or equal to
Greater than
Equal to
What is the name of the error that shows up on python
Error
Syntax Error
Syntax
Here
What are if statements known as?
Selection
Statements
ICT
Python Code
What is this quiz
Revision
Python
Help
Other
print(Hello world!)
print("Hello world!" * 2)
people = ["John", "Rob", "Bob"]
print (people[1])
what would this result be?
