Wednesday, June 23, 2010

Programming Cycle to solve a problem

Problem Definition - specifies the what the computer to do.
Problem Analysis
-Input - specifies the input of the program
-Output - specifies the output of the program

Algorithm Development
-Process - step by step process to solve a problem
-Flowchart and Pseudocode - step by step process but we will used the symbols in flowchart

Coding and Debugging - creating a program and fixing the errors

No comments:

Post a Comment