Contents

Arithmetic operators are………..
a) +, -                                                     

b) *, /
c) ^, MOD                                             

d) all of these

d

(=) is type of operator…………….
a) assignment                                     

b) arithmetic
c) logic                                                  

d) increment

a

<, >, <=, >= are examples of operators
a) assignment                                      

b) arithmetic
c) logic                                                  

d) relational

d

Result of expression X+Y/10, where X=30, Y=50
a) 35      

b) 8                                        

c) 53      

d) 45

a

Result of expression (A+B) *B/10, where A=20, B=30
a) 90      

b) 150                                   

c) 120    

d) 160

b

An operator which is used to assign a value to variable is called……..
a) arithmetic                                        

b) assignment
c) logical                                               

d) comparison

b