Saved Bookmarks
| 1. |
Mention the steps you would follow while writing a program? |
|
Answer» Steps we should follow while writing a program: (i) Program definition: Identify inputs and outputs. (ii) Problem Analysis: fragment the problem into smaller parts (iii) Design: Express the problem as algorithms and flowcharts. (iv) Coding: translating the algorithm into a programming code. (v) Testing and Debugging: Detecting and correcting errors. |
|