Saved Bookmarks
| 1. |
Define the following termsa. Tuple |
|
Answer» A tuple is a finite ordered list of elements. An n-tuple is a sequence of n elements, where n is a non-negative integer.There is only one 0-tuple, an empty sequence, or empty tuple, as it is referred to. An n-tuple is defined inductively using the construction of an ordered pair. |
|