Across
- 3. An ordered set of instructions that are used to carry out task.
- 5. A form of mathematics in which an expression is reduced to either True or false.
- 7. The type of information stored in a variable. Common data types are Number, String, and Boolean.
- 9. An algorithm with condition, can be written using a number list or flowchart.
- 10. A diagram that represents an algorithm workflow, or process, and uses geometric symbols connected by arrows to show the direction of the flow chart.
- 11. The process of solving problems using a series of steps.
Down
- 1. An ordered collection of items or values. For example, [valuel, value2, value3, ...] describes a list where value is the first element, value 2 is the second element, value 3 is the third element, and so on.
- 2. Pieces of information that you include in a commands to provide detail about what should happen.THey appear in the () parentheses and are separated by commas
- 4. An algorithm that follows one sequence, to complete a task.
- 6. A placeholder in a device's memory that stores a value a program is using.
- 8. A command that performs different actions depending on whether a condition is true or false.
