0% found this document useful (0 votes)
14 views

dt final que bank

The document is a question bank for a course on Number Systems, Logic Gates, and Combinational Logic Circuits. It includes a variety of questions covering topics such as signal comparison, number conversions, logic gate designs, Boolean algebra, and the implementation of multiplexers and decoders. Each unit contains specific tasks and problems aimed at testing knowledge and understanding of digital systems and logic design.

Uploaded by

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

dt final que bank

The document is a question bank for a course on Number Systems, Logic Gates, and Combinational Logic Circuits. It includes a variety of questions covering topics such as signal comparison, number conversions, logic gate designs, Boolean algebra, and the implementation of multiplexers and decoders. Each unit contains specific tasks and problems aimed at testing knowledge and understanding of digital systems and logic design.

Uploaded by

adityarpokharkar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Question Bank

Sub- DTE (22320)


Unit-1 Number System and codes
1. Compare Analog and digital signals.

2. What are the advantages of digital systems?

3. Tabulate the decimal numbers from 0 to 15 for binary, octal and


hexadecimal numbers.

4. Convert the following numbers to their binary, octal and hexadecimal


equivalents
(a). (3461)10 (b). (0.4375)10 (e).(49.25)10

5.Convert following binary numbers to their decimal, octal and


hexadecimal equivalents:
(a) (110011)2 (b) (0.110)2 (c) (1011.110)2

6.Convert following Octal numbers to their decimal, binary and


hexadecimal equivalents
(a) (174)8 (b) (126) 8
(c) (23.6) 8 (d) (0.65) 8

7. Convert following hexadecimal numbers to their binary, octal and


decimal equivalents:
(a) (ADD)16 (c) (DAD) 16 b) (BAD) 16 (d) (FFFFF) 16
8. Perform binary operations using 2’s complement method:
(a) (110101)2 – (10101) 2
(b) (1010) 2 - (1100) 2
9. Perform binary operations using 1’s complement method:
(c) (46)10 – (32)10
(d) (001)2 – (101) 2

10.What are the advantages and disadvantages of BCD code?

11. Perform BCD operations for the following numbers:


(a) 132 + 59
(b) 78 + 12
(c) 570 + 630
12. find excess -3 code of i.(35)10 ii) (101101)2
13. find gray code of (11101)2 , (1011)2
14. Perform binary operations using 2’s complement method: find
binary code of (1101101)Gray (1001001)Gray

1
Unit-2 Logic gates and Logic Families

1. Draw symbol and TT, Boolean expression of all logic gates.

2. State Demorgan’s theorem and prove it.

3. Design AND, OR and NOT gates using NOR gates.

4. Design AND, OR and NOT gates using NAND gates.

5. Write any eight boolean laws

6. What do you mean by universal gates? Why are they so called?


Explain how NAND can be used as an Universal gate.

7. Implement EX-OR gate using NAND and NOR.

8. Design 3 input OR gate and 4 input NAND gate.

9. What are the TTL IC numbers for NOT, AND, NOR,


NAND, EX-OR and OR gates?

10. Draw logic circuit for the following expression:


(a). (b). (c) Y=(A+B)(C+D)

11. Construct logic circuit for the below equation using basic gates
only:
(a). Y= AB+A.B+A.B (b). T = XYZ + XZ
12. Design logic circuit for following expression using Universal gates:
(a). (b).

13. Realize using only NAND gates ,Y=(AB+BC)C.

14. Prove the following logic expression using Boolean algebra:

(a). AB + CD = (A+C) (A+D) (B+C) (B+D)

(b).
15. For F= X Y +X Y ,find complement of F.

16. Compare TTL and CMOS logic families


17. Draw circuit diagram using diode and transistor for NOT, AND, OR gate

2
Unit -3 Combinational Logic Circuits
1. Design Binary to Gray Code converter using K –map.
2. Design Gray to binary Code converter using K –map.
3. Minimize the following SOP expressions using Kmap
(a) F(A,B,C,D) = m(0,1,4,5,7,8,9,12,13,15)
(b) f= m(0,3,5,6,9,10,12,15)
(c) F= m(0,1,2,3,11,12,14,15)
(d) f(A,B,C)= m(0,1,3,4,5)

3. Realize full adder & full subtractor using K-map.

4. Reduce the expression Y=m(1,3,5,9,11,13)using K-map &


implement using K map.
5. Minimize the POS expression F= m(0,3,5,6,9,10,12,15) using K
map.
6. What is necessity of multiplexer/Give advantages of multiplexer.
7. Draw the logic diagram of 4 : 1 multiplexer & explain its working.
8. Draw the functional diagram of 4 : 1 MUX using NAND gates.
9 Draw the functional diagram of 4 : 1 MUX using basic gates.
10. Design 16 : 1 multiplexer using 4 : 1multiplexer.
11. Design 32 : 1 multiplexer using 16 : 1multiplexer.
12. what is a demultiplexer? State its application.
13. Draw the logic diagram of 1 :8 demultiplexer & explain its working.
14. Draw the functional diagram of 1 : 4 Demultiplexer using basic
gates.
15. Design 1 : 16 Demultiplexer using 1 : 8 Demultiplexer.
16. Differentiate between demux & mux.
17. What is a decoder?Explain how a demultiplexer can be used as
Decoder.
18. Explain working of BCD to 7 segment Decoder using IC 7447.
19. Explain working of BCD adder.

You might also like