TECHNICAL QUIZ

123456789101112131415
Across
  1. 3. main advantage of using a DBMS over traditional file-based systems
  2. 5. popular web framework for Python
  3. 6. structure used to speed up searching and sorting
  4. 9. is used for concise conditional expressions in Python
  5. 11. class that defines a set of methods to be implemented by other classes
  6. 12. hidden patterns and relationships in data
  7. 14. of organizing data into separate tables
  8. 15. identifier for each record in a table
Down
  1. 1. process of converting plain text into unreadable text to protect it
  2. 2. Java program that runs on a server and generates dynamic web pages
  3. 4. main loop construct in Python
  4. 7. automatically executed in response to an event
  5. 8. way to perform the same action in different ways
  6. 10. software that is designed to harm computer systems and networks
  7. 13. /a way to reuse code in multiple classes