Code.Org Vocabulary

12345678910111213141516
Across
  1. 2. the common programming structure that implements conditional statements
  2. 4. action that causes something to happen
  3. 7. an algorithm that has been coded into something that can be run by a machine
  4. 9. where you drag and drop commands to build your program
  5. 10. a tiny square or dot that contains a single point of color of a larger image
  6. 14. an instruction for the computer. Many commands put together make up algorithms and computer programs
  7. 15. finding and fixing problems in an algorithm or program
  8. 16. an error in a program that prevents the program from running as expected
Down
  1. 1. statements that only run under certain conditions.
  2. 3. to do something again
  3. 5. a list of steps to finish a task
  4. 6. the language that programmers create and use to tell a computer what to do
  5. 8. space where the program will run
  6. 11. the visual programming language used in Code.org's online learning system for K-5 students
  7. 12. the action of doing something over and over again
  8. 13. all of the commands you can use to write your program