Coding

12345678910111213141516171819
Across
  1. 1. A contraction of "Binary Digit". A bit is the single unit of information in a computer, typically represented as a 0 or 1.
  2. 5. A piece of code that you can easily call over and over again.
  3. 10. The most common fundamental unit of digital data eg. Kilobyte, Megabyte, etc. A single byte is 8 bits-worth of data.
  4. 11. Getting help from a large group of people to finish something faster.
  5. 12. A simplified representation of something more complex.
  6. 14. The action of doing something over and over again.
  7. 17. A list of steps to finish a task.
  8. 18. A way of representing information using only two options.
  9. 19. The language that programmers create and use to tell a computer what to do.
Down
  1. 2. A way to give information to a computer.
  2. 3. Statements that only run under certain conditions.
  3. 4. An error in a program that prevents the program from running as expected.
  4. 6. The design of products, devices, services, or environments taking into consideration the ability for all users to access, including people who experience disabilities or those who are limited by older or slower technology.
  5. 7. Finding and fixing problems in an algorithm or program.
  6. 8. An algorithm that has been coded into something that can be run by a machine.
  7. 9. A placeholder for a piece of information that can change.
  8. 13. An instruction for the computer. Many commands put together make up algorithms and computer programs.
  9. 15. The visual programming language used in Code.org's online learning system for K-5 students.
  10. 16. The white area on the right side of Code.org's online learning system where you drag and drop commands to build your program.