Show Menu
Cheatography

Module 1-Logic Formulation Cheat Sheet by

Focuses only on flowchart and symbols

Logic Formul­ation

Data Terminal
Start and end points of a flowchart.
Initia­liz­ation
Prepares memory space for data.
Input/­Output
Represents data input and output.
Process
Handles data manipu­lation and comput­ations.
Decision
Processes conditions using relational operators.
Subroutine
l𝍣l
Groups steps for a specific task.
Flow Lines
⭢⭠
Defines the logical sequence of the program.
On-page Connector
◯⭢
Links flowchart parts on the same page.
Off-page Connector
⛉⭣
Links flowchart parts across pages.
 

Algorithm

Refers to a step-b­y-step processing procedure used to solve problems.

Flowchart

Graphical repres­ent­ation of an algorithm
 

Sequence Structure

Represents a flow which is carried out in a particular order.

Selection Structure

Represents a flow wherein processes are selected based on certain condit­ions.

Repetition Structure

Represents a flow wherein a condition is carried out over and over again as long as a certain requir­ement is satisfied.
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          C Reference Cheat Sheet