InterviewSolution
| 1. |
What do you understand by algorithm? How it is differ from flowchart? |
|
Answer» An ALGORITHM is a group of formula or procedure for solving a problem and they are BASED on conduction a SEQUENCE of specified actions. An algorithm is a group of formula or procedure for solving a problem. In creating a flowchart is the pictorial diagram of the algorithm.Explanation:An algorithm is a group of formula or procedure for solving a problem and they are based on conduction a sequence of specified actions. An algorithm is mostly used in all areas of IT. basically Algorithm is a stretcher of programming. An algorithm is a group of formula or procedure for solving a problem. In creating a flowchart is the pictorial diagram of the algorithm. A flow chart is more understating as COMPRESSION to the algorithm. |
|