Question: If A = (1, 0, 0) and B = (0, 1, 0), what is the value of A · B?
Options:
Correct Answer: 0
Solution:
A · B = 1*0 + 0*1 + 0*0 = 0.