Match the following data handling constructs with correct description.
| (i) Variable | (b) Stores a value that can change during execution |
| (ii) Array | (c) Set of elements of the same data type |
| (iii) Control Array | (d) Group of controls sharing common properties |
| (iv) Collection | (a) Group of objects accessed by index |
A(i) → b, (ii) → c, (iii) → d, (iv) → a
B(i) → b, (ii) → a, (iii) → c, (iv) → d
C(i) → b, (ii) → d, (iii) → c, (iv) → a
D(i) → b, (ii) → d, (iii) → a, (iv) → c
