Font size
Worksheetsict quiz
Total questions: 10
Worksheet time: 7mins
Requirement is :
what you expect the program to do.
a container for data you want to store.
used to check a condition.
a control flow statement that is used to repeat a specific statement
variable is:
is a condition statement used to check a condition, and execute it if the condition holds true.
stores a value.
transforms the values using the rules of math.
a software that you use to enter the program commands.
What are the four arithmetic operators?
> , <, >=, <= < !=
and , or , not
Add, subtract, multiply, divide.
if , if..else, if...else if
An algorithm sets out the input and output for the program, what else it sets out?
(a)
Counter loop in python is called (a) loop
Conditional loop in python is called (a) loop
In the conditional loop, when the condition is true, the loop will stop.
true
false
In the conditional loop, when the condition is false, the loop will continue.
true
false
When you know exactly how many times you want to repeat, then use the conditional loop.
true
false
The counter loop is controlled by logical test.
true
false
