IISBenin Grade 8 Computer Crossword

1234567891011121314151617181920212223242526272829
Across
  1. 6. The point at which a loop stops executing when its condition becomes false or a break is used.
  2. 7. A formatted document that organizes, summarizes, and presents data for printing or viewing.
  3. 9. A connection between two tables, linking them through a common field to combine data.
  4. 11. A control on a form or report that is linked to a field in a table or query.
  5. 14. A visual representation of data (e.g., bar, pie chart) that helps analyze patterns and trends.
  6. 15. A keyword used to exit a loop prematurely when a condition is met.
  7. 18. A mode where the structure and properties of queries, forms, and reports are defined.
  8. 19. A unique identifier for each record in a table, often used to define relationships between tables.
  9. 21. Temporarily limits the data displayed in forms or reports, without changing the original table.
  10. 22. The primary object in a database where data is stored in rows (records) and columns (fields).
  11. 24. A sequence of instructions written in Python to perform a specific task.
  12. 26. A control not connected to a field, often used for displaying static text or performing calculations.
  13. 28. A column in a table representing a specific attribute of data, such as a name or ID number.
  14. 29. A built-in Python function used in loops to generate a sequence of numbers.
Down
  1. 1. A mode for interacting with and viewing data in a form.
  2. 2. A variable used to track the number of iterations or loop execution.
  3. 3. A query technique that combines related data from two or more tables into a single dataset.
  4. 4. A database tool used to retrieve and filter data from one or more tables based on specific criteria.
  5. 5. Whitespace used in Python to define a block of code, essential for loops and conditions.
  6. 8. A design mode that allows changes to a form or report while viewing live data.
  7. 10. Specifies the kind of data a field can contain (e.g., text, number, date).
  8. 12. A row in a table that contains a complete set of data for a particular entry.
  9. 13. A loop inside another loop, allowing complex iterations over multiple dimensions.
  10. 14. A logical expression evaluated in a conditional statement to decide the program's flow.
  11. 16. A user interface used to add, modify, or view records one at a time.
  12. 17. A query feature that arranges records in ascending or descending order based on a selected field.
  13. 20. A query that performs tasks like adding, updating, or deleting records in a table.
  14. 23. A group of indented Python statements executed together in constructs like loops or functions.
  15. 25. A keyword that skips the current iteration and proceeds to the next loop iteration.
  16. 27. Conditions applied within a query to filter records and display only the relevant data.