Brandons Cross Word Puzzle

1234567891011121314151617181920212223242526272829303132
Across
  1. 1. A wireless method of sending information using radio waves.
  2. 5. Data to be entered into a computer for processing
  3. 6. Break a problem down into smaller pieces.
  4. 8. A repetitive action or command typically created with programming loops.
  5. 9. The construct that allows the repeated execution of segment of code until a terminating condition has been satisfied
  6. 14. The set of rules that defines the combinations of symbols that are considered to be a correctly structured document or fragment in that language.
  7. 18. A datatype that is a single character which can be a letter, number, or symbol.
  8. 19. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  9. 20. A number or string (or other things to be named later) that can be stored in a variable or computed in an expression.
  10. 21. Information in a program that is meant for other programmers (or anyone reading the source code) and has no effect on the execution of the program
  11. 22. One or more commands or algorithm(s) designed to be carried out by a computer.
  12. 24. An action that causes something to happen.
  13. 25. A number assigned to any item that is connected to the Internet
  14. 27. Someone who acts safely, responsibly, and respectfully online
  15. 29. A list of steps to finish a task. A set of instructions that can be performed with or without a computer. For example, the collection of steps to make a peanut butter and jelly sandwich is an algorithm.
  16. 31. The information about someone on the Internet.
  17. 32. An error in a program that prevents the program from running as expected.
Down
  1. 2. A data type that represents a positive or negative whole number
  2. 3. is a detailed, yet readable, description of what a computer program or algorithm must do, expressed in languages that humans use naturally rather than in a programming language
  3. 4. A way of representing information using only two options.
  4. 7. A collection of instructions (algorithms) that performs a specific task when executed by a computer.
  5. 10. information
  6. 11. a name used inside a function to refer to the value which was passed to it as an argument.
  7. 12. Sometimes called a procedure. A named sequence of statements that performs some useful operation
  8. 13. Small chunks of information that have been carefully formed from larger chunks of information
  9. 15. Another term for parameter
  10. 16. Finding and fixing errors in programs
  11. 17. a data type that has two possible values: “true” and “false”
  12. 23. A relatively easy-to-remember address for calling a web page (like www.code.org).
  13. 26. Any finite sequence of characters (i.e., letters, numerals, symbols and punctuation marks)
  14. 28. A name that refers to a value. Stores a piece of data, and gives it a specific name.
  15. 30. Computers that exist only to provide things to others.