programming words
Across
- 3. a sequence of characters
- 5. a series of events that must be performed in order to achieve a task
- 8. used to repeat a specific block of code an unknown number of times until a condition is met
- 9. data values that stay the same
- 11. something that can be changed
- 12. a programmer needs to change the data type of the contents of the variable
- 13. a data type composed of a number that is not an integer
- 15. a datem of integral data type
- 16. one run through a block of code that is repeated multiple times
Down
- 1. depicts a process system or computer algorithm
- 2. an artificial and informal language that helps programmers develop algorithms
- 4. something that changes data around you
- 6. else if
- 7. statements that evaluate to be true or false
- 10. a programming construct where a section of code is run only if a condition is met
- 14. used to repeat a specific block of code a known number of times
- 17. a series of memory locations each of which hold a single item