Chapter1 PDF
Chapter1 PDF
9. Let P: This is a great website, Q: You should not come back here.
Then ‘This is a great website and you should come back here.’ is best
represented by?
a) ~P V ~Q
b) P ∧ ~Q
c) P V Q
d) P ∧ Q
Answer: b
Explanation: The second part of the statement is negated, hence
negation operator is used.
11. Which of the following bits is the negation of the bits “010110”?
a) 111001
b) 001001
c) 101001
d) 111111
Answer: c
Explanation: Flip each of the bit to get the negation of the required
string.
13. How many bits string of length 4 are possible such that they
contain 2 ones and 2 zeroes?
a) 4
b) 2
c) 5
d) 6
Answer: d
Explanation: The strings are {0011, 0110, 1001, 1100, 1010 and 0101}.
14. If a bit string contains {0, 1} only, having length 5 has no more
than 2 ones in it. Then how many such bit strings are possible?
a) 14
b) 12
c) 15
d) 16
Answer: d
Explanation: The total strings are 1(having no one in it) +5(having 1 one
in it) +10 (having 2 ones in it) = 16.
19. If in a bits string of {0,1}, of length 4, such that no two ones are
together. Then the total number of such possible strings are?
a) 1
b) 5
c) 7
d) 4
Answer: c
Explanation: Strings can be {1001, 1010, 0101, 1000, 0100, 0010,
0001}.
23. The compound statement A-> (A->B) is false, then the truth values
of A, B are respectively _________
a) T, T
b) F, T
c) T, F
d) F, F
Answer: c
Explanation: For implications to be false hypothesis should be true and
conclusion should be false.
46. ¬ (A ∨ q) ∧ (A ∧ q) is a ___________
a) Tautology
b) Contradiction
c) Contingency
d) None of the mentioned
Answer: b
Explanation: ≡ (¬A ∧ ¬q) ∧ (A ∧ q)
≡ (¬A ∧ A) ∧ (¬q ∧ q)
≡ F ∧ F ≡ F.
50. A → (A ∨ q) is a __________
a) Tautology
b) Contradiction
c) Contingency
d) None of the mentioned
Answer: a
Explanation: ≡ A → (A ∨ q)
≡ ¬A ∨ (A ∨ q)
≡ (A ∨ ¬A) ∨ q
≡ T ∨ q ≡ T.
51. The contrapositive of p → q is the proposition of ____________
a) ¬p → ¬q
b) ¬q → ¬p
c) q → p
d) ¬q → p
Answer: b
Explanation: Definition of contrapositive.
55. What is the converse of the conditional statement “If it ices today,
I will play ice hockey tomorrow.”
a) “I will play ice hockey tomorrow only if it ices today.”
b) “If I do not play ice hockey tomorrow, then it will not have iced
today.”
c) “If it does not ice today, then I will not play ice hockey tomorrow.”
d) “I will not play ice hockey tomorrow only if it ices today.”
Answer: a
Explanation: If p, then q has converse q → p.
60. What are the inverse of the conditional statement “If you make
your notes, it will be a convenient in exams.”
a) “If you make notes, then it will be a convenient in exams.”
b) “If you do not make notes, then it will not be a convenient in
exams.”
c) “If it will not be a convenient in exams, then you did not make your
notes.”
d) “If it will be a convenient in exams, then you make your notes
Answer: b
Explanation: If p then q has inverse ¬p → ¬q.
71. Let P (x) denote the statement “x >7.” Which of these have truth
value true?
a) P (0)
b) P (4)
c) P (6)
d) P (9)
Answer: d
Explanation: Put x=9, 9>7 which is true.
72. Let Q(x) be the statement “x < 5.” What is the truth value of the
quantification ∀xQ(x), having domains as real numbers.
a) True
b) False
Answer: b
Explanation: Q(x) is not true for every real number x, because, for
instance, Q(6) is false. That is, x = 6 is a counterexample for the
statement ∀xQ(x). This is false.
73. Determine the truth value of ∀n(n + 1 > n) if the domain consists
of all real numbers.
a) True
b) False
Answer: a
Explanation: There are no elements in the domain for which the
statement is false.
74. Let P(x) denote the statement “x = x + 7.” What is the truth value
of the quantification ∃xP(x), where the domain consists of all real
numbers?
a) True
b) False
Answer: b
Explanation: Because P(x) is false for every real number x, the
existential quantification of Q(x), which is ∃xP(x), is false.
75. Let R (x) denote the statement “x > 2.” What is the truth value of
the quantification ∃xR(x), having domain as real numbers?
a) True
b) False
Answer: a
Explanation: Because “x > 2” is sometimes true—for instance, when x =
3–the existential quantification of R(x), which is ∃xR(x), is true.
80. Determine the truth value of statement ∃n (4n = 3n) if the domain
consists of all integers.
a) True
b) False
Answer: a
Explanation: For n=0, 4n=3n hence, it is true.
81. Let the statement be “If n is not an odd integer then square of n is
not odd.”, then if P(n) is “n is an not an odd integer” and Q(n) is
“(square of n) is not odd.” For direct proof we should prove
_________
a) ∀nP ((n) → Q(n))
b) ∃ nP ((n) → Q(n))
c) ∀n~(P ((n)) → Q(n))
d) ∀nP ((n) → ~(Q(n)))
Answer: a
Explanation: Definition of direct proof.
83. Let the statement be “If n is not an odd integer then sum of n with
some not odd number will not be odd.”, then if P(n) is “n is an not an
odd integer” and Q(n) is “sum of n with some not odd number will
not be odd.” A proof by contraposition will be ________
a) ∀nP ((n) → Q(n))
b) ∃ nP ((n) → Q(n))
c) ∀n~(P ((n)) → Q(n))
d) ∀n(~Q ((n)) → ~(P(n)))
Answer: d
Explanation: Definition of proof by contraposition.
84. When to proof P→Q true, we proof P false, that type of proof is
known as ___________
a) Direct proof
b) Contrapositive proofs
c) Vacuous proof
d) Mathematical Induction
Answer: c
Explanation: Definition of vacuous proof.
85. In proving √5 as irrational, we begin with assumption √5 is
rational in which type of proof?
a) Direct proof
b) Proof by Contradiction
c) Vacuous proof
d) Mathematical Induction
Answer: b
Explanation: Definition of proof by contradiction.
86. A proof covering all the possible cases, such type of proofs are
known as ___________
a) Direct proof
b) Proof by Contradiction
c) Vacuous proof
d) Exhaustive proof
Answer: d
Explanation: Definition of exhaustive proof.
87. Which of the arguments is not valid in proving sum of two odd
number is not odd.
a) 3 + 3 = 6, hence true for all
b) 2n +1 + 2m +1 = 2(n+m+1) hence true for all
c) All of the mentioned
d) None of the mentioned
Answer: a
Explanation: Some examples are not valid in proving results.
88. A proof broken into distinct cases, where these cases cover all
prospects, such proofs are known as ___________
a) Direct proof
b) Contrapositive proofs
c) Vacuous proof
d) Proof by cases
Answer: c
Explanation: Definition of proof by cases.
89. A proof that p → q is true based on the fact that q is true, such
proofs are known as ___________
a) Direct proof
b) Contrapositive proofs
c) Trivial proof
d) Proof by cases
Answer: c
Explanation: Definition of trivial proof.