NEW
Font size
Worksheetspython intro
Total questions: 17
Worksheet time: 8mins
What is a variable?
A math operator
An element, feature, or factor that is liable to vary or change.
An if statement
A computer system that can change
What does print("hello) display?
hello
gives you an error
"hello"
"hello
True is a boolean
True
False
Neither
What name do we give to a storage location in a computer program?
variation
data type
data
variable
What data type is used to store a list of characters?
real
string
integer
boolean
What data type is used to store whole numbers?
integer
real
string
boolean
What is an algorithm
a graphical representation of a computer program in relation to its sequence of functions.
A step by step set of instructions to solve a specific problem
a notation resembling a simplified programming language, used in program design.
a high-level general-purpose programming language.
What does IDE stand for?
Integrated Development Environment
Internet Development Editor
Internet Development Environment
Icelandic Development Editor
Finding and fixing the errors in a program
Indentation
Nesting
Event Block
Debugging
Where can we “not” find computers?
a smart phone
a self driving car
a video game console
an old grand fathers clock
an exercise machine
Why do we learn Python?
It's a really big snake
It's the name of a very funny comedy show
It's simple and easy to learn
It's so rare that no one else knows it
Is python an interpreter or compiler programming language?
Compiler
Interpreter
