set-5
201. ______ may be either true or false but not other value.
Proposition
Predicate
Quantifier
Inference
202. ______ is the type of the proposition.
Simple
Compound
Both A and B
None of above
203. ______ are formed from atomic formulas using the logical connectives not, or, if...then, and, if and only if etc.
Simple Proposition
Compound Proposition
Existential Proposition
Non-existential Proposition
204. Identify the examples of proposition and state which proposition is this.
Eg1: It is raining. Eg2: Snow is white.
Simple Proposition
Compound Proposition
Existential Proposition
Non-existential Proposition
205. Identify the examples of propositions and state which proposition is this.
Eg1. If you study hard you will be rewarded. Eg2. The sum of 10 and 20 is not 50.
Simple Proposition
Compound Proposition
Existential Proposition
Non-existential Proposition
206. Which is used to construct the complex sentences?
Connectives
Symbols
Logical connectives
Semantics
207. ______ is the logical operator.
Negation
Conjunction
Both A and B
None of above
208. Consider, the proposition P, Identify which logical connectives is this? -P (read "not P")
Conjunction
Disjunction
Negation
Exclusive OR
209. Consider, P and Q be the propositions, Identify which logical connectives is this? PAQ (read "P and Q")
Conjunction
Disjunction
Negation
Exclusive OR
210. Consider, P and Q be the propositions, Identify which logical connectives is this? PVQ (read "P or Q")
Conjunction
Disjunction
Negation
Exclusive OR
211. Consider, P and Q be the propositions, Identify which statement is true for this relation. P→Q (read "P implies Q")
Implication of P from Q
Implication of Q from P
Biconditional from P to Q
Biconditional from Q to P
212. Consider, P and Q be the propositions, Identify which logical operator is this? P@Q
Conjunction
Disjunction
Negation
Exclusive OR
213. Suppose, P and Q be the propositions. In ______ statement P→Q, P is called hypothesis (premise or antecedent) and Q is called conclusion or consequence.
Simple Statement
Conditional Statement
Both A and B
None of above
214. The conditional statement of P→Q is
“if P, then Q”
“if P, Q”
“P is sufficient for Q”
All of above
215. To form the ______ of the conditional statement, interchange the hypothesis and the conclusion. The ______ of "If it rains, then they cancel hiking" is "If they cancel hiking, then it rains."
Converse, Inverse
Converse, Converse
Inverse, Converse
Converse, Contrapositive
216. To form the ______ of the conditional statement, take the negation of both the hypothesis and the conclusion. The ______ of "If it rains, then they cancel hiking" is "If it does not rain, then they do not cancel hiking."
Inverse, Converse
Converse, Inverse
Inverse, Inverse
Converse, Converse
217. To form the ______ of the conditional statement, interchange the hypothesis and the conclusion of the inverse statement. The ______ of "If it rains, then they cancel hiking" is "If they do not cancel hiking, then it does not rain."
Contrapositive, Contrapositive
Converse, Inverse
Inverse, Inverse
Converse, Converse
218. Let P and Q be Propositions, In ______ statement P←→Q, the proposition is "if P and only if Q"
Atomic Statement
Conditional Statement
Bi-conditional Statement
None of above
219. The conditional statement of P←→Q is
“p is necessary and sufficient for q”
“if p then q, and conversely”
“p iff q”
“p if and only if q”
All of above
220. A proposition that is always true is called a ______
Contradiction
Contingency
Tautology
Hypothesis
221. A proposition that is always false is called a ______
Contradiction
Contingency
Tautology
Hypothesis
222. A proposition is called a ______, if that proposition is neither a tautology nor a contradiction.
Contradiction
Contingency
Tautology
Hypothesis
223. Every complete "sentence" contains two parts: a ______ and a ______
Object, contingency
Object, predicate
Object, Hypothesis
Object, Tautology
224. Consider an example and identify the predicate.
"The car Ram is driving is red": "The sky is red": "The cover of this book is red":
The predicate is “is red”
The predicate is “is driving”
The predicate is “the sky”
The predicate is “this book”
225. A ______ is a property that a variable or a finite collection of variables can have.
Tautology
Predicate
Proposition
Implication
226. P, P^Q, P \rightarrow Q, \neg Q etc. These are the examples of ______
Proof
Validity
Well-formed-formula
Inference
227. A language element which generates a quantification (such as "every") is called a ______
Proof
Quantifier
Inference
Tautology
228. Two types of quantifiers, which are called the ______ and the ______ quantifiers, can quantify the open statements p(x) and q(x,y).
Existential
Universal
Conditional
Both A and B
229. The ______ quantifier (means "for some x", "for at least one x", or "there exists an x such that"); "for some x, p(x)" is denoted as "∃x, p(x)".
Universal
Existential
Conditional
None of above
230. The ______ quantifier (means "for all x", "for any x", "for each x", or "for every x"): "for all x, all y" is denoted by "∀x ∀y".
Universal
Existential
Conditional
None of above
231. The ______ of propositional logic provide the means to perform logical proofs or deductions.
Inference rules
Commutativity rules
Associativity rules
Idempotency rules
232. ______ are the types of inference rules.
Modus ponens
Modus tollens
Both A and B
None of above
233. If P and P \rightarrow Q are both true, we can infer that Q will be true as well in ______
Modus ponens
Modus tollens
Hypothetical syllogism
Disjunctive syllogism
234. If P \rightarrow Q is true and \neg Q is true, then \neg P will also true in ______
Modus ponens
Modus tollens
Hypothetical syllogism
Disjunctive syllogism
235. If P \rightarrow R is true whenever P \rightarrow Q is true, and Q \rightarrow R is true in ______
Modus ponens
Modus tollens
Hypothetical syllogism
Disjunctive syllogism
236. If PVQ is true, and \neg P is true, then Q will be true in ______
Modus ponens
Modus tollens
Hypothetical syllogism
Disjunctive syllogism
237. If P is true, then PVQ will be true in ______
Modus ponens
Modus tollens
Addition
Disjunctive syllogism
238. If PA Q is true, then Q or P will also be true in ______
Modus ponens
Addition
Simplification
Resolution
239. If PVQ and \neg PAR is true, then QVR will also be true in ______
Modus ponens
Addition
Simplification
Resolution
240. ______ is a process of making two different logical atomic expressions identical by finding a substitution.
Quantification
Unification
Resolution
Simplification
241. Which is also called single inference rule?
Modus Ponens
Resolution
Modus Tollens
Conjunction
242. FOPL was developed to extend the expressiveness of ______.
Predicate logic
Propositional logic
Tautology
Quantifiers
243. Consider the following logic and state if this is valid or not.
Example: If All men are mortal = P Socrates is a Man = Q Socrates is mortal = R Then (P & Q) → R
Valid
Invalid
Partially valid
Rather not say
244. First Order Predicate Logic (FOPL) is also known as ______.
First Order Predicate Calculus
Quantification Theory
Lower Order Calculus
All of the mentioned above
245. In FOPL, constants, variables and functions are known as ______.
Lists
Terms
Atoms
Literals
246. In FOPL, predicates are referred to as atomic formulas or ______.
Lists
Terms
Atoms
Literals
247. In FOPL, when we want to refer to an atom, or its negation we often use the word ______.
Lists
Terms
Atoms
Literals
248. Translate English to FOPL: Khusboo likes Pizza.
Likes (Khusboo, Pizza)
Likes (Pizza, Khusboo)
Khusboo (Pizza, likes)
Pizza (khusboo, likes)
249. Translate English to FOPL: Khusboo owns iPhone_14pro.
Owns (Khusboo, iPhone_14pro)
Owns (iPhone_14pro, Khusboo)
Khusboo (iPhone_14pro, owns)
iPhone_14pro (khusboo, owns)
250. Translate English to FOPL: Charlie is Dog.
Charlie (Dog)
Dog (Charlie)
Charlie → Dog
Charlie ←→ Dog
Last updated