Computer Science

123456789101112131415
Across
  1. 5. Used to make data unreadable to potential hackers.
  2. 8. A set of rules that dictate the structure of a programming language.
  3. 10. A data type used to represent true or false.
  4. 12. A set of instructions used to solve a problem.
  5. 13. A piece of data represented by a single binary digit.
  6. 15. A data type used to represent alphanumeric characters.
Down
  1. 1. A form of social engineering used to make people give up sensitive or private information.
  2. 2. A data structure that has a fixed length.
  3. 3. A programming technique used when a subroutine needs to call itself.
  4. 4. The process of breaking down a complex problem into simpler, smaller parts.
  5. 6. Also known as machine code.
  6. 7. A programming technique used when a program needs to make a decision.
  7. 9. A programming technique used to perform the same process multiple times.
  8. 11. The process of focusing on only the important parts of a problem and removing useless information from the problem.
  9. 14. A data structure who's length is not fixed.