Important Questions - Number System & Logic Gates
Chapter: Number System
1. Convert the following:
- (1011.01) to decimal
- (47) to binary
- (45.375) to octal
- (3B) to decimal
2. Perform binary addition and subtraction:
- 1101 + 1011
- 10101 - 1101
- 111.01 + 10.11
- 1001.1 - 101.01
3. Explain 1's and 2's complement method of subtraction with example.
4. Short Notes:
- Decimal, Binary, Octal, and Hexadecimal Number Systems
- Conversion between Binary and Hexadecimal
5. Differentiate between:
- Binary and Decimal number system
- 1s Complement and 2s Complement
Chapter: Logic Gates
1. Draw symbol and truth table for:
- AND gate
- OR gate
- NOT gate
Important Questions - Number System & Logic Gates
- NAND gate
- NOR gate
- XOR gate
- XNOR gate
2. Construct the following logic expressions using only NAND gates:
-A+B
-A B
- A (NOT A)
3. Verify De Morgans Theorems with truth tables:
- (A + B) = A B
- (A B) = A + B
4. Draw logic circuit for:
- Y = A + AB
- Y = A(B + C)
-Y=A+B
5. State and prove Boolean laws with example:
- Idempotent law
- Domination law
- Identity law
- Involution law
6. Reduce the Boolean expression:
- Y = AB + AB
- Y = A + AB
- Y = (A + B)(A + B)