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
Which of the following term is used for program error?
a) coding
b) compiling
c) bug
d) debug
The process of finding and removing errors in program is called…..
a) coding
b) compiling
c) bug
d) debugging
Which of the following is not an example of program bug?
a) run-time error
b) syntax error
c) logical error
d) operator error
Which of the following is used to detect syntax error in program?
a) compiler
b) debugger
c) interpreter
d) none of these
Which of the following error cannot be detected by compiler?
a) logical error
b) syntax error
c) both a & b
d) none of these