Please enable JavaScript.
Coggle requires JavaScript to display documents.
ALGORITHIMS (TYPES (Sequential (The instructions are executed one after…
ALGORITHIMS
TYPES
-
-
Iterative
They have a ser of instructions that are repeated several times. These instructions are contained in Loops.
-
It is the service of instructions or ordered steps for performing an activity or resolving a problem.
-
PROGRAM
It is the translation of an algorithom into a programming languages that can be understand and processed by a computer.
-
-