0% found this document useful (0 votes)
22 views8 pages

COMP1. L1. Algorithm

The document discusses algorithms, pseudocode, and flowcharting. It defines an algorithm as a set of instructions to accomplish a task and notes algorithms are not full programs but the core logic. Pseudocode is described as using English-like phrases to outline a program. Examples of pseudocode and flowcharting are also mentioned.

Uploaded by

Jm Salvania
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views8 pages

COMP1. L1. Algorithm

The document discusses algorithms, pseudocode, and flowcharting. It defines an algorithm as a set of instructions to accomplish a task and notes algorithms are not full programs but the core logic. Pseudocode is described as using English-like phrases to outline a program. Examples of pseudocode and flowcharting are also mentioned.

Uploaded by

Jm Salvania
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

PROGRAMMING 1

Prepared by:
GEMMA D. BELGA
E s E T Fa c u l t y
ALGORITHM
Lesson 1
Algorithm
• is a finite set of instructions or logic, written in order, that tha
machine follows to accomplish a certain task.
• not the complete code or program, it is just the core
logic(solution) of a problem, which can be expressed either as
an informal high level description as pseudocode or using
a flowchart.
Pseudocode

• one of the methods that can be used to represent an algorithm.


• uses (informal) English-like phrases to outline the program
• a "text-based" detail (algorithmic) design tool.
Pseudocode Examples
FLOWCHARTING
References

• https://www.geeksforgeeks.org/difference-between-algorithm-
pseudocode-and-program/
• https://www.merriam-webster.com/dictionary/pseudocode
• https://www.unf.edu/~broggio/cop2221/2221pseu.htm

You might also like