Algorithm - Design And Reprentation Flashcards
It is a set of instructions
Algorithm
It is a set of instructions
Algorithm
It’s like a recipe
Algorithm
Set of rules or instructions
Process
It is a continuous program
Sequential Algorithm
It is a simplistic algorithm
Sequential Algorithm
It control’s statement and allow based on decision
Non-Sequentail Algorithm
It is a pictorial reprentation of a logical steps
Flowchart
It is a line/s of logical steps or instructions
Algorithm
This use standardize symbols
Flowchart
This should be read from left to right and top to bottom
Flowchart
This also a graphical way to represent IPO
Flowchart
This indicates the start or stop
Terminator
What is the process symbol in flowchart
Rectangle
This represent input or output in a statement
Parallelogram
This is the connector or the indicator of the next step
Arrow
What shape do connects two or more parts
of a flowchart, which are on
the same page and referenced
using numbers.
Circle
This connects of two or more parts
of a flowchart, which are on
the same page and referenced
using numbers.
On-page Connector
What shape do connects two or more parts
of a flowchart, which are
spread over different pages
and referenced using
alphabets.
Pentagon
This connects two or more parts
of a flowchart, which are
spread over different pages
and referenced using
alphabets.
Off-page Connector
This reprentation of logical steps is easy to understand but too cumbersome
Flowchart
This is text based reprentation of an algorithm
Pseudocode
This is from the Greek word which means lie or not true
Pseudo
This is english-like statements
Pseudocode
This is not standardized and does not use symbols
Pseudocode
This use proper indentation and in freeform
Pseudocode