Loops

12345678910
Across
  1. 1. a visual programming language that allows users to create programs by snapping together blocks of code.
  2. 5. is an example of a loop
  3. 7. is the act of writing computer software or applications, typically involving code to perform specific tasks.
  4. 8. an ordered list of numbers or events; in programming, it refers to the order of commands that are executed.
  5. 9. runs a specific number of times before stopping.
  6. 10. the set of rules that defines the structure of sentences in a programming language; it determines how code is written.
Down
  1. 2. the process of writing instructions for a computer using a programming language.
  2. 3. continues to run forever because the terminating condition is never satisfied.
  3. 4. a sequence of instructions that is repeated until a certain condition is met.
  4. 6. a programming language commonly used to create interactive effects within web browsers.