Digital-question-bank-final
Digital-question-bank-final
A:
XOR GATE
4: Write the truth table of XOR gate. 5. Draw the symbol of XNOR gate.
6Write the Boolean expression for XNOR gate.
Input Output
A B
Y= A B
0 0 0
0 1 1
1 0 1
1 1 0
7. Write the truth table of XNOR gate. 8. Name the Universal gates?
Input Output Ans. NAND gate and NOR gate are the Universal
A B gates
Y= A B
0 0 1 9. How many two input NAND gates must be
0 1 0 used to produce two input OR function?
1 0 0 Ans. 3 NAND gates are used to produce two input
1 1 1 OR gate
10. How many two input NOR gates must be used to produce two inputs OR
function?
Ans. 2 NOR gates are used to produce two input OR gate.
1 0 1 1
C = A.B + B.Cin
C = A.B + A.Cin
27. Write the Boolean expression for sum of half adder
Ans: =AB 29: Write the Boolean expression
for sum of full adder
28. DRAW THE BLOCK DIAGRAM OF HALF SUBTRACTOR.
Ans: S = A B Cin
31: Write the Boolean expression for the carry of full adder
Ans: C =AB+BCin+ACin
32: write the Boolean expression for the difference of half subtractor.
Answer: D = A B
33: write the Boolean expression for borrow of a half subtractor.
Ans: Bout = A B
34. Define Min Term.
Ans. Minterm is the product (AND) term in a Canonical SOP (CSOP) which contains all the
input variables present either in compliment or uncompliment form.
62. Which is the line used to transfer data in and out of a PISO shift register?
Ans: The shift/load input line is used to transfer the data bits in and out of a PSIO shift
register. If this line is high then the data is shifted out from one register to another
serially, if this line is low then the input data is loaded to all the flip flop.
Output
Input Output
A B
Y= A B
0 0 0
0 1 1
1 0 1
1 1 0
Input
3. Pin diagram of A B IC7400
4. Pin Y= A B diagram of IC7402
0 0 1
0 1 0
1 0 0
1 1 1
13. Realize the full adder using two half adders and a OR gate.
18. Write the Truth Table for 3 variable i/p with minterm and maxterms
designation.
22: Draw 4 variable K-map with min term designations 23: write the truth
table for the expression A B + AB
Input output
Y=
A B A B A B AB
A.B+AB
0 0 1 1 1 0 1
0 1 1 0 0 0 0
1 0 0 1 0 1 1
1 1 0 0 0 0 0