Ec 12
Ec 12
̅ , where + denotes logical OR operation. The Boolean inputs '0' and '1' are also
Y =A +𝑩
available separately. Using instances of only D gates and inputs '0' and '1', ___________ (select
= 𝐵̅ (NOT)
F(A +𝐵̅ ) = A + 𝐵̿ = A + B
F(A + 𝐵̅ = A + B (OR)
Since NOR gate is universal logic gate, so all the functions can be implemented.
Important-
Ques-3
The output of the combinational circuit given below is:
a. A+B+C
b. A(B+C)
c. B(C+A)
d. C(A+B)
Correct option is (c)
Explanation.
Ques-5
In the circuit shown, diodes D1 ,D2 and D3 are ideal, and the inputs E1 , E2 and E3 are “0 V”
for logic ‘0’ and “10 V” for logic ‘1’. What logic gate does the circuit represent?
a. 3-input OR gate
b. 3-input NOR gate
c. 3-input AND gate
d. 3-input XOR gate
Correct option is (c)
Explanation. If any of the inputs from E1, E2, E3 is logic 0 (means OV) then the corresponding
diode will be "ON" resulting in OV at the output and only when all the inputs are logic 1 (means V DD)
then Vo (output voltage) will be high, hence, resulting into 3 input AND-gate. Truth table for the
logic circuit is shown below. E1 E2 E3 VO.
E1 E2 E3 Vo
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
1 0 0 0
1 0 1 0
1 1 0 0
1 1 1 1
Ques-6 A universal logic gate can implement any Boolean function by connecting sufficient number of them
appropriately. The three gates are as follows:
Explanation. In general, the only universal gates are NAND and NOR gates, but none of the
given gates is NAND or NOR gate. However, we must observe gate 3. All the Boolean functions
can be implemented by using this gate. Hence, it is a universal gate.
Ques-7
The output F in the digital logic circuit shown in the figure is
1. F=𝑿 ̅ YZ + X𝒀̅Z
2. ̅ ̅
F = 𝑿Y𝒁+ X𝒀𝒁̅̅̅̅
3. F = ̅̅̅̅
𝑿𝒀Z + XYZ
4. F = ̅̅̅̅̅̅
𝑿𝒀𝒁 + XYZ
Correct Option: A
Explanation:
Ques-8 In the latch circuit shown, the NAND gates have non-zero, but unequal propagation
delays. The present input condition is : P = Q = “0‟. If the input condition is changed
simultaneously to P = Q = “1”, the outputs X and Y are
a. X = ‘1’, Y =’1’
b. Either X = ‘1’, Y = ‘0’ or X =’0’, Y = ‘1’
c. Either X = ‘1’, Y = ‘1’ or X =’0’, Y = ‘0’
d. X = ‘0’, Y =’0’
Correct Option: b
Explanation:
When p = 0, Q = 0 ⇒ x = 1, y = 1
When p = 1, Q= 1 ⇒ x = 1, y = 0
(Or)
When p = 1, Q = 1 ⇒ x = 0, y = 1
Hence, the correct option is (b)
Ques 9: The logic gates shown in the digital circuit below use strong pull-down nMOS transistors for
LOW logic level at the outputs. When the pull-downs are off, high-value resistors set the output logic
levels to HIGH (i.e. the pull-ups are weak). Note that some nodes are intentionally shorted to
implement “wired logic”. Such shorted nodes will be HIGH only if the outputs of all the gates whose
The number of distinct values of X3X2X1X0 (out of the 16 possible values) that give 𝑌 = 1 is
a. 1
b. between 16 and 16
c. between 8 and 8
d. between 16 and 8
Correct Option: c
Explanation:
̅̅̅3
From figure, M = (X1⊕X2)𝑋
̅̅̅0
N = (A.X) )𝑋
= 0 [ as X. ̅̅̅
𝑋0 = 0 ]
Y = (N + X3) = X3
The number of distinct values possible with X3X2X1X0 = 16. And out of 16 combinations 8 such
combination present when X3 = 1 and gives output Y = 1.
Ques 10: The Boolean function Y = AB + CD is to be realized using only two-input NAND gates.
The mini mum number of gates required is
Correct Option: b
Explanation:
Ques 11:
Ques 12: For the output F to be 1 in the logic circuit shown in the following figure, the input
combination should be
Correct Option: d
Explanation:
For F = 1, even number of inputs to the EX-NOR gate at the output should be in logic `1’ state. In
the given logic circuit, other than C input, the other two inputs cannot be simultaneously in logic
`1’ state. Only one of them can be `1’ at a time. Therefore, C must be in logic `1’ state and hence
the answer.
Ques 13: Which gates in Digital Circuits are required to convert a NOR-based SR latch to an
SR flip-flop?
a) Two 2 input AND gates
b) Two 3 input AND gates
c) Two 2 input OR gates
d) Two 3 input OR gates
Correct Option: a
Explanation:
Two 2 input AND gates are placed with a NOR – based S – R latch to convert it to an S – R flip –
flop. One AND gate is given R in one input and clock in the other. Similarly the second AND
gate is given S in one input and clock in the other.
Ques 14:
When does a negative level triggered flip-flop in Digital Electronics changes its state?
a) When the clock is negative
b) When the clock is positive
c) When the inputs are all zero
d) When the inputs are all one
Answer: a
Explanation:
A negative level triggered flip – flop has a NOT gate present between clock input and the input
of AND gate. Thus, the negative level triggered flip – flop change its state when the clock is
negative.
Ques 15: How many AND, OR and EXOR gates are required for the configuration of full adder?
a) 1, 2, 2
b) 2, 1, 2
c) 3, 1, 2
d) 4, 0, 1
Correct Option: b
Explanation: There are 2 AND, 1 OR and 2 EXOR gates required for the configuration of full
adder, provided using half adder. Otherwise, configuration of full adder would require 3 AND, 2
OR and 2 EXOR.
Ques 16:
The subtractor has two outputs BORROW and DIFFERENCE. Since the difference output of a
subtractor is given by AB’ + BA’ and this is the output of a XOR gate. So, the final difference
output is AB’ + BA’.
Ques 17: Let A and B is the input of a subtractor then the borrow will be ___________
a) A AND B’
b) A’ AND B
c) A OR B
d) A AND B
Correct Option: b
Explanation
The borrow of a subtractor is received through AND gate whose one input is inverted. On
that basis the borrow will be (A’ AND B).
Ques 18:
Correct Option: b
Explanation
The design of an ALU is based on combinational logic. Because the unit has a regular
pattern, it can be broken into identical stages connected in cascade through carries.
Correct Option: c
ExplanationThe XOR (Exclusive Or) gate has a true output when the two inputs are
different. When one input is true, the output is the inversion of the other. When one input is
false, the output is the non-inversion of the other.
Ques 20: Which of the circuits in figure (a to d) is the sum-of-products implementation of figure
(e)?
a. a
b. b
c. c
d. d
Correct Option: d
Explanation
SOP means Sum Of Products form which represents the sum of product terms having
variables in complemented as well as in uncomplemented form. Here, the diagram of d
contains the OR gate followed by the AND gates, so it is in SOP form.
Ques 21. Which of the following logic expressions represents the logic diagram shown?
a. X=AB’+A’B
b. X=(AB)’+AB
c. X=(AB)’+A’B’
d. X=A’B’+AB
Correct Option: d
Explanation
1st output of AND gate is = A’B’
2nd AND gate’s output is = AB and,
OR gate’s output is = (A’B’)+(AB) = AB + A’B’.
a) Comparator
b) Multiplexer
c) Inverter
d) Demultiplexer
Correct Option: d
Explanation
The given diagram is demultiplexer, because it takes single input & gives many outputs. A
demultiplexer is a combinational circuit that takes a single output and latches it to multiple
outputs depending on the select lines.
Ques 23: For a two-input XNOR gate, with the input waveforms as shown below, which
output waveform is correct?
a) d
b) a
c) c
d) b
Correct Option: a
Explanation
Explanation: When both inputs are same then the o/p is high for a XNOR gate.
i.e., A B O/P
001
010
100
1 1 1.
Thus, it will produce 1 when inputs are even number of 1s or all 0s, and produce 0 when
input is odd number of 1s.
Ques 25 : For the device shown here, assume the D input is LOW, both S inputs are
LOW and the input is LOW. What is the status of the Y’ outputs?
Correct Option: a
Explanation
In the given diagram, S0 and S1 are selection bits. So,
I/P S0 S1 O/P
D = 0 0 0 Y0
D = 0 0 1 Y1
D = 0 1 0 Y2
D = 0 1 1 Y3
Hence, inputs are S0 and S1 are Low means 0, so output is Y0 and rest all are HIGH.
Ques 26: The figure below shows a multiplexer where S1 and S2 are the select lines, I0 to I3
are input data lines, EN is enabled line and F (P, Q, R) is the output. So F is
a. PQ + Q’R
b. P + QR’
c. PQ’R + P’Q
d. Q’ + PR
Correct Option: a
Explanation
Mux is combinational circuits. here EN is EN’ and the value of EN’ = 0, And EN = 1, so this
mux is in working condition.
Ques27: The state diagram of the sequence detector is shown below, state S0 is the initial
state of the sequence detector. If the output is 1 then
A) The sequence 01010 detected.
B) The sequence 01011 detected.
C) The sequence 01110 detected.
D) The sequence 01001 detected.
At S0 stage: There are two possibilities, when input is 1 then it stayed on S0 (same state) only and if
the input is 0 then it is going to next state S1 and still, the output is 0. So 0 is detected here.
At S1 stage: There is a two possibilities, when input is 0 then it stayed on S1 (same state) only and if
the input is 1 then it is going to next state S2 and still, the output is 0. So 1 is detected here.
At S2 stage: There are two possibilities when input is 1 then S2 goes to the S0 state (initial state) and
what we detected previously it will go, the sequence again started and if the input is 0 then it is going
to next state S3 and still, the output is 0. So 0 is detected here.
At S3 stage: There are two possibilities when input is 0 then S3 goes to the S1 state and what we
detected previously it will go the sequence again started from S1 and if the input is 1 then it is going to
next state S4 and still, the output is 0. So 1 is detected here.
At S4 stage: There are two possibilities, when input is 1 then S4 goes to the S0 state (initial
state) and what we detected previously it will go the sequence again started from S0 (initial state)
and if the input is 0 then it is going to state S3 and here we got the output is 1. So 0 is detected
here.
So the sequence we detect here is: 01010 (option A)
Ques 29: For the component in the sequential circuit shown below, tpd is the propagation delay
tsetup is the setup time and thold is the hold time. The maximum clock frequency (rounded off to
the nearest integer) at which the given circuit can operate reliably, is …… MHz.
Setup time :
The minimum time for which the data (D) should be stable at the input before the active edge of
clock arrival, that minimum time is called setup time. If the data is not stable before that
minimum time the setup violation occurs and we will not get the correct output.
Hold time:
The minimum time for which the data (D) should be stable at the input after the active edge of the
clock has arrived.
So here we have to find the time between two active edge of a clock or after how much time the
next clock edge arrives and we get data reliably. Initially we assume the data we get is stable.
Here input (IN) is externally applied to the EXOR and NAND gate so it has 0 (zero) delay.
When the clock is applied to both flip flop, the FF2 gets output after 8ns (propagation delay of
FF2) and this output is the input to the FF1 and the FF1 gets output after 3ns (propagation delay
of FF1) and this output is the input to the EX-OR gate. The output of the XOR gate is available
after 5ns (3+2). Now the output of the XOR gate is the input to the NAND gate so the output of
the NAND gate available after 7ns (3+2+2). The NAND gate output is the input to the FF2 means
at 7ns.
For FF1 the after the first clock edge is arriving, the data is available at 8ns and stable for 5ns
time (setup time of FF1) till the next clock has arrived so the time between two active clock edge
is 13ns (8+5) i.e. the data must be stable until the next clock edge arrives.
For FF2, after the first clock edge is arriving, the data is available at 7ns and stable for 4ns time
(setup time of FF2) till the next clock has arrived so the time between two active clock edge is
11ns (7+4) i.e. the data must be stable until the next clock edge arrives.
So here are two times between two active edges of the clock for FF1 and FF2 is 13ns and 11ns
respectively, but we will consider the maximum time i.e. 13ns because for 13ns both the flip flop
will work properly and we get reliable and stable output. If we consider 11ns time between two
active edges of the clock then FF2 will work properly but FF1 will not work properly and get
unstable output so we consider the maximum time 13ns. so T should be greater or equal to the
13ns.
So T >= 13 ns
And f < = 1/13ns
<= 76.923 MHz
And fmax = 76.923 MHz
f
Answer : max = 76.923 MHz
Ques 30: A function F (A, B, C) defined by three Boolean variables A, B and C when
expressed as sum of products is given by
F = A' B’ C’+ A’ B C’+ A ⋅ B’⋅ C’
where, A’, B’, and C’ are the complements of the respective variables. The product of sums
(POS) form of the function F is
A) F = (A + B + C) ⋅ (A + B’+ C) ⋅ (A’+ B + C)
B) F = (A’+ B’ + C’) ⋅ (A’+ B + C’) ⋅ (A + B’ + C’)
C) F = (A + B + C’) ⋅ (A + B’+ C’) ⋅ (A’+ B + C’) ⋅ (A’+ B’ + C) ⋅ (A’+ B’ + C’)
D) F = (A’+ B’ + C) ⋅ (A’+ B + C) ⋅ (A + B’ + C) ⋅ (A + B + C’) ⋅ (A + B + C)
Ques 31: The logic gates shown in the digital circuit below use strong pull-down nMOS
transistors for the LOW logic level at the outputs. When the pull-downs are off, high-value
resistors set the output logic levels to HIGH (i.e. the pull-ups are weak). Note that some
nodes are intentionally shorted to implement “wired logic”. Such shorted nodes will be
HIGH only if the outputs of all the gates whose outputs are shorted are HIGH.
The number of distinct values of X3X2X1X0 (out of the 16 possible values) that give Y = 1 is.
Sol: At the output, there is OR gate and OR gate output is 1 if any one of the inputs is 1.
From the fig. there are 4 inputs so 16 possible states will come into the picture and out of 16
how many states give the output 1 at the OR gate.
There is two wired logic (shorted nodes) at point A and B and it acts as AND gate. So only
X3 we will keep 1 always to get the OR gate output is 1. If we take X3 is zero then we will
not get the OR gate output Y equal to 1.
Let’s take X0 = 0 from the figure we see that OR gate has one input is 0 and other is X3 i.e.
1 so we got 1 output. X1, X2, and X3 we consider any value it does not affect the OR gate
output.
Let’s take X0 = 1 from the figure we see that OR gate has one input is 0 and other is X3 i.e.
1 so we got 1 output. X1, X2, and X3 we consider any value it does not affect the OR gate
output.
If X3 is zero (0) then the output will be zero irrespective of the values of X1, X2, and X3.
If X3 is 1 then the output will be 1 irrespective of the values of X1, X2, and X3.
So out of 16 possible values, the number of distinct values of X3X2X1X0 that gives Y =1 is 8.
Ques 33: In the circuit shown, what are the values of F for EN = 0 and EN =1, respectively.
A) 0 and D
B) Hi-z and D
C) 0 and 1
D) Hi-z and D’
Correct Option: B
Explanation. Let’s consider the NAND gate output is x and this is the input for PMOS
transistor and NOR gate output is y and this is the input for the NMOS transistor.
So there are two inputs EN and D then 4 combinations are present. We all know that PMOS
will conduct at logic 0 and NMOS will conduct at logic 1. The truth table is
From the truth table when EN=0, both the transistors are OFF and not connected to ground
and supply (VDD) so the transistor is in high impedance state.
From the truth table when EN=1, the output is equal to D value.
Option (B)
Ques 1: The logic function implemented by the circuit below is (ground implies logic 0)
a. F = AND (P,Q)
b. F = OR (P,R)
c. F = OR (P,Q)
d. F = XOR (P,Q)
Correct Option: D
Explanation:
Ques 2 - Two D flip-flops are connected as a synchronous counter that goes through the
following QBQA sequence 00→→11→→01→→10→→00→→… The combination to the inputs DA and
DB are
a. DA = QB; DB = QA
b. DA = ̅̅̅̅̅
𝑄𝐴 ; DB = ̅̅̅̅
𝑄𝐵
c. DA = (𝑄̅̅̅̅ 𝑄
𝐴 𝐵 + 𝑄 ̅̅̅̅ ̅̅̅̅
𝐴 𝑄𝐵 ); DB = 𝑄𝐴
d. DA = ( 𝑄𝐴 𝑄𝐵 + 𝑄𝐴 𝑄𝐵 ); 𝐷𝐵= ̅̅̅̅
̅̅̅̅̅̅̅̅ 𝑄𝐵
Option d is correct
Explanation
Ques 3: A 1-to-8 demultiplexer with data input Din, address inputs S0, S1 and S2 (with S0 as the
̅̅̅̅ to 𝑌̅7 as the eight demultiplexed output, is to be designed using two 2 - to - 4
LSB) and 𝑌𝑜
decoders (with enable input E and address input A0 and A1). As shown in the figure, Din, S0,
S1 and S2 are to be connected to P, Q, R and S, but not necessarily in this order. The respective
input connections to P, Q, R and S terminals should be
a. changed from 0 to 1
b. changed from 1 to 0
c. changed in either direction
d. not changed
Correct Option: A
Explanation
For the output to be high, both inputs to AND cute should be high.
The D-Flip Flop output is the same, after a delay.
Let initial input be 0; then 𝑄̅ = 1 (For 1' D-Flip Flop). This is given as input to 2nd FF.
Let the second input be 1. Now, considering after 1 time interval; The output of 1st Flip Flop Is l
and 1nd FF is also I. Thus Output = 1.
Ques 5: A four-variable Boolean function is realized using 4:1 multiplexers as shown in the
figure. The minimized expression for F (U V W X) is
A) (U V+ U’ V’) W’
B) (U V +U’ V’) (W’ X’ + W’ X)
C) (U V’ + U’ V) W’
D) (U V’ +U’ V) (W’ X’ + W’ X)
Correct Option: C
Explanation
Ques 6: A 4-bit shift register circuit configured for right-shift operation, i.e., D_{\text {in }}
\right arrow A, A \right arrow B, B \right arrow C, C \right arrow D Din
→A,A→B,B→C,C→D is shown. If the present state of the shift register is ABCD = 1101, the
number of clock cycles required to reach the state ABCD = 1111 is _____________.
a. 1
b. 0
c. 2.5
d. 10
Correct Option: d
Explanation
∴ 10 clock pulses are required to get state of ABCD = 1111
Hence, the correct answer is (10).
Ques-7
The circuit shown below consists of JK flip-flops, each with an active low asynchronous reset
̅̅̅̅ input). The counter corresponding to this circuit is
(𝑅𝑑
1. 000
2. 001
3. 010
4. 100
Correct Option: D
Explanation:
Ques-9: An SR latch is implemented using TTL gates as shown in the figure. The set and
reset inputs are provided using the push-button switches. It is observed that the circuit fails
to work as desired. The SR latch can be made functional by changing
Ques-10: The figure shows a binary counter with synchronous clear input. With the decoding
logic shown, the counter works as a
a. mod-2 counter
b. mod-4 counter
c. mod-5 counter
d. mod-6 counter
Correct Option: C
Explanation:
Ques-11: The digital logic shown in the figure satisfies the given state diagram when Q1 is
connected to input A of the XOR gate.
Suppose the XOR gate is replaced by an XNOR gate. Which one of the following options
preserves the state diagram?
̅̅̅̅
1. Input A is connected to 𝑄2
2. Input A is connected to ̅̅̅̅
𝑄2
̅̅̅̅and S is complemented
3. Input A is connected to 𝑄1
̅̅̅̅
4. Input A is connected to 𝑄1
Ques-12: Consider the D-Latch shown in the figure, which is transparent when its clock input CK
is high and has zero propagation delay. In the figure, the clock signal CLK1 has a 50% duty cycle
and CLK2 is a one-fifth period delayed version of CLK1. The duty cycle at the output latch in
percentage is
a. 25
b. 30
c. 35
d. 40
Correct Option: b
Explanation:
Ques13 : In the circuit shown, the clock frequency, i.e. the frequency of clk signal, is 12 kHz.
The frequency of the signal at Q2 is …….kHz.
State table:
Initially assume FF in reset mode i.e. Q2 and Q1 are zero.
So this is the MOD-3 counter.
NOTE: In MOD-N counter, if the applied frequency is “f” then output frequency is f/N.
“MOD N” indicates the number of states in the counting sequence.
fout = fclk/3
= 12/3
= 4 kHz
Answer = 4 kHz
Ques14: The state transition diagram for the circuit shown is.
Correct Option: C
Explanation:
From the table, it is clear that it is NAND gate so state diagram is:
When Q=0 and A=0 then it goes to the Q=1
When Q=0 and A=1 then it goes to the Q=1
When Q=1 and A=0 then it goes to the Q=1 (same state)
When Q=1 and A=1 then it goes to the Q=0
option (c)
Ques15: A Finite State Machine (FSM) is implemented using the D-FFs A and B with logic
gates as shown below. The four possible states of FSM are QAQB=00, 01, 10, 11.
Assume that Xin is held at constant logic level throughout the operation of FSM. Where the
FSM is initialized to the QAQB=00 and clocked, after a few clock cycle, it starts cycling
through.
A) All of the four possible states if Xin=1
B) Only two of the four possible states if Xin=0
C) Only two of the four possible states if Xin=1
D) All of the four possible states if
There are two cases, first if Xin=0 and second if Xin=1 And its given that state of Xin does not
change in the middle of its working.
Case 1 : Xin=0
If one input of NAND gate is 0, then its output will be always 1. Hence in this
case, DB would always receive 1 as input. We should make truth table accordingly as below
:
DA=QA⨁QB
Clock QB QA DB=1 (calculated from
previous states)
0 (initial) 0 0 1 0
1 1 0 1 1
2 1 1 1 0
3 1 0 1 1
4 1 1
We can see that the output QBAA "after a few clock cycles" is like 10-11-10-11 and so on. Only
two states 10 and 11 are in cycle.
Now see the options B and D. Option B matches here. But still we will take case 2 also to check
what happens :
Case 2 : Xin=1
If one input of NAND gate is 1, then its output will be compliment of other input. Hence in
this case, DB would always receive QA¯ as input. We should make truth table accordingly
as below :
DB=QA¯ DA=QA⨁QB
Clock QB QA (calculated from (calculated from
previous states) previous states)
0 (initial) 0 0 1 0
1 1 0 1 1
2 1 1 0 0
3 0 0 1 0
4 1 0 1 1
5 1 1 0 0
6 0 0
We can see that the output QBAA 00-10-11-00-10-11 and so on. Three
states 00, 10 and 11 are in cycle. Check the options A and C, Both are incorrect. Hence
considering both Cases, Correct answer is OPTION B.
Ques 16:
Two D-flip-flops, as shown below, are to be connected as a synchronous counter that goes
through the following Q1Q0 sequence 00→01→11→10→00→......
The inputs D0 and D1 respectively should be connected as
A)
(B)
(C)
(D)
Correct Option: A
Explanation:
So
Ques 17 :
The Boolean function realized by the logic circuit shown is
a. F = ∑ m (0,1,3,5,9,10,14)
b. F = ∑ m (2,3,5,7,8,12,13)
c. F = ∑ m (1,2,4,5,11,14,15)
d. F = ∑ m (2,3,5,7,8,9,12)
Correct Option: d
Explanation:
Ques 18:
Given that the initial state (Q1Q0) is 00, the counting sequence of the counter shown in the
following figure is, Q1Q0 =
a. 00-11-01-10-00
b. 00-01-11-10-00
c. 00-11-10-01-00
d. 00-10-01-11-00
Correct Option: a
Explanation: 00-11-01-10-00
Ques 19: In the figure shown, the initial state of Q is 0. The output is observed after the
application of each clock pulse. The output sequence at Q is
OPTIONS
a. 0000...
b. 1010...
c. 1111...
d. 1000...
Correct Option: c
Explanation:
Ques 20: The digital circuit shown below uses two negative edge - triggered D flip-flops.
Assuming initial condition of Q1 and Q0 as zero, the output Q1 Q0 of this circuit is
OPTIONS
a. 00, 01, 10, 11, 00 ... ....
b. 00, 01, 11, 10, 00 ... ...
c. 00, 11, 10, 01, 00 ... ...
d. 00, 01, 11, 11, 00 ... ...
Correct Option: b
Explanation
00, 01, 11, 10, 00 ... .
Ques 21: The figure below shows a 3-bit ripple counter, with Q2 as the MSB. The flip-flops
are rising-edge triggered. The counting direction is
a. always down
b. always up
c. up or down depending on the initial state of Q0 only
d. up or down depending on the initial states of Q2, Q1 and Q0
Correct Option: a
Explanation
Since triggering in positive edge triggering & Q of pervious flip-flop is input to next hence
always down.
Ques 22:
The output F of the multiplexer circuit shown below expressed in terms of the inputs P, Q and R
is
(A) F = P Θ Q Θ R
(B) F = PQ + QR + RP
(C) F = (P Θ Q) R
(D) F = (P Θ Q) R
Correct Option: a
Explanation
Ques 23 :
In the circuit shown, W and Y are MSBs of the control inputs. The output F is given by
(A)
(B)
(C)
(D)
Correct Option: C
Explanation
Ques 24 :
For the circuit shown in the following figure, I0 - I3 are inputs to the 4:1 multiplexer.
R(MSB) and S are control bits.
The output Z can be represented by
(A)
(B)
(C)
(D)
Correct Option: A
Explanation
Ques 25: A combinational circuit using a 8-to-1 multiplexer is shown in the following figure,
The minimized expression for the output (Z) is
(A)
(B)
(C)
(D)
Correct Option: C
Explanation
Ques 26: Consider the multiplexer based logic circuit shown in the figure;
(A)
(B)
(C)
(D)
Correct Option: d
Explanation
Ques 27: The outputs of the two flip-flops Q1, Q2 in the figure shown are initialized to 0, 0.
The sequence generated at Q1 upon application of clock signal is
a. 01110...
b. 00110...
c. 01010...
d. 01100...
Correct Option: d
Explanation
This is a figure of Johnson counter
So
Q1 Q2
0 0
1 0
1 1
0 1
0 0
1 0
So = Q1 = 01100