Contents

The set of rules for writing a program in any programming language is called…..
a) syntax                                              
b) flow chart
c) desk checking                 
d) none of these


a

Which of the following term is used for program error?
a) coding                                                              
b) compiling
c) bug                                                    
d) debug


c

The process of finding and removing errors in program is called…..
a) coding                                                              
b) compiling
c) bug                                                    
d) debugging


d

Which of the following is not an example of program bug?
a) run-time error                  
b) syntax error
c) logical error          
 d) operator error

d

Which of the following is used to detect syntax error in program?
a) compiler                           
b) debugger
c) interpreter                        
d) none of these


d

Which of the following error cannot be detected by compiler?
a) logical error                  
b) syntax error
c) both a & b                                       
d) none of these


a