0% found this document useful (0 votes)
43 views

Some Terminologies: - Algorithm / Flowchart

An algorithm is a step-by-step procedure for solving a problem independent of any programming language, while a program is the translation of an algorithm into a form that can be processed by a computer, typically written in a high-level language like C, C++ or Java.

Uploaded by

AmmuKutty
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views

Some Terminologies: - Algorithm / Flowchart

An algorithm is a step-by-step procedure for solving a problem independent of any programming language, while a program is the translation of an algorithm into a form that can be processed by a computer, typically written in a high-level language like C, C++ or Java.

Uploaded by

AmmuKutty
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Some Terminologies

Algorithm / Flowchart
A step-by-step procedure for solving a
particular problem.
Independent of the programming
language.

Program
Dept. of CSE, IIT KGP

A translation of the algorithm/flowchart


into a form that can be
processed by a computer.
Typically written in a high-level language
like C, C++, Java, etc.

You might also like