2.1 Inputs, processes, and outputs Flashcards
1
Q
What are inputs?
A
- Anything which needs to be supplied to the program so it can meet its goals
- Often input by the user
- Consider an appropriate variable name and data type for the input
2
Q
What are processes?
A
- Consider what calculations need to be performed while the program is running
- Does data need to change formats or data types
3
Q
What are outputs?
A
- Consider what your program needs to output
- Consider what form this output needs to take
- Consider an appropriate variable name and data type for any output