Logic Formulation Flashcards
A step by step procedure to solve a specific problem or to reach a goal
Algorithm
It is a finite set of instruction to accomplish a specific task, and its implemented by computer programs
Programming Algorithm
A simple way of writing a programming code, It is text based and is not an actual programming language.
Pseudocode
A graphical representation of a sequence of operation in programming
Flowchart
Oval or Rounded Rectangles
Start/End
Terminal Block
Lines used to indicate the direction of data, also used to connect blocks
Flowlines
Hexagon and is used for declaring/initializaing variables
Initialization Block
A parallelogram to indicate an input and output operation
Input/Output Block
Diamond and it indicates a decision
Decision Block
Rectangle used for input/output operation
Process Block
Circles used to connect and reduce clutters
Connector Block