Reasoning
Logic and Fallacies
1,716 Questions
Understand the fundamentals of propositional logic, logical inference rules, and paradoxes. This set includes identifying logical fallacies, including those found in classical Nyaya logic. Strong grasp of these concepts is crucial for scoring well in the reasoning sections of competitive tests.
Propositional logic modelsLogical inference rulesTypes of logical fallaciesParadoxes and contingent truthsNyaya logic concepts
Logic and Fallacies Questions
-
Valid
-
Invalid
-
Consistent
-
Contradict
-
Inconsistent
A
Correct answer
Explanation
A formula is valid, if it is true under every possible interpretation.
B
Correct answer
Explanation
A feasible solution must satisfy ALL constraints simultaneously. The statement claims the opposite - that not satisfying constraints makes it feasible, which is incorrect. Infeasible solutions violate at least one constraint.
-
Octet rule
-
Periodic rule
-
Electro negativity law
-
Triad law
A
Correct answer
Explanation
Newlands proposed the principle of octet rule.
-
Console
-
Connective
-
Enumeration
-
Energizer
B
Correct answer
Explanation
In logic and computer science, a 'connective' (like AND, OR, NOT) is used to join simple propositions or statements to form more complex ones. These are fundamental to Boolean algebra and programming logic.
-
Uninterpreted calculus
-
Algebra
-
Boolean algebra
-
None of these
A
Correct answer
Explanation
In logic and mathematics, a formal system consists of an abstract language and a set of inference rules. It is often referred to as an uninterpreted calculus because the symbols and rules are defined without reference to any specific meaning or 'interpretation.' Algebra is a specific type of formal system, but the general definition is an uninterpreted calculus.
-
subjective probability
-
empirical probability
-
prior probability
-
linear probability
-
both in P
-
both NP-complete
-
NP-complete and in P respectively
-
undecidable and NP-complete respectively
C
Correct answer
Explanation
3-SAT is a classic NP-complete problem. 2-SAT can be solved in polynomial time (P) by converting it into an implication graph and checking for strongly connected components.
-
the Pigeon-hole principle
-
the divide and conquer technique
-
recursion
-
iteration
A
Correct answer
Explanation
The pumping lemma relies on the fact that if a string is longer than the number of states in a DFA, the path must visit at least one state twice (the pigeonhole principle), creating a loop that can be repeated.
-
HIPO chart
-
Decision table
-
Pseudo code
-
DFD
B
Correct answer
Explanation
Decision tables are specifically designed to map out all possible combinations of conditions and their corresponding actions, ensuring complete logic coverage.
-
false logic
-
programming aid
-
both (1) and (2)
-
neither (1) nor (2)
B
Correct answer
Explanation
Pseudocode is a high-level description of an algorithm that uses natural language constructs to help programmers plan the logic of a program before writing actual code.
-
Fuzzy logic
-
Logic
-
Binary logic
-
Expert systems
A
Correct answer
Explanation
Fuzzy logic is a form of many-valued logic in which the truth values of variables may be any real number between 0 and 1, allowing for degrees of truth rather than just binary true or false.
-
Turing machine
-
Matrix
-
Discours de la methode
-
Cohomology groups
A
Correct answer
Explanation
A Turing machine is a mathematical model of computation that defines an abstract machine, which can simulate any computer algorithm and is used to explore the limits of what is computable.
-
propositions
-
statements
-
assertions
-
all of the above
A
Correct answer
Explanation
In propositional logic, the basic units of representation are propositions, which are statements that are either true or false.
-
refutation
-
matching
-
substitution
-
application
A
Correct answer
Explanation
Resolution is a rule of inference used in automated theorem proving that works by showing that the negation of the goal leads to a contradiction, thus proving the goal by refutation.
-
propositions
-
statements
-
assertions
-
all of the above
B
Correct answer
Explanation
In predicate logic, facts are represented as statements (often involving predicates, variables, and quantifiers) that describe relationships between objects.