wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ict quiz

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Requirement is :

a)

what you expect the program to do.

b)

a container for data you want to store.

c)

used to check a condition.

d)

a control flow statement that is used to repeat a specific statement

2.

variable is:

a)

is a condition statement used to check a condition, and execute it if the condition holds true.

b)

stores a value.

c)

transforms the values using the rules of math.

d)

a software that you use to enter the program commands.

3.

What are the four arithmetic operators?

a)

> , <, >=, <= < !=

b)

and , or , not

c)

Add, subtract, multiply, divide.

d)

if , if..else, if...else if

4.

An algorithm sets out the input and output for the program, what else it sets out?

(a)  

5.

Counter loop in python is called (a)   loop

6.

Conditional loop in python is called (a)   loop

7.

In the conditional loop, when the condition is true, the loop will stop.

a)

true

b)

false

8.

In the conditional loop, when the condition is false, the loop will continue.

a)

true

b)

false

9.

When you know exactly how many times you want to repeat, then use the conditional loop.

a)

true

b)

false

10.

The counter loop is controlled by logical test.

a)

true

b)

false