Coding Project

123456789101112131415161718192021
Across
  1. 4. An output device that controls precise position or speed.
  2. 7. The results of the operation of a system. Example - a computer output could be information or signals produced or delivered.
  3. 10. Repeating process steps to continuously improve a work product.
  4. 11. Two people working together to create a computer program. One person, called the driver, writes the code and explains the logic, while the other person, called the navigator, reviews it and gives feedback.
  5. 12. A type of motor or servo that is responsible for moving or controlling a mechanism or components.
  6. 14. Any type of calculation that follows a well-defined process like an algorithm.
  7. 16. A placeholder in a device’s memory that stores a value a program is using.
  8. 19. A chip that processes information and data from input and delivers information or data as an output.
  9. 20. Data represented as either yes/no or true/false.
  10. 21. A block of code that is triggered when a certain event happens.
Down
  1. 1. A numerical amount defined in an algebraic equation.
  2. 2. Data that ranges on a continuous scale.
  3. 3. A method of transferring data by breaking it into small chunks called packets.
  4. 4. A sequence of characters (letters, numerals, symbols, and punctuation marks).
  5. 5. The period when a program is running. Runtime begins when a program is opened (or executed) and ends when the program is closed.I
  6. 6. The network of physical devices, vehicles, buildings, and other items that enable these objects to collect and exchange data.
  7. 8. An antenna used to create a personal area network that uses low energy to power Bluetooth wireless technology.
  8. 9. An instrument used for determining direction.
  9. 13. An instrument used to measure acceleration.
  10. 15. A device that responds to a physical stimulus (as heat, light, sound, pressure, magnetism, or a particular motion) and transmits a resulting impulse (as for measurement or operating a control).
  11. 17. A small image used to express an idea or emotion in digital communication.
  12. 18. A type of data in computing that a logical expression evaluates to. The only possible values for Boolean are True and False.