Procedural programming
Across
- 5. contains a series of computational steps, also known as subroutines or functions
- 7. a block of code that returns a value
- 8. used to execute statement(s) based on some condition and includes the IF ELIF ELSE
- 9. expresses some action to be carried out
- 10. the line-by-line execution of code
Down
- 1. is a logically connected group of program statements that is treated as a unit
- 2. a statement or block is executed until the program reaches a certain state
- 3. to construct or arrange code, or the arrangement of and relations between the parts or elements of something complex
- 4. a block of code that does not return a value
- 6. a structure/sequence of instructions to the computer