Showing posts with label steps in problem solving. Show all posts
Showing posts with label steps in problem solving. Show all posts

Sunday, September 7, 2014

What are the steps in problem solving process?(Chap.1)

Q. What are the steps in problem solving process?(Chap.1)
Ans: Following are the steps in problem solving process.
  1. Problem Identification
  2. Specify Requirements
  3. Analyse the Problem
  4. Design the algorithm and draw flowchart
  5. Write the program or coding
  6. Test and debug the program
  7. Implement the program
  8. Maintain and update the program
  9. Document the program