Contents

Debugging is the process of……
a) creating bugs in program                              
b) identifying and removing errors
c) identifying errors            
d) removing errors

b

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

A program that compiles successfully but produces incorrect results contains……..
a) syntax error                     
b) logic error
c) program error  
d) runtime error

b

The syntax error in program is detected by……
a) compiler                         
b) linker
c) loader                                               
d) debugging

a

Syntax error may occur due to……
a) missing any brace
b) missing semicolon
c) misspelled keyword       
d) all of these

d

The error occurring due to wrong logic of program is called…….
a) logical error  
b) syntax error
c) mathematical error
d) overflow

a