Keyword | Definition |
---|---|
input | reading data into a computer program |
iteration | running instructions more than once |
output | sending data out of a computer program |
process | making calculations based on inputs to determine what the outputs of a program will be |
selection | running instructions to determine which instruction should be executed next |
sequence | running multiple instructions in a specific order |