Computer Science Vocab 1

12345678
Across
  1. 1. Also known as a flow diagram. A diagram that shows the step-by-step flow of an algorithm.
  2. 4. Also written as pseudo-code. A method of writing up a set of instructions for a computer program using plain English. This is a good way of planning a program before coding.
  3. 5. Data which is inserted into a system for processing and/or storage.
  4. 6. Sequences of instructions for a computer.
  5. 8. Data which is sent out of a system.
Down
  1. 2. A sequence of logical instructions for carrying out a task. In computing, algorithms are needed to design computer programs.
  2. 3. Breaking down a complex problem or system into smaller parts that are more manageable and easier to understand.
  3. 7. The process of extracting or withdrawing something.