Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Logic Circuit Simplification Questions
Karnaugh map (K-map) fundamentals: Which statement best describes what a Karnaugh map is and how it relates to the truth table?
Digital logic design: The systematic reduction and simplification of logic circuits to equivalent but simpler forms is primarily accomplished by which method?
Boolean identities: Which option correctly expresses the commutative law of multiplication for logical variables?
Identifying canonical forms: Which Boolean output expression is explicitly in product-of-sums (POS) form, indicating an implementation as an AND of OR terms?
Form classification in logic design: Which of the following Boolean expressions is in sum-of-products (SOP) form, meaning an OR of AND terms?
Interpreting DeMorgan’s theorems: One statement of DeMorgan’s theorems is (A • B)' = A' + B'. Simply stated, which pair of gates are logically equivalent under this interpretation?
Boolean distributive law: Which example correctly demonstrates distribution of AND over OR in Boolean algebra?
Gate equivalence by bubble movement: The observation that a bubbled-input OR gate performs the same logic function as a bubbled-output AND gate is known as what?
Logical equivalence of gates: Which implementation produces the same Boolean function as a NOR gate?
Meaning of the commutative laws: What do the commutative laws of addition (OR) and multiplication (AND) indicate about the order of operands in Boolean expressions?
Associative law for logical OR — evaluate the statement: “A + (B + C) = (A + B) + C” for Boolean variables A, B, C.
Recovery (clarified stem): Absorption law equivalence — are the Boolean expressions “A + A'B” and “A + B” logically equivalent for all possible values of A and B?
Pushing negations using DeMorgan — applying DeMorgan’s theorems to expressions with overbars (inversions) converts double and grouped inversions into equivalent forms with only single negations on single variables. Is this statement accurate?
Commutative law for OR and AND — according to the commutative property, the order of variables does not affect the result of A + B or A · B. Is this universally valid for Boolean variables?
Boolean forms refresher (SOP vs POS): In digital logic simplification, a sum-of-products (SOP) Boolean expression is formed by ORing together two or more product terms (each product term is an AND of literals). The statement that SOP “describes the ANDing of two or more OR functions” is being evaluated—does that accurately define SOP?
Arithmetic property check: Is subtraction a commutative operation in arithmetic and digital design (i.e., does A − B always equal B − A)?
Boolean algebra duality principle (repair applied): Which statement correctly expresses the duality theorem for Boolean expressions?
Involution (double inversion) rule in Boolean algebra: Does inverting a Boolean variable twice return it to its original value (i.e., (A’’) = A)?
Operator symbols in Boolean algebra: Is Boolean multiplication denoted by the OR symbol “+” (as in A + B), or is that statement incorrect?
Three-input AND function check: The statement claims the Boolean expression for a three-input AND gate is Y = A · B + C. Is that correct for a gate whose output is 1 only when A, B, and C are all 1?