Programming 1

12345678910111213141516171819202122232425262728293031323334353637383940
Across
  1. 4. the collection of physical parts of a computer system
  2. 5. the smallest unit of measurement used to quantify computer data.
  3. 8. numbers that occur in a sequence such that two conditions are met
  4. 9. To add a fixed amount
  5. 10. a symbol or letter, such as "x" or "y," that represents a value.
  6. 15. character that represents an action
  7. 16. a function that can add one or more elements to the end of an array.
  8. 17. a contraction of else if
  9. 18. an explanatory or qualifying word, clause, or sentence inserted into a passage.
  10. 19. computer program or device that accepts and responds to requests made by another program
  11. 21. software that is free from charge
  12. 24. a programming structure that repeats a sequence of instructions until a specific condition is met.
  13. 25. a register in a computer processor that contains the address of the instruction being executed at the current time
  14. 27. an application-layer Internet standard protocol used by e-mail clients to retrieve e-mail from a mail server.
  15. 28. If either relation is true, the complex expression is true.
  16. 29. a term is used in various programming languages to define a variable with a fractional value
  17. 31. a hardware device that allows information to be stored and retrieved on a computer.
  18. 32. operation of joining two strings together.
  19. 33. a portion of code that may be called and executed anywhere in a program.
  20. 34. a high-level programming language designed to be easy to read and simple to implement.
  21. 37. a named procedure that performs a distinct service.
  22. 38. an algorithm that puts elements of a list in a certain order.
  23. 39. Both relations must be true for the complex expression to be true.
  24. 40. a general-purpose computer programming language designed to produce programs that will run on any computer system.
Down
  1. 1. data structure used to store a collection of objects
  2. 2. a software that is free to use
  3. 3. value that is passed into a function
  4. 5. a unit of measurement used to measure data
  5. 6. instruction that tells a computer to begin executing different instructions rather than simply executing the instructions in order.
  6. 7. returns the remainder of a division of one number by another.
  7. 11. a subset of algebra used for creating true/false statements.
  8. 12. s a formula syntax for adding, subtracting, or getting the total numerical content of specific cells.
  9. 13. a data structure that contains a group of elements.
  10. 14. a program that reads and executes code
  11. 18. a detailed yet readable description of what a computer program or algorithm must do, expressed in a formally-styled natural language rather than in a programming language.
  12. 20. a computer program that transforms computer code written in one programming language into another programming language.
  13. 22. a set of instructions designed to perform a specific task.
  14. 23. a loop stalemate in programming that performs predefined task
  15. 26. memory containing hardwired instructions that the computer uses when it boots up, before the system software loads.
  16. 30. to remove errors or identify errors from computers
  17. 31. a function or subroutine that calls itself purposely or by mistake
  18. 35. a whole number (not a fraction) that can be positive, negative, or zero.
  19. 36. A temporary location used to store requests made when those requests cannot be fulfilled immediately
  20. 38. spoken language has a general set of rules for how words and sentences should be structured.