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