Introduction to Computer Science Key Terms Review

123456789101112
Across
  1. 3. /commands that alter the objects and world to move or look different, it alters the objects and world.
  2. 4. /A glitch that can be anywhere from a typo to a misplaced command that alters the code and program for the worse.
  3. 7. Engineering /A field of engineering where you create and test software for computers using different languages of coding
  4. 9. /To scan through the program and find and fix any errors found in the code.
  5. 10. /Used to position the objects
  6. 12. /commands sent to the program that help execute the program by telling it what it should be doing at any given time.
Down
  1. 1. /a mark made by the creator of the program set aside from the actual code that does nothing
  2. 2. /an equation where you scan put in the input, and the function will solve it and send the output
  3. 5. /A line in the code that helps execute the program
  4. 6. /the place of the x, y, and z axis on an object in the world.
  5. 8. /a set formula that can be used for different problems of the same type to correctly figure out the answer
  6. 11. /An entity that is spawned into the world that methods can alter and change.