Types of errors in programming …………
a) one
b) two
c) three
d) four
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
PRNT instead of PRINT is type of error……...
a) logical
b) syntax
c) semantic
d) correct
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
SUM=X-Y instead
of SUM=X+Y is error
a) logical
b) syntax
c) semantic
d) command
An expression is a combination of
a) symbols
b) operators
c) both a & b
d) none of these