FOC - Unit 7 - Intro to Programming

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