Debugging is the process of……
a) creating bugs in program
b) identifying and removing errors
c) identifying errors
d) removing errors
Syntax of a program refers to……
a) rules used to write program
b) saving computer program
c) executing computer program
d) compiling computer program
A program that compiles successfully but produces incorrect results contains……..
a) syntax error
b) logic error
c) program error
d) runtime error
The syntax error in program is detected by……
a) compiler
b) linker
c) loader
d) debugging
Syntax error may occur due to……
a) missing any brace
b) missing semicolon
c) misspelled keyword
d) all of these
The error occurring due to wrong logic of program is called…….
a) logical error
b) syntax error
c) mathematical error
d) overflow