Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Boolean Algebra and Logic Simplification Questions
Boolean reductions and canonical forms: Most Boolean simplifications reduce an expression to only one canonical form (for example, only SOP or only POS) for a given function.
Binary-to-minterm conversion (variable order A, B, C, D): The 4-bit pattern 1010 corresponds to which product (minterm) term in SOP form?
Gate symbol recognition (textual recovery): A 2-input NAND gate is represented by an AND-gate shape with a small inversion bubble at the output. Evaluate this description.
Karnaugh maps vs. truth tables: A Karnaugh map (K-map) is essentially a rearranged visualization of a truth table that aids grouping and minimization.
Five-variable K-maps: Which statement correctly describes the structure/usage of a 5-variable Karnaugh map?
Identify a standard POS expression (variables A, B, C, D): Which option is in
standard
product-of-sums (POS) form, where each sum term includes all variables (possibly complemented)?
Apply the absorption law: The Boolean expression C + C*D simplifies to ________.
Reduce the Boolean expression (algebraic minimization): Simplify A + A'*B to the minimal SOP form.
Standard SOP expansion (variables A, B, C): Convert F = A + B'*C into standard SOP form where each product term contains all variables.
Terminology (Boolean algebra): In Boolean algebra, a “literal” refers to which of the following?
Karnaugh map reduction – when four adjacent 1s are grouped together, how many variables are eliminated from the final simplified expression?
1
2
3