Computer Programming

12345678910
Across
  1. 3. lines of code that can be created once and used over and over.
  2. 4. the Turtle needs to know the ____________ to create a dot.
  3. 6. bucket of values and the values can change.
  4. 8. A step by step process.
  5. 10. Popular programming language used in Pencil Code.
Down
  1. 1. locating an error in code.
  2. 2. This is how we measure our shapes in Pencil Code.
  3. 5. you use the tab button to _____________ your code.
  4. 7. fd(); rt(); lt(); pen();
  5. 9. Code created to repeat a series of commands or functions over and over.