Computer W2B - Flowcharts Flashcards
1
Q
a pictorial representation of the logic, utilizing symbols to represent the detailed series of steps needed to solve the programming problem
A
flowchart
2
Q
marks the starting and ending points
A
Terminal Block (oval)
3
Q
contains the initial value of the variable provided
A
Preparation/Initialization Block (hexagon)
4
Q
accepts data and displays output
A
Input/Output Block (slanted rectangle)
5
Q
used to process data
A
Action/Process Block (rectangle)
6
Q
contains logical expressions for decision making
A
Decision Block (diamond)
7
Q
indicates the direction of flow of logic in the program
A
Flow Line (arrow)