Please enable JavaScript.
Coggle requires JavaScript to display documents.
ALGORITHMS, Flowchart-for-computing-the-performance-of-the-proposed-system…
ALGORITHMS
FLOWCHARTS
Used to plan out a program
Square - Action/Process
Parallelogram - Input/Output
Rounded Square - Start/Stop
Rhombus - Decision
PSEUDOCODE
a notation resembling a simplified programming language
Advantages: - Easy to use - Simpler to Understand -Quicker
Disadvantages: - Cannot be executed as real code
Used as a way of planning out code
Businesses use algorithms to tailor content to fit you
Tik Tok
Instagram
Facebook
DEFINITIONS
Output - Information being shown to you by the computer
Inputs - information going into the computer
Processes - the steps a computer goes through to solve a problem
ERRORS
Logical: A mistake was made in the algorithm itself
Syntax: Syntax/Punctuation was used incorrectly
Abstraction
Removing all unnecessary information
Decomposition
Breaking down a problem into smaller steps
Pattern Recognition
Spotting repeated patterns or instructions
a process or set of rules