software Flashcards
1
Q
what are the seven stages of programming
A
Analysis, Design, Implementation, Testing, Documentation, Evaluation, Maintenance
2
Q
what can analysis be broken down to
A
Input, Process, Output
3
Q
what happens if any mistakes happen in the design section
A
the software wont meet its needs
4
Q
name one thing you must include when designing the program
A
all the inputs for your program, all the outputs for your program and some way of starting the process
5
Q
how is a flowchart read
A
from start to end
6
Q
how are steps foll
A