Thursday, 4 September 2014

Compiled and Intepreted Languages

Programming Phases
Define a task/problem        (Specification)
Plan your solution              (Design)
           - Find suitable algorithm to solve it
           - Find suitable data structures to use
Write code        (Implementation)
Fix program error (bugs)        (Testing and debugging)
Make your customer happy       (Deployment)
  

No comments:

Post a Comment