. A computer is simple hardware that cannot do anything without software. The software gives life to hardware or device. It is possible to solve problem using computer by writing appropriate programs in different high level language. If our instruction or program is wrong computer doesn't give right result thus before writing program we should follow the steps. Problem Analysis Algorithm Development Flowchart Development Coding Computation and Execution Debugging and Testing Documentation 1. Problem Analysis : Problem analysis is a process to analyze the problem that will be solved with a computer program before solving the problem. It should be analyzed and understood clearly about solution and identification of input, process and output. 2. Algorithm Development : An algorithm is simple English language step by step description of the method to solve a problem. It manage sequence of steps of problem. Example : Write a algorithm to calculate simple interest when p, t and r is giv
All about Computer Science, Technology and Programming Language