FOC - Unit 7 - Intro to Programming
Across
- 2. a method of programming in which two programmers write code using a single computer
- 4. a collection of functions, typically with a shared purpose
- 9. a finite set of instructions that accomplish a task
- 11. putting steps in an order
- 12. a base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15
- 14. a simplified representation of something more complex
- 15. a description of the behavior of a command, function, library, API, etc.
Down
- 1. the action of doing something over and over again
- 3. a general description of a task that can (or cannot) be solved with an algorithm
- 5. a repetitive portion of an algorithm which repeats a specified number of times or until a given condition is met
- 6. an extra piece of information passed to a function to customize it for a specific need
- 7. a named group of programming instructions
- 8. deciding which steps to do next
- 10. a type of loop that has a predetermined beginning, end, and increment (step interval)
- 13. a collection of commands made available to a programmer