wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

GCSE Computer Science Operators

Total questions: 15

Worksheet time: 6mins

Name
Class
Date
1.

Which operator means "Multiply"?

a)

*

b)

+

c)

DIV

d)

MULT

2.

Which operator is used to divide, giving a number which could be a decimal?

a)

DIV

b)

MOD

c)

/

d)

//

3.

Which operator tells you the remainder of a division?

a)

/

b)

MOD

c)

DIV

d)

//

4.

Which operator gives the whole number from a division?

a)

MOD

b)

DIV

c)

//

d)

/

5.

Which operator means "equal to" in Pseduocode?

a)

==

b)

=

c)

<--

d)

<>

6.

When do you use the "arrow" and when do you use the "equals" sign?

a)

The arrow is used to check if a value is "equal to"

b)

The equals sign is used to set a variable

c)

The equals sign is used to check if a value is "equal to"

d)

The arrow is to declare a variable

7.

5 > 10

a)

TRUE

b)

FALSE

8.

22 MOD 5

a)

1

b)

2

c)

3

d)

4

9.

17 DIV 7

a)

2

b)

3

c)

4

d)

1

10.

(4 MOD 1) < (10 * 1)

a)

TRUE

b)

FALSE

11.

(2 + 7) > (50 DIV 10)

a)

TRUE

b)

FALSE

12.

(16 / 4) NOT (25 MOD 7)

a)

TRUE

b)

FALSE

13.

20 _ _ _ 5 = 0

a)

MOD

b)

DIV

c)

=

d)

ADD

14.

(15 NOT 7) OR (6 DIV 2 = 3)

a)

TRUE

b)

FALSE

15.

((15 / 5) + (20 * 2) + (3 * 3) ) DIV 13 = ???

a)

1

b)

2

c)

3

d)

4