Basic Electronics Module 1 Question Bank
Basic Electronics Module 1 Question Bank
6. a) Name the 7 basic types of gates. Draw the symbolic representation of the 7 basic
types of gates along with their truth tables.
b) Explain commutative, associate & distributive laws w.r.t. the gates using Boolean algebra by
drawing their symbolic gate diagrams along with their truth tables for the following operations.
A.B = B.A
A + B = B + A A.
(B.C) = (A.B).C
A + (B + C) = (A + B) + C
A. (B+C) = (A.B) + (A.C)
i) XY+XYZ+XYZ'+ X'YZ
ii) AB+A'C+AB'C(AB+C)
10. Design a full adder and implement using two half adders and one OR gate.
11. a) Design and implement a full adder giving in detail the truth table for full adder and
expression for SUM and CARRY
b) Simplify and realize using basic gates
i) Y= (A+B'C (A'+B'+C') (A’+B) ii) (X'Y'Z'+ X'Y'Z+X'Y'+XY')
12. a) Convert (i) (2604.105) 10 = (?)16
(ii) (ABCD) 16 = (?)2= (?)8
(iii) (10111101.0101)2 = (?) 10 = (?)16
b) Perform (48)10 - (12)10 using 1's and 2's complement.
c) State and prove DeMorgan's theorems.
d) Realise the following expression using NOR gates.= A'B'
14. Design a full adder and implement using two half adders and one OR gate.
17. What are the types of number systems? Explain the advantages of number systems in the
digital world.
19. a) What are the applications of 1’s and 2’s complement? Discuss their usage in
arithmetic operation. (06marks)
20. a) Complement the number a) 35 , b) 47 ,c) 28 and d) 99 using 1’s and 2’s complement
system (08marks)
b) Perform binary subtraction between a) 52-48, b) 10-27, c) 25-14 and d) 15-55 using
both 1’s and 2’s complement method and verify the answer (10marks)
21. Explain Basic gates and Universal gates? With the help of truth, table explains all basic
gates and universal gate functions and their boolean expressions (10marks)
22. Define Boolean algebra? Discuss the application of boolean algebra with an example
(08marks)
23. Explain briefly about Boolean algebra laws along with their truth table (08marks)
24. a) State De-Morgan's Theorems. Explain its significance using a three variable truth table
(08marks)
25. a) Find the complement of a + {(b + c).(b' + d')) using Demorgan's Laws. Show the
relevant reasoning. (10marks)
b) Reduce the following boolean expression to its simple form:
A.[B + C.(A.B + A.C')]
c) Find the complement of the following functions applying De’Morgan’s theorem .
(I) F(x,y,z) = x’yz’ + x’y’z (II) F(x,y,z) = x(y’z + yz)