click below
click below
Normal Size Small Size show me how
Vocab
Unit 3 Review
| Question | Answer |
|---|---|
| A list of steps to finish a task | Algorithm |
| To repeat in order to achieve or get closer to, a desired goal. | Iterate |
| To determine whether or not to run a certain block of statements. | Selection |
| Putting commands in correct order so computers can read the commands. | Sequencing |
| a simplified representation of something more complex | Abstraction |
| A named group of programming instructions. | Function |
| Info passed to function to customize it for specific need. | Parameter |