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