CS2: Use sequence, selection, and repetition in programs; work with variables and various forms of input and output
| Keyword | Definition |
|---|---|
| data | numbers or text that can be stored by a computer |
| input | data that goes into a computer program to tell it what to do |
| output | information that comes out as the result of running a computer program |
| program | code that tells a computer what to do |
| repetition | following the same instructions more than once |
| selection | making a choice between two or more options |
| sequence | following more than one instruction carefully, in a certain order |
| variable | a named place in memory used in a computer program to remember one thing |