Certified LabVIEW Associate Developer (CLAD) — Question 3
What is the value in XOR Result after the following code has executed?
Answer options
- A. 0
- B. 1
- C. True
- D. False
Correct answer: B
Explanation
The correct answer is B, as the XOR operation results in true (1) when the inputs are different. Options A, C, and D are incorrect because they represent either a false value (0 or False) or a non-numeric representation (True) which does not match the expected result of the XOR operation.