🛡️

Content Protected

Screenshots and recording are not allowed.

Click anywhere or refocus to continue

Boolean Expressions and Truth Tables - UNSOLVED PRACTICE SET

Class 12

Chapter: Semiconductor Electronics | Topic: Boolean Expressions and Truth Tables

Study Material.
Class 12

BOOLEAN EXPRESSIONS AND TRUTH TABLES - UNSOLVED PRACTICE SET

Topic: Boolean Expressions and Truth Tables

Time: 40 mins | Marks: 30 | Difficulty: Medium

Multiple Choice Questions

Q1. In Boolean algebra, the complement of a variable A is represented as:

  1. A + 1
  2. Ā or A'
  3. A · 0
  4. 2A

Q2. According to De Morgan's theorem, (A + B)̄ is equal to:

  1. Ā + B̄
  2. Ā · B̄
  3. A · B
  4. A + B

Q3. The Boolean expression for an XOR gate is:

  1. A · B
  2. A + B
  3. A · B̄ + Ā · B
  4. Ā · B̄

Q4. The dual of a Boolean expression is obtained by:

  1. Replacing AND with OR, OR with AND, 0 with 1, and 1 with 0
  2. Replacing variables with their complements
  3. Replacing 0 with 1 only
  4. Replacing AND with NAND

Q5. The simplified form of the Boolean expression Y = A + Ā · B is:

  1. A · B
  2. A + B
  3. Ā + B
  4. A · B̄

Q6. A truth table for a logic circuit with n inputs has:

  1. n rows
  2. 2ⁿ rows
  3. n² rows
  4. 2n rows

Short Answer Questions

Q7. State the basic laws of Boolean algebra: commutative, associative, and distributive laws.

Q8. State De Morgan's theorems and verify one of them using a truth table.

Q9. What is the principle of duality in Boolean algebra? Give an example.

Q10. Simplify the Boolean expression: Y = A · B + A · B̄

Q11. Construct the truth table for the Boolean expression: Y = (A + B) · (Ā + B̄)

Q12. What is the difference between a minterm and a maxterm in Boolean algebra?

Long Answer Questions

Q13. State and prove De Morgan's theorems using truth tables. Show how these theorems are useful in simplifying Boolean expressions and designing logic circuits.

Q14. Explain the principle of duality in Boolean algebra with examples. Discuss how the dual of a Boolean expression is obtained and why this principle is useful.

Q15. Describe the process of simplifying Boolean expressions using Boolean algebra laws. Simplify the expression Y = A · B · C + A · B · C̄ + Ā · B · C + A · B̄ · C and draw the simplified logic circuit.

Numerical & Application-based Problems

Q16. Given the Boolean expression Y = Ā · B̄ · C + Ā · B · C̄ + A · B̄ · C̄ + A · B · C:

(a) Construct the complete truth table.

(b) Identify the minterms in this expression.

(c) Simplify the expression using Boolean algebra.

(d) Draw the logic circuit for both the original and simplified expressions.

Q17. Simplify the following Boolean expressions using Boolean algebra laws:

(a) Y = A + Ā · B

(b) Y = (A + B) · (A + C)

(c) Y = A · B + Ā · C + B · C

(d) For each simplified expression, draw the logic circuit using basic gates.

Q18. In your school computer science club, students are designing a digital voting system.

(a) Three students A, B, and C vote on a proposal. The proposal passes (output Y = 1) if at least two students vote YES. Write the Boolean expression for this system and construct the truth table.

(b) Simplify the Boolean expression using a Karnaugh map or Boolean algebra, and draw the simplified logic circuit.

(c) The student then designs a 2-bit comparator that outputs 1 when two 2-bit numbers A = A₁A₀ and B = B₁B₀ are equal. Write the Boolean expression and draw the circuit using XNOR and AND gates.

(d) A classmate suggests using a truth table with 16 rows to design a full adder (3 inputs, 2 outputs). Construct the truth table for a full adder and write the Boolean expressions for the sum and carry outputs.

(e) In India, digital systems are used in everything from Aadhaar authentication to railway signalling. Explain why Boolean simplification is crucial for designing efficient digital circuits, and how reducing the number of gates leads to faster, cheaper, and more reliable systems.


Total: 30 Marks | Time: 40 mins

Explore more topics in Semiconductor Electronics