Computer Science Final Review

123456789101112131415161718192021
Across
  1. 2. An _______________________________ is a conditional statement that allows multiple conditions to be checked in sequence.
  2. 4. __________________ is the process of designing and building executable computer software to accomplish a specific task.
  3. 6. Integrated systems that perform computational tasks, known as_______________, often consisting of hardware and software.
  4. 7. A variable used to count occurrences or iterations in a loop in Python is called a _________________.
  5. 9. __________________ are symbols or words used in code to perform operations like comparisons or math.
  6. 10. Data analysis formulas help identify _________________________________ in large datasets.
  7. 12. ____________is the act of exploiting weaknesses in a computer system or network.
  8. 13. An __________________ is a step-by-step procedure or formula for solving a problem.
  9. 17. An _________________________________ is a numerical representation of an element's position within a list.
  10. 19. A security expert called a _______________ uses hacking skills to find and fix security vulnerabilities.
  11. 20. A _______________is a  software applications that use artificial intelligence to assist in writing tasks.
  12. 21. The process of using a structured, methodical approach to solve a problem or make a decision is called ________________.
Down
  1. 1. __________________is the process of examining, cleaning, transforming, and modeling data to discover useful information.
  2. 3. A __________________ is a block of organized, reusable code used to perform a specific task in a program.
  3. 5. When writing nested loops, proper _________________________________ helps make the code more readable and shows the loop structure clearly.
  4. 8. When creating a loop, you need to define a __________________ that tells the loop when to stop.
  5. 11. A ______________will displayed to indicate that an unexpected condition has occurred, usually in a computer program.
  6. 14. A _________________________________ is a collection of elements that can be of different data types, used to store multiple items in a single variable.
  7. 15. A __________________ is a storage location identified by a name that holds a value which can change as the program runs.
  8. 16. A fraudulent attempt to obtain sensitive information by disguising as a trustworthy entity is known as __________.
  9. 18. A ___________________________________ is used to repeat a block of code a specific number of times.