InterviewSolution
Saved Bookmarks
| 1. |
Write an algorithm and draw a flowchart to the below questions: 1.Calculate Square of a Number2.To check for the Eligibility to Vote (Indian election) |
|
Answer» A computer is a tool that can be USED to implement a PLAN for solving a problem.A computer PROGRAM is a set of instructions for a computer. These instructions describe the steps that the computer must follow to implement a plan.An ALGORITHM is a plan for solving a problem.A person must design an algorithm.A person must translate an algorithm into a computer program. |
|