Digital Technology

12345678910111213141516171819
Across
  1. 2. set of short instructions that are wrapped together to avoid repeating but able to be called
  2. 5. text and manual that summarizes how a website or a program should work
  3. 7. set of rules that allows other apps in your phone to communicate with each other
  4. 8. information that you put in a computer
  5. 11. vague description of a code that is easily readable to humans but not written in any particular coding language
  6. 14. collection of resources, functions that help in a particular task, in python those are called modules
  7. 15. physical pieces that make a computer device
  8. 16. any part of the computer that can be stored electronically, such as programs or data
  9. 18. series of 2 digits which allows computer to store and pass information fast
  10. 19. the grammar rules and correct punctuation in a programming language
Down
  1. 1. instructions written in human language to describe steps a computer should do
  2. 3. element of code that allows the computer to take different decision based if something happened
  3. 4. information and instruction that go from you to the computer
  4. 6. translator of human code and to machine language
  5. 9. set of steps a computer takes to complete a task
  6. 10. container of data from numbers to text
  7. 11. data, argument or variable that would be passed to a function
  8. 12. a way to write code that repeats multiple times
  9. 13. information and displays that goes from the computer to the human user
  10. 17. finding why your code is not working and fixing it