Intro to Computer Programming

1234567891011
Across
  1. 1. process of writing instructions using a programming language to tell a computer how to perform a specific task or solve a problem
  2. 5. break down a difficult problem into smaller parts.
  3. 6. information or signals that a computer sends from its internal processing to the outside world, such as to a user or another device
  4. 7. designing simple steps to solve the problem.
  5. 10. identifying important information and eliminating those things that are not important.
  6. 11. identifying patterns, making connections, finding similarities.
Down
  1. 2. writing steps of a program in plain English (or structured text)
  2. 3. the specific instructions, written in a programming language, that tell a computer how to perform a task or solve a problem
  3. 4. set of instructions to help you solve a problem
  4. 8. the data, commands, or signals sent to a computer for processing, often from an external source or device
  5. 9. the fundamental act of transforming raw input data into meaningful output information by executing program instructions