Assignment No: 01
1. List the Binary, Octal, Decimal, Hexa-Decimal numbers for decimal no. 0 to 15
2. Write the Radix or Base for the Binary, Octal, Decimal, Hexa-Decimal number
System
3. Convert the following examples in other number System
a. (AD92.BCA)16 = (?)2 = (?)8 = (?)10
b. (D8F)16 = (?)2 = (?)8
c. (255)10 = (?)16 = (?)8
d. (157)16 = (?)BCD = (?)Excess3
4. Solve the given examples
a. (11011)2 – (11100)2 Subtract using 2’s Compliment method
b. (1010)2 – (101)2 Subtract using 2’s Compliment method
c. (52)10 – (65)10 Subtract using 2’s Compliment method
d. (35)10 – (5)10 Subtract using 2’s Compliment method
e. (10110.110)2 + (1001.10)2 Perform Binary addition
f. (17)10 + (57)10 Perform BCD addition
5. Convert the following Binary number (11001101) 2 into Gray Code and Excess-3
Code Do similar questions practice and vice versa
6. Perform binary multiplication (11110000)2×(1010)2 = (? )2 Ans: (100101100000)2
7. Perform Binary Division
a. (11110000)2 ÷(1010)2 = (? )2 Ans: (11000)2
b. (1001111)2 ÷(110)2 = (? )2 Ans: (1101)2 𝑤𝑖𝑡ℎ
R𝑒𝑚𝑎𝑖𝑛𝑑𝑒𝑟 (001)2
Assignment No: 02
1. State and Define the De-Morgans Theorem Using Truth table, Logic diagram and
with the help of equations/ Boolean algebra.
2. Generate / Create / implement the following gates using only NAND gates
a. NOT gate
b. AND gate
c. OR gate
d. NOR gate
e. EX-OR gate
f. EX-NOR gate
3. Generate / Create / implement the following gates using only NAND gates
a. NOT gate
b. OR gate
c. AND gate
d. NAND gate
e. EX-NOR gate
f. EX-OR gate
4. Write & list out the all Boolean Algebra’s laws
5. Prove that the following logic expressions using Boolean Algebra also implement its
logical circuit diagram
a. AB + CD = (A+C) (A+D) (B+C) (B+D)
b. ABC + A̅B̅C + ABC̅ + ABC+ A̅B̅C̅ = AB +A̅B̅
c. A + A̅B + AB = A+B
d. Check Google classroom for
answer of this question
e.
Check Google classroom for answer of this
question
6. Define and draw Logic Families structure
7. Give definitions and brief Characteristics Parameters of logic Families-
Noise margin, Power dissipation, Figure of merit / Speed power product, Fan in, Fan
out, Speed of operation, maximum clock frequency supply voltage requirement,
power per gate (Definitions and short explanation of each parameter)
8. Give Difference / Comparison of TTL, CMOS and ECL logic family
9. Draw this TTL NAND Gate diagram and explain it
10. Define what is Buffer with diagram