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