0% found this document useful (0 votes)
11 views1 page

System and Application Software Guide

The document contains questions related to system and application software, including definitions and types. It also includes tasks related to Boolean algebra, such as proving laws, deriving logic gates, and simplifying Boolean expressions. Additionally, it requests C programming tasks for generating specific series and patterns.

Uploaded by

shaiyamvl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

System and Application Software Guide

The document contains questions related to system and application software, including definitions and types. It also includes tasks related to Boolean algebra, such as proving laws, deriving logic gates, and simplifying Boolean expressions. Additionally, it requests C programming tasks for generating specific series and patterns.

Uploaded by

shaiyamvl
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like