1.

 Let A = {0, 1} × {0, 1} × {0, 1} and B = {a, b, c} × {a, b, c} × {a, b, c}. Suppose A is listed in lexicographic order based on 0 < 1 and B is listed in lexicographic order based on a < b < c. If A×B

A. ((1, 0, 0),(b, a, a),(0, 0, 0))
B. ((1, 0, 0),(a, a, a),(0, 0, 1))
C. ((1, 0, 0),(a, a, a),(1, 0, 0))
D. ((1, 0, 0),(a, a, a),(0, 0, 0))
Answer» E.


Discussion

No Comment Found