Contents

When using logical operators to join multiple conditions, “OR” operator means?
a) both conditions are true                
b) either condition is true
c) neither condition is true                 
d) either condition is false

b

What is the purpose of NOT logical operator is?
a) perform logical conjunction                        
b) perform logical disjunction
c) perform logical disfunction                          
d) perform logical negation

d

When combined with logical operators, If statements can……
a) change multiple conditions                          
b) test multiple conditions
c) combine multiple conditions
d) separate multiple conditions

b

Which of the following symbol is used for OR operator?
a) ||                                                        
b) &&
c) !                                                         
d) none of these

a

Which of the following symbol is used for AND operator?
a) ||                                                        
b) &&
c) !                                                         
d) none of these

b

Which of the following symbol is used for NOT operator?
a) ||                                                        
b) &&
c) !                                                         
d) none of these

c