click below
click below
Normal Size Small Size show me how
1.2 Vocab
CSIM 1.2 What to do – Vocabulary Terms List
| Term | Definition |
|---|---|
| execute | To CARRY out or put into effect. |
| computer scientists | SCIENTISTS who apply their knowledge of computation to creating solutions using a computer system. |
| algorithm | An ORDERED set of instructions that are used to carry out a task. |
| algorithmic thinking | The PROCESS of solving problems using a series of steps. |
| flowchart | A DIAGRAM that represents an algorithm, work flow, or process, and uses geometric symbols connected by arrows to show the direction of the flow of action. |
| linear algorithm | have directions that flow from one step to another, like the birthday party EXAMPLE |
| decomposition | To BREAK a problem down into smaller pieces. |
| conditional statement | A COMMAND that performs different actions depending on whether a condition is true or false |
| oval | BVEGINNING and endpoint shape used in a flowchart |
| rectangle | SHAPE used to note a command or action in a flowchart |
| arrow | CONNECT shapes in a flowchart to show the directional flow of action |
| rhombus | shape used to note a decision POINT in a flowchart. |