Define the following terms as applied in computer programming.
i) Flowchart,
ii) Dry run,
iii) Documentation,
iv) Code translation.
Answer:
- A flowchart is a graphical representation of program algorithm.
- Dry run refers to the process of manually
tracing through a program using pen and paper to identify any error.
- Documentation is written description of a system.
- Code translation refers to the conversion of higher level code to a lower level.