explain the features and limitation of algorism
Answers
Answer:
May your family relatives and companions maybe happy and safe from the Pandamic situation and COVID-19
An algorithm uses a definite procedure. 3. It is not dependent on any programming language, so it is easy to understand for anyone even without programming knowledge. ... By using algorithm, the problem is broken down into smaller pieces or steps hence, it is easier for programmer to convert it into an actual program.
If find this helpful
please follow me.
thanks and Vote..
And Mark as BRAINLEIST...
Characteristics of an Algorithm
Finiteness: An algorithm should have a finite number of steps and it should end after a finite time.
Input: An algorithm may have many inputs or no inputs at all.
Output: It should result in at least one output.
Definiteness: Each step must be clear, well-defined, and precise. There should be no ambiguity.
Effectiveness: Each step must be simple and should take a finite amount of time.
Advantages of an Algorithm
Effective Communication: Since the algorithm is written in English like language, it is simple to understand the step-by-step solutions of the problems.
Easy Debugging: Well-designed algorithm makes debugging easy so that we can identify a logical error in the program.
Easy and Efficient Coding: An algorithm acts as a blueprint of a program and helps during program development.
Independent of Programming Language: An algorithm is independent of programming languages and can be easily coded using any high-level language.
Disadvantages of an Algorithm
Developing algorithms for complex problems would be time-consuming and difficult to understand.
Understanding complex logic through algorithms can be very difficult.