V.G.D - Cond.Statement

1234567891011
Across
  1. 3. An ordered set of instructions that are used to carry out task.
  2. 5. A form of mathematics in which an expression is reduced to either True or false.
  3. 7. The type of information stored in a variable. Common data types are Number, String, and Boolean.
  4. 9. An algorithm with condition, can be written using a number list or flowchart.
  5. 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.
  6. 11. The process of solving problems using a series of steps.
Down
  1. 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. 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
  3. 4. An algorithm that follows one sequence, to complete a task.
  4. 6. A placeholder in a device's memory that stores a value a program is using.
  5. 8. A command that performs different actions depending on whether a condition is true or false.