Define algorithm and flowchart?
Answers
Answer:
ALGORITHM.........
An algorithm (pronounced AL-go-rith-um) is a procedure or formula for solving a problem, based on conducting a sequence of specified actions. ... A secret key algorithm such as the U.S. Department of Defense's Data Encryption Standard (DES), for example, uses the same key to encrypt and decrypt data.
FLOWCHART........
A flowchart is a picture of the separate steps of a process in sequential order. It is a generic tool that can be adapted for a wide variety of purposes, and can be used to describe various processes, such as a manufacturing process, an administrative or service process, or a project plan.
hope it was help you......... so,please help me
Answer :
Algorithm : A set of instructions which is used to execute a specific task or solve a mathematical or logical problem is called an algorithm .
Flow chart : A flow chart is a diagram made up of boxes, diamonds and other shapes, connected by arrows each shape represents a step in the process and the arrows show the order in which they occur.