Project Workflow Flashcards
1
Q
Steps in Waterflow Workflow
A
Investigation
Analysis
Design
Development
Testing
Deployment
2
Q
Purpose of Flowcharts
A
a design blueprint to plan out lines of code before writing them
charts the path of data through the program
3
Q
Draw Terminator Symbol
A
hemisphere + rectangle + hemisphere
4
Q
Function of Terminator Symbol
A
signifies start/end of a program
5
Q
Draw Process Symbol
A
rectangle
6
Q
Function of Process Symbol
A
signify math calculations or string manipulation
7
Q
Draw Data Symbol
A
parallelogram
8
Q
Function of Data Symbol
A
signifies input or output of data
9
Q
Draw Decision Symbol
A
diamond
10
Q
Function of Decision Symbol
A
signifies we are making a decision
11
Q
Function of Arrows
A
show the flow of data / where the data flows next