Exam-style question
Try this first
What is a tuple in the definition of an n-dimensional array?.
- A.An ordered list of elements
- B.A list in which the order is ignored
- C.A collection containing only text values
- D.A single integer used for every array position
Model answer
What a good answer should say
- An ordered list of elements
Explanation
Why this works
The specification defines a tuple as an ordered list of elements. The tuple of n integers is used to index an element in an n-dimensional array.
Common mistake
No common mistake is linked to this question yet.
