Contents

Types of errors in programming …………
a) one    

b) two                                    

c) three

d) four

b

Explanation: logical error, syntax error



The error occurs when instruction written in program do not follow the rules of language.
a) syntax error                   

b) logical error
c) semantic error                 

d) none of these

a

PRNT instead of PRINT is type of error……...
a) logical                                               

b) syntax
c) semantic                                          

d) correct

b

The error that gives wrong answer due to programmer mistake is called…….
a) syntax error                                     

b) logical error
c) semantic error                 

d) all of these

b

SUM=X-Y instead of SUM=X+Y is error
a) logical                                             

b) syntax
c) semantic                                          

d) command

a

An expression is a combination of
a) symbols                                           

b) operators
c) both a & b                                       

d) none of these

c