Project Workflow Flashcards
Steps in Waterflow Workflow
Investigation
Analysis
Design
Development
Testing
Deployment
Purpose of Flowcharts
- to be a design blueprint which plans out lines of code before writing them
- to charts the path of data through the program
Draw Terminator Symbol
Function of Terminator Symbol
signifies start/end of a program
Draw Process Symbol
Function of Process Symbol
signify math calculations or string manipulation
Draw Data Symbol
Function of Data Symbol
signifies input or output of data
Draw Decision Symbol
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