1 8
7 10 12
2/3
4
9
5
6 11

Crossword: 1 Dimensional Arrays

Across

1. Visiting each element of an array in a sequential manner.

2. A single value stored in the array.

3. The individual items or values stored within an array.

4. Visiting each element of the array once.

5. The total number of elements that can be stored in an array.

6. Adding a new element at a specified position in an array.

Down

7. Removing an element from a specific position in an Array.

8. Retrieving the value of a specific element in an array using its index.

9. A data structure that stores a fixed-size sequential collection of elements of the same type.

10. The process of assigning initial values to the elements of an array.

11. Finding the presence or location of a specific element in an array.

12. Modifying the value of an element in the array.


🖶

Shortcuts

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