Algorithm and Logic Formulation
Algorithm and Logic Formulation
Algorithm
It is a list of step-by-step procedures expressed in natural language to solve a particular problem.
Pseudo-code
Pseudo-code is simply a numbered list of instructions to perform some task.
Pseudo-code
No formatting syntax or rules
Conditional
There is a condition to satisfy Ask questions and choose alternative actions based on the answers
4.
5. 6.
Class ctivity Identify the Sequential, Conditional, and Iterative steps from the given algorithm.
4 Stop
5-minute Activity:
Get the Average grade of Prelim, Midterm, and Final Grades Output if Failed if Average Grade is below 74
End.
Algorithm.ppt