1 |
How many types of logical operators ? |
3
1
4
2
|
2 |
Which is a combination of backslash (\) and a code character to control printing of data on the screen ? |
escape sequence
format specified
character
printing
|
3 |
Which of the following tells about which operations should be performed first ? |
precedence
rule
sequence
random
|
4 |
Which operator requires three operands respectively to perform the operation ? |
unary
binary
ternary
all of these
|
5 |
Which operator returns remainder ? |
modulusoperators
binaryoperators
ternaryoperators
all of these
|
6 |
All of arithmetic operators, relational operators and logical operators && and || are: |
unary operators
binaryoperators
ternaryoperators
all of these
|
7 |
Which operators require two operands to perform the operations ? |
unary
binary
ternary
all of these
|
8 |
Which is unary operator ? |
|
9 |
Which operators are applied over one operand only ? |
unary
binary
ternary
all of these
|
10 |
Which operator makes it true, if it is false and false if it true ? |
|
11 |
Which operator negates or reverses the value of Boolean expression ? |
|
12 |
Which operator accepts Boolean expression and returns true if at least one of the operands is true ? |
|