Vous êtes sur la page 1sur 7

Surya InfoEdge Classes By Professor: Contact No:97738 90030

Ravindra Suryavanshi & Sonu Raj

Digital Electronics
Sr.No Unit-1 Year

1 What is analog signal? Explain frequency, amplitude with respect to analog


signal. Oct-16

2 Encode the following decimal number in binary number system. i)25.45 ii)134 Oct-
16

3 Express the 10101100 BCD code into Grey code and also in Excess-3 code. Oct-16

4 i) Perform the subtraction using 1’s complement method. 11011 — 10100 Oct-16
ii) Perform the addition ofgiven binary numbers. 1000011 + 1110001

5 Write a short note on HOLLERITH code. Oct-16

6 i) Convert 45 octal number into decimalMultiply by 8 method Oct-16


ii) Convert 9A hexadecimal number into decimalMulptiply by 16 method

7 Define digital signaI.Eprain the terms digits and bits. Mar—17-KT

8 What are different numbering systems used ? Mar—17-KT


i) (11001011.01110)2 = ()10 ii) (1100110.011010)2 = ()16

9 What are codes? List and explain different types of codes. Mar—17-KT
Explain how negative numbers are represented in binary numbering system?Discuss
properties of 2’5

10 Mar—17-KT
complement

11 Perform following arithmetic operations after converting the numbers to binary


numbering system: Mar—17-KT
i) (10)10 + (4)10 ii) (727)8 — (234)8 iii)(DADA)16 + (BABA)16

12 Add following BCD numbers: i) (56)10 and (23)10 ii) (82)10 and (34)10 Mar—17-KT

Sr.No Unit-2 Year

1 For the logic expression Y=AB'+A'B. Obtain the truth table, name the gate and
operation performed Oct-16
and symbol for it also realize this using AND,OR,NOT gates.

2 Prove the given Boolean expression using Boolean theorem and draw the circuit for
it using NAND gate Oct-16
only. A.B +A'B + A'B' = A' + B
State and prove De-Morgan’s theorem and realize it using basic gates.

3 (A+B)'= A' . B' Oct-16


(A.B)' = A' +B'

4 Realize the given Boolean expression using NOR gate only. Oct-16
Y= (A'+B+C) . (A+B'+C') . (A'+B'+C') .(A'+B+C')

5 Using karnaugh’s map simplify the following SOP function and implement it with
basic gate. F(A,B,C,D) Oct-16
= (2,3,6,7,8,10,11,12) +d(14,15)

Surya InfoEdge Classes By Professor: Contact No:97738 90030


Ravindra Suryavanshi & Sonu Raj
Obtain product of sum expression forthe following function and implement it using
NOR network.

6 F(P,Q,R,S) = (1 ,3,4,5,6,7,12,13) Oct-16

7 Draw logic circuit and make truth table to prove the following Boolean theorems:
Mar—17-KT
i)A.0=0 ii)(A.B).C=A.(B.C)
Using rules of Boolean algebra, solve y=( x+z)( x+y+z) . Draw a logic circuit using
suitable gates to

8 . . . . . Mar—17-KT
Implement the simplified equation.

9 What is meant by universal logic gate? Draw logic circuits showing construction
of Ex-OR gate using Mar—17-KT
NAND gate and using NOR gate.

10 F(A,B,C,D) = 2 m (0,1 ,2,5,13,15). Draw k-map and find minimised Boolean


expression. Mar—17-KT
What is meant by don’t care conditions? Explain how are they used in simplifying an
expression using

11 a k-map. Mar—17-KT

12 What are disadvantages of k-map? Explain the Q-M method. Mar—17-KT

Sr.No Unit-3 Year

1 What is full adder? Draw logic circuit diagram and explain it. Oct-16
2 Design BCD to Excess -3 code converter. Oct-16

3 With the help of IC 7483 block diagram explain BCD adder. Oct-16

4 Describe Half subtractor with help of circuit diagram and truth table. Oct-16

5 What is comparator circuit? Discuss detail working of it. Oct-16

6 Design and implement Binary to Grey code converter circuit. Oct-16

A 4 bit binary number is represented by A3A2A1A0 where A3, A2, A1 and A0 represent
the individual
7 bits with A0 equals to the LSB. Design a logic circuit that will produce a HIGH
output whenever binary Mar—17-KT
number is greaterthan (0010)2 and less than (1000)2.

8 Convert 4 bit binary number to 4 bit gray. Draw the truth table,necessary k-maps
and logic circuit. Mar—17-KT

9 Design a BCD to 7 segment decoderRealize the circuit using NAND gates only. Mar—
17-KT

10 Implement 8 bit adder using 4 bit full adder. Mar—17-KT

11 Draw circuit and explain working of BCD subtractor. Mar—17-KT

12 Write a note on fast multiplier. Mar—17-KT


Sr.No Unit-4 Year

1 Draw logic circuit diagram of D flip flop and explain working of it. Oct-16

2 Discuss clocked S-R flip flop using four NAND gates. Oct-16

3 How JK flip flop is derived from S-R flip flop give the details about it. Oct-16

4 Write a short note on Multiplexer. Oct-16

Surya InfoEdge Classes By Professor: Contact No:97738 90030


Ravindra Suryavanshi & Sonu Raj
5 With the help oftwo 4:1 multiplexer how can we build 8:1 multiplexer? Oct-16

6 Explain the roll of ALU as a part of computer system. Oct-16

7 Implement following function using 8:1 Mux. F(A,B,C,D) = 2 m (2,4,5,7,10,14) Mar—


17-KT

8 What are data distributor (demultiplexer)? Explain basic operation of 2 output


demultiplexer Mar—17-KT

9 Draw block digram and explain operation of 74180 monolithic 8 bit


checker/generator. Mar—17-KT

Explain the need of preset and clear pins in RS flip flop? With neat block
diagram,truth table and the
10 . . Mar—17-KT
working of RS flip flop.

11 Write a note on master slave JK flip flop. Mar—17-KT

12 Discuss various applications of flip flops. Mar—17-KT


Sr.No Unit-5 Year

1 Explain the operation of SIPO shift register. Oct-16

2 Discuss Decade counterwith help of circuit diagram. Oct-16

3 What is ring counter explain the working of it. Oct-16

4 Write a short note on 7 segment display. Oct-16

5 How can you design synchronous counters using T flip flop? Oct-16

6 Draw the diagram of IC 7490 and describe it. Oct-16

7 Explain the working of Asynchronous / ripple counter. Mar—17-KT

8 Design mod-4 regular sequential synchronous up counter using T FF. Mar—17-KT

9 Write truth table for mod 6 counter in IC 7492. Mar—17-KT

10 Explain the difference between serial shifting and parallel shifting of data in
shift register. Mar—17-KT

11 Explain how sequence generator circuit works. Mar—17-KT

12 Write a note on ring counter. Mar—17-KT

Vous aimerez peut-être aussi