Project Workflow Flashcards
Steps in Waterflow Workflow
Investigation
Analysis
Design
Development
Testing
Deployment
Purpose of Flowcharts
a design blueprint to plan out lines of code before writing them
charts the path of data through the program
Draw Terminator Symbol
hemisphere + rectangle + hemisphere
Function of Terminator Symbol
signifies start/end of a program
Draw Process Symbol
rectangle
Function of Process Symbol
signify math calculations or string manipulation
Draw Data Symbol
parallelogram
Function of Data Symbol
signifies input or output of data
Draw Decision Symbol
diamond
Function of Decision Symbol
signifies we are making a decision
Function of Arrows
show the flow of data / where the data flows next
Purpose of Investigation
to find a problem, project, client
What to Find Out in Clients
company environment
previous projects
management
Which step do you:
find a problem, project, and client
Investigation