coding

123456789101112131415
Across
  1. 2. sourcing Getting help from a large group of people to finish something faster.
  2. 3. is the process of going through a program’s code to locate and fix a problem or mistake.
  3. 6. One or more commands or algorithm(s) designed to be carried out by a computer
  4. 7. A way of representing information using only two options.
  5. 9. A wireless method of sending information using radio waves
  6. 12. thinking Mental processes and strategies that include: decomposition, pattern matching, abstraction, algorithms (decomposing problems into smaller, more manageable problems, finding repeating patterns, abstracting specific differences to make one solution work for multiple problems, and creating step-by-step algorithms).
  7. 14. can be either the device a computer uses to give you information or the actual information itself. Output can come in many forms such as words, images movement and sound.
  8. 15. Quantities, characters, or symbols that are the inputs and outputs of computer programs
Down
  1. 1. an error in a program that prevents the program from running expected
  2. 2. Statements that only run under certain conditions or situations
  3. 4. The visual programming language used in Code.org's online learning system for K-5 students
  4. 5. space The white area on the right side of Code.org's online learning system where you drag and drop commands to build your program.
  5. 8. A wireless method of sending information using radio waves
  6. 10. The tall grey bar in the middle section of Code.org's online learning system where all the commands you can use to write your program are displayed
  7. 11. An action that causes something to happen
  8. 12. An instruction for the computer. Many commands put together make up algorithms and computer programs
  9. 13. can mean either print some output (words, numbers or images)on a screen or on paper through a printer.Nowadays it is even possible to print in 3D!