MCQOPTIONS
Saved Bookmarks
| 1. |
Let A = {0, 1} × {0, 1} and B = {a, b, c}. Suppose A is listed in lexicographic order based on 0 < 1 and B is in alphabetic order. If A × B × A is listed in lexicographic order, then the next element |
| A. | ((1, 0), a,(0, 0)) |
| B. | ((1, 1), c,(0, 0)) |
| C. | ((1, 1), a,(0, 0)) |
| D. | ((1, 1), a,(1, 1)) |
| Answer» D. ((1, 1), a,(1, 1)) | |