Contents

Which of the following is a logical operator?
a) +        

b) -                                         

c) >        

d) /

c

Which of the following operator has the highest priority?
a) +        

b) ^                                        

c) *        

d) /

b

If A=5, B=3 and C=2 then what result of exp=A+B*C
a) 10      

b) 11                                      

c) 13      

d) 16

b

Which of the following statement is used to accept data from user during execution?
a) print                                                  

b) load
c) read-data                                         

d) input

b

The set of rules that define the combination of symbols used by programming languages is called……………….
a) syntax                                              

b) data
c) program                                          

d) logic

c

……is/are a technique to developed programs.
a) software                                           

b) programming
c) information                                     

d) data

b