Digital Logic - Unit Wise Questions

Unit 1: Binary Systems
16 Questions

1. What are the various types of numbering system use in the digital logic? Explain. Convert the 3EC816 into different numbering system that you know.

10 marks | Asked in 2071

4. Convert the following decimal numbers to the indicated bases.

(a) 7562.45 to octal

(b) 1938.257 to hexadecimal

(c) 175.175 to binary

5 marks | Asked in 2075

4. Perform the arithmetic operation (+42)+(-13) and (-42)-(-13) in binary using the signed -2's-complement representation for negative numbers. 

5 marks | Asked in 2074

4. Convert the following hexadecimal number to decimal and octal numbers

(a) 0FFF (b) 3FFF

5 marks | Asked in 2067

4. Convert the following hexadecimal number to decimal and octal numbers.

a) 4FF

b) 6FED

5 marks | Asked in 2073

4. Convert the hexadecimal number 2BFC to binary and then to octal.

5 marks | Asked in 2071

4. What do you mean by the Gray code? What are its application?

5 marks | Asked in 2072

4. Differentiate between Analog and Digital system.

5 marks | Asked in 2066

5. Explain the error detection code with example.

5 marks | Asked in 2073

5. Convert the following decimal numbers into hexadecimal and octal number.

(a) 304 (b) 224

5 marks | Asked in 2065

5. Covert the following:

a) A08E. FA16 = (? )10

b) AE9. BOE16 = (? )2

5 marks | Asked in 2072

5. Convert the following decimal number into hexadecimal and octal.

a. 334

b. 225

5 marks | Asked in 2070

5. Convert the following decimal numbers into Hexadecimal and Octal numbers:

(a) 504

(b) 250

5 marks | Asked in 2068

5. Convert the following decimal numbers into hexadecimal and octal number.

(a) 220

(b) 1020

5 marks | Asked in 2069

5. Convert the following octal numbers to hexadecimal.

a. 1760.46

b. 6055.263

5 marks | Asked in 2066

10. Explain the Ripple Counter.

5 marks | Asked in 2067

Unit 2: Boolean algebra and Logic Gates
13 Questions

5. Express the Boolean Function F = A + B' C in a sum of minterms .

5 marks | Asked in 2075

5. Proof the De-Morgan 1st and 2nd theorem with truth table and logic gates.

5 marks | Asked in 2071 |

6. Explain the duality theorem with example.

5 marks | Asked in 2073 |

6. State and prove commutative laws, associative laws and distributive law using logic gate and truth table.

5 marks | Asked in 2072

6. Proof the 1st and 2nd law of De Morgan’s theorems with logic gate and truth table.

5 marks | Asked in 2067 |

6. Which gates can be used as inverts in additional to the NOT gate and how?

5 marks | Asked in 2066

7. What do you mean by Universal gate? Realize the following logic gates using NOR gates.

(a) OR gate (b) AND gate

5 marks | Asked in 2067 |

7. Show that both NAND gate and NOR gate are universal gates.

5 marks | Asked in 2072 |

7. Draw a logic gates that implements the following 


5 marks | Asked in 2066

8. State and prove De-Morgan’s theorem 1st and 2nd with logic gates and truth table.

5 marks | Asked in 2066 |

8. Prove that:


5 marks | Asked in 2072

12. Write short notes on (any two):

(a) State diagram

(b) De-Morgan's theorem

(c) TTL

5 marks | Asked in 2074

13. Write short notes on:-

a) CMOS

b) Universal gates

c) Error detection code

5 marks | Asked in 2071

Unit 3: Simplification of Boolean Functions
11 Questions

5. Express the complement of the following function in sum of minterms.


5 marks | Asked in 2074

6. Reduce the following function using k-map

F = wxy + yz + xy'z + x'y

5 marks | Asked in 2074

6. Reduce the following function using k-map

F = B'D + A'BC' + AB'C + ABC'

5 marks | Asked in 2075

6. Simplify, the following Boolean function using three variable K-map.

a) F(X,Y,Z) = ∑(0,3,2,5)

b) F(A,B,C) = ∑(0,2,4,5,6)

5 marks | Asked in 2071

6. Describe the three Variable K-map with example.

5 marks | Asked in 2065

6. Explain the K-map with three variables.

5 marks | Asked in 2070

7. Simplify the Boolean expression.

prepare truth table to show that the simplified expression is correct or not?

5 marks | Asked in 2071

8. Write a procedure to reduce K-maps.

5 marks | Asked in 2069

9. Reduce the following expressions using K-map 

5 marks | Asked in 2066

9. Reduce the following expression using K-map.


5 marks | Asked in 2072

9. Simplify the Boolean function using K-Maps.

F = X’yz + X’yz’ +Xy’z’ +Xy’z

5 marks | Asked in 2068

Unit 4: Combinational Logic
13 Questions

2. What do you mean by full adder and full subtractor? Design a 3 to 8 line decoder using two 2 to 4 line decoder and explain it.

10 marks | Asked in 2067

2. Design a full subtractor with truth table and logic gates.

10 marks | Asked in 2066

3. Design the full subtractor circuit with using Decoder and explain the working principle.

10 marks | Asked in 2065 |

3. Explain the full subtractor with using decoder.

10 marks | Asked in 2070 |

4. Design a half subtractor circuit using only NAND gates.

5 marks | Asked in 2068

4. Design a half adder logic using only NOR gate.

5 marks | Asked in 2065 |

4. Design a half adder logic using only NAND gates.

5 marks | Asked in 2070 |

4. Design a half subtractor using only NOR gates.

5 marks | Asked in 2069

5. Design a half adder logic circuit using NOR gates only.

5 marks | Asked in 2067

7. Design half adder logic circuit using only universal gates.

5 marks | Asked in 2073

7. Explain the combination logic with examples.

5 marks | Asked in 2070 |

8. What is combinational logic? What are its important features.

5 marks | Asked in 2065 |

11. Differentiate between combinational logic and sequential logic. List some applications of sequential logic.

5 marks | Asked in 2069

Unit 5: Combinational Logic with MSI and LSI
40 Questions

1. Implement the following function  using 

(a) Decoder

(b) Multiplexer

(c) PLA

10 marks | Asked in 2075

1. Implement the following function  using

(a) Decoder

(b) Multiplexer

(c) PLA

10 marks | Asked in 2074

1. What is the magnitude comparator? Design a logic circuit for 4 bit magnitude comparator and explain it.

10 marks | Asked in 2067

1. Draw a block diagram, truth table and logic circuit of 1x16 Demultiplexer and explain its working principle.

10 marks | Asked in 2068

1. What is decoder? Implement the following using decoder.

(a) F (W X Y Z) = Σ (0,1,3,4,8,9,10)

(b) F (W X Y Z) = Σ (1,3,5,6,11,13,14)

10 marks | Asked in 2069

1. Explain the magnitude comparator and also design a logic diagram for 4 bit magnitude comparator.

10 marks | Asked in 2073

1. Design Magnitude comparator and also design a logic diagram for a 4 bit magnitude comparator.

10 marks | Asked in 2070

1. Draw a block diagram, truth table and logic circuit of a 16 x 1 multiplexer and explain its working principle.

10 marks | Asked in 2065 |

2. Differentiate between PAL and PLA. Design a counter as shown in the state diagram below 


10 marks | Asked in 2074

2. What do you mean by decoder? Design a 3 to 8 line decoder using 2 to 4 line decoder and explain it.

10 marks | Asked in 2073

2. Design a magnitude comparator using logic gates and truth table.

10 marks | Asked in 2072

3. Draw a block diagram, truth table and logic circuit of 1*16 Demultiplexer and explain its working principle. 

10 marks | Asked in 2074

3. The following is a truth table of a 3-input,4 output combinational circuit. Tabulate the PAL programming table for the circuit and mark for the circuit and mark the fuses to be blown in a PAL diagram.




10 marks | Asked in 2075

3. What is magnitude comparator? Design a logic circuit for 4 bit comparator and explain it.

10 marks | Asked in 2068

3. What is demultiplexer? Draw its block diagram and explain its working principle.

10 marks | Asked in 2071

3. Design a decimal adder with logical diagram and truth table.

10 marks | Asked in 2066

7. Design a combinational circuit with three inputs, x, y, and z, and three outputs, A, B, and C. When the binary input is 0, 1, 2, or 3, the binary output is one greater than the input. When the binary input is 4, 5, 6, or 7, the binary output is one less than the input.

5 marks | Asked in 2075 |

7. Design a combinational circuit with three inputs and six outputs. The output binary number should be the square of the input binary number.

5 marks | Asked in 2074

6. Design an encoder using universal gates.

5 marks | Asked in 2068

6. Design a multiplexer 4x1 using only universal gates.

5 marks | Asked in 2069

8. Implement half adder using 2-4 decoder.

5 marks | Asked in 2075

9. Design the priority encoder circuit.

5 marks | Asked in 2075

9. Design and explain the Decimal adder with truth table and suitable diagram.

5 marks | Asked in 2074

7. Design the Decoder using Universal gates.

5 marks | Asked in 2065

8. Draw a logic circuit of 4 x 1 multiplexer.

5 marks | Asked in 2067

8. Draw a logic circuit of 8*1 multiplexer.

5 marks | Asked in 2073

8. Explain the PLA (Programmable Logic Array).

5 marks | Asked in 2071

8. Differentiate between Multiplexer and demultiplexer.

5 marks | Asked in 2070

9. Design the 4 bit parallel binary adder.

5 marks | Asked in 2073

10.Differentiate between a MUX and a DEMUX.

5 marks | Asked in 2066

10. Explain the PLA with the block diagram.

5 marks | Asked in 2073

11. Explain the decoder and design with universal gates.

5 marks | Asked in 2070

11. Explain the operation of Decoder.

5 marks | Asked in 2066

11. Draw a 3 to 8 decoder circuit and explain its operation.

5 marks | Asked in 2071

11. Design the decimal adder.

5 marks | Asked in 2067

12. Design a 4 input multiplexer using logic diagram and truth table.

5 marks | Asked in 2072

12. Explain the decimal adder.

5 marks | Asked in 2069

12. Explain the programmable logic array.

5 marks | Asked in 2068

13. Write short notes on (any two):

a. Decoder b. Integrated circuit c. PLA.

5 marks | Asked in 2067

13. Write short notes on :

(a) Programmable Logic Array

(b) Triggering at flip-flop

(c) Memory Unit

5 marks | Asked in 2069

Unit 6: Synchronous and Asynchronous Sequential Logic
21 Questions

1. Design and implement with logic diagram of synchronous 3 bit up down counter using J-K flip flop.

10 marks | Asked in 2072

1. Design the 4-bit synchronous up/down counter with timing diagram, logic diagram and truth table.

10 marks | Asked in 2066 |

2. Design clocked sequential circuit of the following state diagram by using JK flip-flop.


10 marks | Asked in 2075

3. What is JK master slave flip-flop? Design its logic circuit, truth table and explain the working principle.

10 marks | Asked in 2067

3. Explain the Master-slave S-R flip-flop with logic diagram, truth table and timing diagram.

10 marks | Asked in 2069

3. Design a master-slave S-R flip flop with logic diagram and truth table.

10 marks | Asked in 2072

8. Design a 5 x 32 decoder with four 3 x 8 decoder with enable and one  2 x 4 decoder. Use block diagrams only. 

5 marks | Asked in 2074

7. What is J-K flip flop? Explain.

5 marks | Asked in 2069

7. What do you mean by D-flip-flop?

5 marks | Asked in 2068

8. What is sequential logic? What are the important features?

5 marks | Asked in 2068

11. Explain master slave J-K flipflop.

5 marks | Asked in 2074

9. How JK flip flop can convert into a D-flip flop?

5 marks | Asked in 2071

9. Describe the clocked RS flip-flop.

5 marks | Asked in 2065

9. What is flip-flop? Mention the application of flip-flop.

5 marks | Asked in 2067

10. How does a J-K flip flop differs from an S-R flip flop in its basic operations? Explain.

5 marks | Asked in 2072

10. What do you mean by triggering of flip flop?

5 marks | Asked in 2065

11. Explain the R-S flip flop with truth table.

5 marks | Asked in 2073

12. What do you mean by clocked RS flip-flop ?Explain

5 marks | Asked in 2070

13. What do you mean by Synchronous counter?

5 marks | Asked in 2066

13. Write short note on (any two):

a) Flip flop

b) Synchronous Counter

c) Digital systems.

5 marks | Asked in 2070

13. Write short notes on :

(a) Asynchronous counter

(b) Multiplexers

(c) State reduction table

5 marks | Asked in 2068

Unit 7: Registers and Counters
27 Questions

2. Design a 3 bit synchronous counter and explain it.

10 marks | Asked in 2068

2. What do you mean by asynchronous counter? Design a mod-6 synchronous counter using T flip-

flops.

10 marks | Asked in 2069

2. What do you mean by ripple counters? Explain with timing diagram.

10 marks | Asked in 2070

2. Design the mod-6 asynchronous counter and explain with truth table.

10 marks | Asked in 2071

2. Explain the 4 bit ripple counter and also draw a timing diagram.

10 marks | Asked in 2065 |

3. What do you mean by ripple counter? Explain the design procedure of sequential circuits.

10 marks | Asked in 2073

10. What is the difference between a serial and parallel transfer? Explain how to convert serial data to parallel and parallel data to serial. What type of register is needed?

5 marks | Asked in 2075

10. Explain shift register with parallel load. Highlight on its practical implications.

5 marks | Asked in 2074

9. What are the various types of shift registers?

5 marks | Asked in 2069

9. Mention the difference types of shift register.

5 marks | Asked in 2070

11. Design a 4-bit binary ripple counter with D flip-flops.

5 marks | Asked in 2075

12. Write short notes on (any two):

(a) SIMM

(b) RTL

(c) Parity Checker

5 marks | Asked in 2075

10. Draw a parallel-parallel-out shift register and explain it.

5 marks | Asked in 2068

10. Draw a logic diagram of a 4 bit ripple counter using D-flip flop.

5 marks | Asked in 2069

10. What do you mean by synchronous counter? Explain with truth table.

5 marks | Asked in 2071

10.What do you mean by Ripple counters?

5 marks | Asked in 2070

11. What are the shift Register operations?

5 marks | Asked in 2065

11. Differentiate between a counter a shift register.

5 marks | Asked in 2072

11. Explain the 4 bit ripple counter.

5 marks | Asked in 2068

12. Describe the Ripple counter.

5 marks | Asked in 2065

12. Mention the difference types of shift register and explain.

5 marks | Asked in 2071

12. What are the various types of shift registers?

5 marks | Asked in 2066

12. What do you mean by shift registers? Explain.

5 marks | Asked in 2067

12. Explain the shift register with example.

5 marks | Asked in 2073

13. Write short notes on:

(a) Registers. (b) Digital. (c) EBCDIC.

5 marks | Asked in 2065

13. Explain the serial-In, parallel out shift register.

5 marks | Asked in 2072

13. Write short note on (any two):

a) Binary counter

b) State reduction

c) Negative edge triggering

5 marks | Asked in 2073