WorksheetsGCSE J277 - 2.2.1 - Operators
Total questions: 20
Worksheet time: 10mins
Name
Class
Date
1.
Operator for multiplication
a)
MOD
b)
DIV
c)
/
d)
*
2.
Operator for integer division
a)
MOD
b)
DIV
c)
/
d)
*
3.
Operator for division
a)
MOD
b)
DIV
c)
/
d)
*
4.
Operator for remainder
a)
MOD
b)
DIV
c)
/
d)
*
5.
Comparison operator for assignment
a)
>
b)
<
c)
=
d)
==
6.
Comparision operator for equivalence (equal to)
a)
>
b)
<
c)
=
d)
==
7.
Comparsion operator for less than
a)
>
b)
<
c)
=
d)
==
8.
Comparsion operator for greater than
a)
>
b)
<
c)
=
d)
==
9.
Comparison operator for less than or equal to
a)
==
b)
>=
c)
<=
d)
!=
10.
Comparsion operator for greater than or equal to
a)
==
b)
>=
c)
<=
d)
!=
11.
Comparsion operator for not equal to
a)
==
b)
>=
c)
<=
d)
!=
12.
What does MOD mean
a)
When you divide and you get the exact answer
b)
When you divide and you get the number without the remainder
c)
When you divide and you get given just the remainder
d)
Another word for multiplication
13.
What does DIV mean
a)
When you divide and you get the exact answer
b)
When you divide and you get the number without the remainder
c)
When you divide and you get given just the remainder
d)
Another word for multiplication
14.
What does exponentation ^ mean
a)
Square Root
b)
Squared
c)
Division
d)
To the power of a number
15.
What is the highest priority in an expression
a)
Addition (+)
b)
Subtraction (-)
c)
Multiplication (*)
d)
Division (/)
16.
What is the result of (3 >= 3) in a comparsion expression
a)
True
b)
False
17.
What is the result of (5 < 5) in a comparsion expression
a)
True
b)
False
18.
What is the result of (2 <=3) in a comparsion expression
a)
True
b)
False
19.
What is the result of (5 != 5) in a comparison expression
a)
True
b)
False
20.
What is the result of (2 > 3) in a comparison expression
a)
True
b)
False
100 %
