Intro To Programming
Across
- 1. a data structure that contains a group of elements of the same data type and stores together in contiguous memory locations
- 3. a flaw or error in software or hardware
- 4. in computing, a crash is an unexpected termination of a pro
- 7. is defined as a relationship between defined values and one or more variables
- 9. the organizational principle of placing one construct inside another
- 12. a common computer term that is executable software that runs on a computer
- 13. a symbol or letter, such as X or y that represent a value
- 14. to carry out the instructions of a computer program or command
Down
- 2. a set of instructions designed to perform a specific task
- 5. Statement a programming construct that controls a programs execution flow by conditions
- 6. is a programming structure that repeats a sequence on instructions until a specific condition is met
- 8. the act of executing a defined piece of code, such as a function or subroutine
- 10. debugging is the task of finding bugs in a software program
- 11. a compiler is a software program that compiles program source code files into an executable program