Unit3 - Subjective Questions

ECE249 • Practice Questions with Detailed Answers

1

Define Boolean algebra. Explain its fundamental postulates and theorems, including Identity, Commutative, Associative, Distributive, and De Morgan's Laws.

2

State and prove De Morgan's theorems for two variables using truth tables. Explain their importance in digital logic design.

3

Simplify the Boolean expression using Boolean algebra laws.

4

Draw the logic symbols, truth tables, and explain the operation of the basic logic gates: AND, OR, NOT.

5

Explain why NAND and NOR gates are called universal gates. Implement an XOR gate using only NAND gates.

6

Distinguish between combinational and sequential logic circuits. Give two examples for each.

7

Convert the decimal number to its equivalent binary, octal, and hexadecimal representations.

8

Perform the binary subtraction using the 2's complement method. Show all steps.

9

Convert the hexadecimal number to its decimal and binary equivalents.

10

Explain the Binary-Coded Decimal (BCD) code. List its advantages and disadvantages. Convert the decimal number 87 to BCD.

11

Describe the Excess-3 code. Convert the BCD number to Excess-3 code and then to its decimal equivalent.

12

Explain the Gray code and its primary application. Convert the binary number to Gray code and the Gray code to binary.

13

Define Sum-of-Products (SOP) and Product-of-Sums (POS) forms. Express the Boolean function in canonical SOP form.

14

Convert the given canonical SOP expression to canonical POS form.

15

Differentiate between minterms and maxterms. Illustrate with an example for a 3-variable function.

16

Simplify the Boolean function using a 3-variable K-Map and write the minimized SOP expression.

17

Simplify the Boolean function using a 4-variable K-Map and specify the minimized SOP expression.

18

Explain the concept of "don't care" conditions in K-Maps. How are they utilized to further simplify Boolean expressions?

19

Implement a Full Adder circuit using basic logic gates. Provide its truth table, Boolean expressions for Sum and Carry, and draw the logic circuit diagram.

20

Convert the Gray code to Binary. Then convert the resulting binary number to Excess-3 code.