cse

1234567891011121314
Across
  1. 2. of rules for network communication. (PROTOCOL)
  2. 3. of an operating system. (KERNEL)
  3. 5. components of a computer. (HARDWARE)
  4. 6. of code that performs a task. (FUNCTION)
  5. 8. of instructions that repeats. (LOOP)
  6. 9. storage in a program. (VARIABLE)
  7. 12. that calls itself. (RECURSION)
  8. 14. collection of structured data. (DATABASE)
Down
  1. 1. source code into machine code. (COMPILER)
  2. 2. procedure for solving a problem. (ALGORITHM)
  3. 4. system with only 0 and 1. (BINARY)
  4. 7. system controlling network traffic. (FIREWALL)
  5. 10. data structure where the first element is removed first. (QUEUE)
  6. 11. of converting data into a secure format. (ENCRYPTION)
  7. 13. of interaction between systems. (INTERFACE)