English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

tell me about algorithm.fast.i want it now.help me.is it related wirh computer programm?

2006-07-26 01:41:18 · 4 answers · asked by ron r 1 in Education & Reference Other - Education

4 answers

Yes its flowcharting or the rythm how things flow.. in what order a procedure or formula solves a problem in programming.

2006-07-26 01:47:39 · answer #1 · answered by Sad Mom 3 · 0 0

Yes. Algoritm is coding what you are going to do in a way a person can understand, not in computer language.
Looking at the algoritm programmers write in a computer language -VB, C, etc.
There are conditions like if, when, do, while, etc.

2006-07-26 01:48:56 · answer #2 · answered by tapsev 3 · 0 0

algorithms (also called psuedo code) are the raw form of any computer program. they do not follow any computer language and are actually of the same structure for any program. they define in layman's term what a program is designed to do..

example..
===========
initialise
if the user input is 1
disply ACTION ACCEPTED
else if the user input is 2
display INVALID INPUT
end
============

2006-07-26 01:50:42 · answer #3 · answered by Shariq M 5 · 0 0

algorithm is a short way of explaining how a certain written program works.it is also sometimes referred to a lay mans language,as it makes even a person having no knowledge of the program understand what the program is all about.

2006-07-26 02:07:54 · answer #4 · answered by cooldude 1 · 0 0

fedest.com, questions and answers