1 11 14
2
3 13 15
4
5
6
12
7
8
9
10

Crossword: Introduction to Programming

Across

1. A combination of values, variables, and operators that can be evaluated to produce a result.

2. A type of testing performed by end-users or stakeholders to determine if a system meets their requirements and is ready for deployment.

3. A definite iteration construct is employed as a means of repeating a block of code until a specified condition is no longer true.

4. A data structure that allows for efficient access using a hash function.

5. The division of two integers that results in an integer quotient

6. An error that occurs when a program tries to access a null object or null reference.

7. The accuracy and consistency of data throughout its lifecycle.

8. An expression that can either be true or false.

9. An error that occurs when trying to divide a number by zero.

10. A dictionary that contains other dictionaries as values for its keys.

Down

11. A control structure that selects one of many code blocks to be executed.

12. The order in which statements are executed in a program.

13. The symbol (*) is employed to perform the operation of multiplying two values.

14. A concise way to create a dictionary from an iterable by defining the key-value pairs within curly braces {}.

15. An error that occurs when there are issues with the indentation of the code.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓