click below
click below
Normal Size Small Size show me how
KS3 - Intro to Prog
Year 7 - KS3 - Intro to Programming
| Term | Definition |
|---|---|
| Co-ordinates | Values used to state the location of a character or item on the screen |
| Variable | A value stored in memory, that be changed |
| Sequence | Carrying out instructions in order |
| Selection | Making a choice or decision in a program |
| Iteration | Repeating instructions or code |
| Algorithm | A set of steps to solve a problem |
| Comparison Operator | A character used to compare two values e.g. > or = |
| List | A group of variables used in a program |
| Decomposition | Breaking down a task into smaller chunks |
| Debugging | Removing errors from a program |
| Sprite | A computer graphic which may be moved on screen |
| Subroutine | a group of instructions that will run when called by the main program |