Big Data Algoritm PowerPoint Templates
Big Data Algoritm PowerPoint Templates
Muhamad Afrizal
https://afrizalaje.000webhostapp.com/
ALGORITHM
a set of instructions or steps to be followed to achieve a certain outcome
The Algorithm will contain:
01 03
Input Process
an action performed to some data to make
putting data into an algorithm a change
02
Output
04
Variable
Displaying data from an algorithm to the
user a space in the memory of a
computer, that has an identifier,
where you can store data. This data
can be changed
05
Loop
code that is repeated
3 points for successful algorithm
01 02
Accuracy Consistency
it must lead to the expected outcome (e.g. it must produce the same result each time it
create a route from Beijing to Shanghai). is run.
03
Efficiency
it must solve the problem in the shortest possible time, using as few computer resources as possible. In this
example, the mapping software is replacing a manual method. If it were no faster than looking in an atlas, then it
would not be an improvement on the older method. Later in the unit there is a section on algorithms that are
used to sort and search data. Some of these algorithms are more efficient than others and will sort the data far
more quickly.
What will algorithm contains :
A Input, Enter, Process, Variable, and Loop C Input, Output, Process, Variable, and Loop
B Enter, Output, Process, Variable, and Display D Input, Output, Process, Predict, and Loop
a set of symbols put together with commands that are followed to solve a problem
Special symbols in a flowchart
Indicates the start or end of an Indicates a decision to be made
algorithm