1. What do you mean by system software?
Explain different types of
system software.
2. What do you mean by application software? Explain different types of
application software.
3. State and prove distributive laws.
4. State and prove De-morgan’s laws.
5. Derive XOR gate using NOR gate.
6. Derive XNOR gate using NAND gate.
7. Given the Boolean expression.
xyz + x(x + y) + xz
a. Draw the logic diagram for the given Boolean expression.
b. Write the truth table for the given Boolean expression
c. Simplify the given Boolean expression.
d. Draw the logic diagram for the simplified Boolean expression.
e. Compare the number of gates used in the original Boolean
expression and simplified Boolean expression.
8. Given the Boolean expression.
(p + q) (pqr + pr)
a. Draw the logic diagram for the given Boolean expression.
b. Write the truth table for the given Boolean expression
c. Simplify the given Boolean expression.
d. Draw the logic diagram for the simplified Boolean expression.
e. Compare the number of gates used in the original Boolean
expression and simplified Boolean expression.
9. Write a C program to print the following series
a. 1 2 4 5 6 8 10
b. 99 97 96 94 93 92 90
10. Write a C program to print the following pattern
a. b. c.
d.