

InterviewSolution
Saved Bookmarks
1. |
State wether the following statements are true or false:(a) Prime factors of 6 are 2 and 3, represents a Statement.(b) Students can take French or Spanish as their third language. The "OR" used in the statement here is "INCLUSIVE OR".(c) Two lines intersect at a point or are parallel. The "OR" used in the statement here is "EXCLUSIVE OR".(d) The Compound statement "sqrt(2) is a rational number or an irrational number" is True.(e) The Compound Statement "All integers are either even or odd" is False. |
Answer» (B)False (C)True (d)True (e)True |
|