Epa Dte
Epa Dte
1 (b) 02 1 (c) 02
1 (c) 02
1 (g) 02 1 (f) 02
1 (f) 02
2 (b) 04 2 (b) 04
2 (b) 04
2 (d) 04 2 (d) 04
2 (d) 04
Combinational 4 (b) 04 4 (b) 04
3 4 (b) 04
Logic Circuits 4 (c) 04 4 (c) 04
4 (c) 04
6 (b) 06 6 (b) 06
6 (b) 06
37
Exam Unit Question no. as per MSBTE Marks
Year No
and
Name
Summer Unit 1a. State the base of the following number system 02
2023 1 Decimal, Binary, Octal, Hexadecimal
Ans
Decimal has base : 10
Binary has base: 2
Octal has base : 8
Hexadecimal has base : 16
i) (10110101)2 = (?)10
=1*27+0*26+1*25+1*24+0*23+1*22+0*21+1*20
= 128 + 0 + 32 + 16 + 0 + 4 + 0 + 1
= (181)10
ii) (10110101)2 = (?)8
Step 1: Write down the binary number
(10110101)2
Group all the digits in sets of three starting from the LSB (far
right). Add zeros to the left of the last digit if there aren't
enough digits to make a set of three.
010 110 101
Step 2: Convert each set of three into an octal digit. In this
case,
010=2, 110=6, 101=5.
So, the number 265 is the octal equivalent to 10110101 in
binary.
1 1 0 1 0 1 = (265)8
iii) (10110101)2 = (?)16
Step 1: Write down the binary number: (10110101)2
Step 2: Group all the digits in sets of four starting from the
LSB (far right). Add zeros to the left of the last digit if there
aren't enough digits to make a set of four:
1011 0101
Step 3: Write decimal equivalent of each group
1011 = (B )16
0101=(5)16
Vidyalankar : B.E. Microwave
1 0 1 1 0 1 0 1 = (B5) 16
(1 1 1 0 1 1 1 1)gray
39
1e. Write gray code to given number. 02
(11111)2 = (?)Gray
Ans:
(11111)2 = (10000)
ii) (1111011)2 = ( ) 8
Step 1: Write down the binary number
(1111011)2
Group all the digits in sets of three starting from the LSB (far
right). Add zeros to the left of the last digit if there aren't
enough digits to make a set of three.
001 111 011
Step 2: Convert each set of three into an octal digit. In this
case,
001=1, 111=7, 011=3.
Vidyalankar : B.E. Microwave
So, the number 1111011 in binary is equivalent to 173 in
octal.
Ans: (1111011)2 =(173)8
2a. Convert 04
(43)10 = (BCD)
(34)10 = (Excess-3)
(110111)2 = (Gray)
(11101)2 = (2’s complement)
41
Summer Unit 3a. Draw OR gate and NOR gate using NAND only. 04
2023 2 Ans: NAND and NOR gates are universal gates. All basic
gates can be designed by using these gates.
04
3b. Compare TTL, CMOS, ECL Logic families (any 4
points)
Ans:
Parameters TTL CMOS ECL
ii. Fan-out:
Fan-out is defined as the number of gates that the
output of a gate can drive without disturbing
normal operation.
Eg: Fan-out 4 means that the gate can drive 4
inputs of the same IC family.
43
6c. Reduce the following Boolean expression using
Boolean laws.
i) Y= AB +A B +AB +A B
Ans:
ii) Y = A B C+ A B C + ABC
Ans:
iii) Y = A B C+A B C + A B C
Ans:
Winter Unit 2a. Sketch the given Boolean expression; use one AND 04
2022 2 gate one OR gate only Y = AB + AC.
Ans:
Vidyalankar : B.E. Microwave
Ans:
1. AND gate using NOR gate
a. Symbol
45
b. Truth table of OR gate
6c. Draw the circuit and explain the principle of TTL gate
with totem pole output. 06
Ans:
Vidyalankar : B.E. Microwave
47
Statement: Compliment of product is equal to sum of the
compliments
04
Vidyalankar : B.E. Microwave
4a. Realize given Boolean expression using basic gates and
simplify same.
y = AB + BC (B+C)
Ans:
49
micro controllers.
2. Ti is used in ADC to major digitize analog signals.
51
4c. Design 32:1 multiplexer using 8:1 multiplexer.
Ans: 04
Vidyalankar : B.E. Microwave
53
4. Serial to Parallel converter
5. Communication in TDM, FDM.
55
Vidyalankar : B.E. Microwave
57
6b. Design a four bit BCD adder using IC-7483 and
NAND gate only 06
Ans:
Vidyalankar : B.E. Microwave
59
Vidyalankar : B.E. Microwave
Ans:
61
4b. Design 4 bit binary to gray code converter. Using
truth table.
04
04
06
Vidyalankar : B.E. Microwave
63
Vidyalankar : B.E. Microwave
65
4c. Realize given expression using K-map f(A, B, C, D =
Σ m(3, 5, 7, 8, 10, 11, 12, 13)
67
Truth table of D Flip-Flop:
INPUT OUTPUT
Clock
D Q Q’
LOW x 0 1
02
HIGH 0 0 1
HIGH 1 1 0
OR
1. Serial-in/serial-out.
2. Parallel-in/serial-out.
3. Serial-in/parallel-out.
4. Parallel-in/parallel-out
69
4d. Explain the working of master slave JK flipflop with 04
truth table and logic diagram.
Ans:
The Master-Slave JK Flip Flop
06
5a. Design Mod-6 counter using IC 7490 and explain its
design with working.
Ans:
Clock is given to clock input A. Output QA is connected to
clock input B. To reset the counter after counting the first six
states from 0 to 5, the counter outputs Qc and QB should be
connected to the reset inputs.
71
6a. Design synchronous decade counter using D flipflop
Ans:
Step 1: Find the number of Flip-flops needed
The number of Flip-flops required can be determined by
using the following equation:
M ≤ 2N
K Map for DA :
Therefore,
0 0 0 0 0 0 0 1 0 0 0 1
0 0 0 1 0 0 1 0 0 0 1 0
0 0 1 0 0 0 1 1 0 0 1 1
0 0 1 1 0 1 0 0 0 1 0 0
0 1 0 0 0 1 0 1 0 1 0 1
0 1 0 1 0 1 1 0 0 1 1 0
0 1 1 0 0 1 1 1 0 1 1 1
0 1 1 1 1 0 0 0 1 0 0 0
73
1 0 0 0 1 0 0 1 1 0 0 1
Winter Unit 1c. Draw symbol and write the truth table for T-flipflop. 02
2022 4 Ans:
Symbol:
Working:
The DATA leaves the shift register one bit at a time in a
serial pattern, hence the name Serial-in to Serial-Out Shift
Register or SISO.
The SISO shift register is one of the simplest of the four
configurations as it has only three connections, the serial
input (SI) which determines what enters the left hand flip-
flop, the serial output (SO) which is taken from the output of
the right hand flip-flop and the sequencing clock signal (Clk).
The logic circuit diagram below shows a generalized serial in
serial-out shift register, Output of FFA is Q4,FFB Q3,FFC
Q2 and FFD is Q1
Vidyalankar : B.E. Microwave
Waveform:(Input is 01101)
75
04
06
06
77
Ans:
Block schematic of decade counter IC 7490
Expression for Y:
Y= QC QB QA + QD
Vidyalankar : B.E. Microwave
Circuit is-
Summer Unit 1b. List triggering methods used for triggering flip flops. 02
2022 4 Ans:
: Triggering methods used for triggering flip flops:
Negative edge triggering.
Positive edge triggering.
Positive level triggering.
Negative level triggering.
79
04
04
06
3c. Draw a 4-bit ring counter with truth table and its
waveform.
Vidyalankar : B.E. Microwave
06
81
4d. Draw JK master slave flip flop and explain its
operations.
Please refer S-23 Q 4(d)
5a. Draw and explain operation 4-bit universal shift
register. Draw necessary waveforms.
Ans:
4-bit universal shift register
Working:
1. PARALLEL LOAD: When mode control (M) is
connected to logic 1, AND gates 2, 4, 6, 8 will be enables and
AND gates 1, 3,5,7, will be disabled . The 4-bit binary data
will be loaded
parallel. The clock-2 input will be applied to the flip-flops ,
since M= 1, AND gates -10 is enabled and gate-9 is disabled.
Input will transfer parallel data to QA to QD outputs.
2. SHIFT RIGHT: When mode control (M) is connected to
logic 0, AND gates 1,3,5,7 will be enabled and gates 2, 4,,6,
8,will be disabled. The data will be shifted serially. The clock
-1, input will be applied to the flip-flops, Since M = 0, AND
gates - 9 is enabled, and gates -10 is disabled. The data is
shifted serially to right from QA to QD.
3. SHIFT LEFT: When mode control (M) is connected to
logic 1, AND gates 2,4,6,8 will be enabled. This mode
permits parallel loading of the resister and shift -left
operation. The shift -left operation can be accomplished by
connecting the output of each flip flop to the parallel input of
the previous flip- flop and serial input is applied at the input.
83
Here, the inputs of AND gates are programmable. That
means each AND gate has both normal and complemented
inputs of variables. So, based on the requirement, we can
program any of those inputs. So, we can generate only the
required product terms by using these AND gates. Here, the
inputs of OR gates are also programmable. So, we can
program any number of required product terms, since all the
outputs of AND gates are applied as inputs to each OR gate. 04
Therefore, the outputs of PLA will be in the form of sum of
products form.
85
04
06
Ans:
Vidyalankar : B.E. Microwave
87
gives output with relative accuracy at the highest
error of ±0.19%.
2. The power supply used should be in a range of ±4.5V
to ±18V.
3. The settling time is 150 ns which is very fast.
4. DAC0808 provides features of low power
consumption. The maximum power it can dissipate is
1000mW. For a supply voltage of ±5V, it utilizes
only 33 mW power.
5. The inputs are CMOS and TTL compatible.
89
overflow signal to the control logic, when it is incremented
after reaching the maximum count value. At this instant, all
the bits of counter will be having zeros only.
Now, the control logic pushes the switch sw to connect to the
negative reference voltage −Vref. This negative reference
voltage is applied to an integrator. It removes the charge
stored in the capacitor until it becomes zero.
At this instant, both the inputs of a comparator are having
zero volts. So, comparator sends a signal to the control logic.
Now, the control logic disables the clock signal generator
and retains (holds) the counter value. The counter value is
proportional to the external analog input voltage.
At this instant, the output of the counter will be displayed as
the digital output. It is almost equivalent to the
corresponding external analog input value Vi.
The dual slope ADC is used in the applications,
where accuracy is more important while converting analog
input into its equivalent digital (binary) data