Font size
WorksheetsOperators (Computer Science - Python)
Total questions: 20
Worksheet time: 10mins
Which of these is not a type of operator?
Arithmetic Operator
Relational Operator
Communication Operator
Boolean Operator
Which of these is an arithmetic operator?
>
*
<=
AND
'a'
Which of these are arithmetic operators?
-
£
%
/
@
A ' (a) ' operator works with the values TRUE and FALSE
Multiplication, as an operator, is shown by...
!
x
#
*
Which of these is not a boolean operator?
WITH
AND
OR
NOT
Which of these are relational operators?
+ (Add)
< (Is Less Than)
≤ (Is Less Than Or Equal To)
> (Is Greater Than)
= (Is Equal To)
An operator is defined as...
A character or string with the purpose of providing an output to the user
A symbol that tells the compiler to perform a certain mathematical or logical manipulation
A process of a lead technician identifying errors through the process of debugging
True or False: the 'DIV' operator always gives a whole number
True
False
True or False: 'Is not equal to' is often represented as '!='
True
False
True or False: The 'MOD' operator divides a number by another and gives the answer
True
False: It gives the remainder
The 'MOD' operator can also be represented as...
DIV
/
\
%
'=' is a ' (a) ' operator
With a NOT operator...
The condition must be true
The condition must be false
Either condition must be true
All conditions must be true
Which of these are arithmetic operators?
'NOT'
'MOD'
'ADD'
'OR'
'DIV'
With an AND operator...
Both conditions must be false
Either condition must be true
Both conditions must be true
Both numbers are added together
With an OR operator...
Both conditions must be true
Either, not both, conditions must be true
Either or both conditions must be false
Either or both conditions must be true
Which of the following is an operator which works with TRUE and FALSE?
Decision Operator
Truth Operator
Von Neumann Operator
Relational Operator
Boolean Operator
Which of the following is an operator that compares values with symbols such as '<' or '='
Comparison Operator
Relational Operator
Archimedes Operator
Arithmetic Operator
Numerical Scale Operator (NSO)
Which of these are not arithmetic operators?
'$'
'ADD'
'::-'
'NOT'
