Problem
Solving:
A general process of problem solving involves the following steps.
- Understanding the problem
- Describing the problem in a clear, complete and error free from
- Designing a solution to the problem by algorithm
- Developing a computer solution to the problem
- Testing the solution
1. Program Analysis:
Analyze the problem and what desire output you want. Analysis and gathering knowledge about the requirement from problem. Try to identify what requirement you need as a solution.Clarify define what the program is to do. Clarify output and processing tasks. Define your program techniques and financial, legal feasible or not. And document the analysis.2.Program Designing:
all the functionality converted into graphical form. Designing is a process of problem solving and planning for a solution developer will design to develop a plan for solution using diagrammatic representation using flowchart, data flow diagram, decision tree all these tools are used.3. Coding:
After designing coding steps comes. The goal of coding is to translate the design of the system into code in a given programming language. It’s a process of developing the program well written code can reduce the testing and maintenance effort.4. program debugging:
Bug means “Error” and debugging means correct the error.
In this step developer test the program and try to find out any error and if error occurs then fix it. After testing program to ensure that all modules working correctly or not.
No comments:
Post a Comment