CCS20 MOD 2 - Flowcharting Flashcards
Used to represent start and end of flowchart
Terminal
(oval)
Used for input and output operation
Input/Output
(side square)
Used for arithmetic operations and data-manipulations
Process
(rectangle)
Used to represent the operation in which there are two/three alternatives, true and false, yes or no, etc.
Decision
(diamond)
Used to indicate the flow of logic by connecting symbols
Flow line
(arrow keys)
Connects two or more parts of a flowchart, which are on the same page
On-page Connector
(circle)
Connects two parts of a flowchart which are spread over different pages
Off-page Connector
(down pentagon / 5 sides)
Used to represent a group of statements performing one processing task
Predefined process/function
(carpet haha)
This is used to describe action or variables
Comments / Annotation
(broken lines with half box)
Also called unconditional transfer of control statement is used to transfer control of execution to another statement
GO TO
Preprocess. This is used to prepare memory for repetition of an action
Preparation / Initialization
(expanded hexagon / 6 sides)