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