The process of correcting errors found during testing process is
bug
debugging
compilation
execution
The pictorial representation of algorithm is
program
flow-chart
Design
The technique of writing programs in modules is called.
Soucre Programming
Modular programming
Programming style
Structural programming
Which of the following is intended to allow another person ,or the programmer at leter data ,to understand the program
internal documentation
external documentation
documentation
manual
A semantics error is :-
Statement without any meaning
Source error
Object error
Program code error.
Missing of a semicolon at the end of a C++ statement is an example of____________error.
Run time error
Logical error
Syntax error
Compilation error
The process of converting one predefined data type into another is called
Representation
Program structure
Type Conversion
Program error
Devide by zero is a error of type
logical
syntactical
runtime
All these
In C++,____________are given either by // or /*--------*/brackets.
Formatting
Comments
Indentation
Functions