Computer science

12345678910111213
Across
  1. 5. A decentralized ledger technology often used for cryptocurrencies
  2. 6. A plain language description of an algorithm
  3. 8. A programming technique where a function calls itself
  4. 9. Interconnected devices sharing data and resources
  5. 10. A data type with two possible values: true or false
  6. 11. An error when a program’s stack exceeds its limit
  7. 12. An organized way of storing and organizing data
Down
  1. 1. A popular sorting algorithm with O(n log n) average time complexity
  2. 2. Software that manages hardware and software resources of a computer
  3. 3. process of converting information into code to prevent unauthorized access
  4. 4. A subset of AI that enables systems to learn from data
  5. 7. Translates high-level code into machine code
  6. 9. Practice of protecting systems, networks, and data from digital attacks
  7. 13. A step-by-step procedure for solving a problem