Inputs, processes and outputs: Flashcards
1
Q
What is an input?
A
- Anything needed to be supplied to the programme to meet its goals.
- Usually supplied by user input.
- Needs a name and suitable variable type .
2
Q
What is a processes?
A
- Considers what calculations needs to be done when the programme is running.
- ## Does data needs to change format or data types.
3
Q
What is an output?
A
- what your programme needs to output.
- Form. -
- Name and data type.