Question Details

For the given circuit, the input digital signals are applied at the terminals A, B and C. What would be the output at the terminal y ?

Options

A

B

C

D

Show Answer

Correct Answer :

Option C

Option 3

Solution :

The correct option is Option 3.

Logic Circuit Analysis:
The given digital logic circuit consists of two primary logic gates:

  1. An AND gate with inputs connected to terminals A and B. Let its intermediate output be X.
  2. An OR gate with one input connected to the intermediate output X and the other connected to terminal C. The output of this OR gate is terminal y.

Based on this configuration, we can write the Boolean expression for the intermediate output X as:
X = A · B
And the final output y at the terminal is:
y = X + C = ( A · B ) + C

Step-by-Step Interval Evaluation:
From the given timing waveforms of the input digital signals A, B, and C, we identify the logic level (where 5V represents logic 1 and 0V represents logic 0) for each time interval, and calculate the output y:

  • Interval 0<t<t1: Inputs are A = 0, B = 0, C = 0.
    AND gate: X=0·0=0
    OR gate: y=0+0=0 (Output is 0V)
  • Interval t1<t<t2: Inputs are A = 1, B = 0, C = 0.
    AND gate: X=1·0=0
    OR gate: y=0+0=0 (Output is 0V)
  • Interval t2<t<t3: Inputs are A = 1, B = 1, C = 0.
    AND gate: X=1·1=1
    OR gate: y=1+0=1 (Output is 5V)
  • Interval t3<t<t4: Inputs are A = 0, B = 1, C = 1.
    AND gate: X=0·1=0
    OR gate: y=0+1=1 (Output is 5V)
  • Interval t4<t<t5: Inputs are A = 0, B = 0, C = 1.
    AND gate: X=0·0=0
    OR gate: y=0+1=1 (Output is 5V)
  • Interval t5<t<t6: Inputs are A = 1, B = 0, C = 1.
    AND gate: X=1·0=0
    OR gate: y=0+1=1 (Output is 5V)
  • Interval t6<t<t7: Inputs are A = 0, B = 1, C = 0.
    AND gate: X=0·1=0
    OR gate: y=0+0=0 (Output is 0V)

Conclusion:
The output y is low (0V) from time 0 to t2, switches to high (5V) at t2 and remains high until t6, and then returns to low (0V) from t6 to t7. This matches the waveform shown in Option 3.

Unlock Our Free Library

Access expert-curated educational resources and study materials—completely free.

Discover more resources

You may also like

Mock Tests

View All
  • JEE
  • intermediate
  • 3 hours
  • chemistry, mathematics, physics
  • Proctored

  • JEE
  • intermediate
  • 3 hours
  • chemical engineering, mathematics, physics

Ask AI Tutor
5 left
Q1 View Question & Options
AI Tutor is solving this question...
Reading question context & options...