How to Solve a Timing Diagram with Multiple Logic Gates?

  • Thread starter Thread starter Potatochip911
  • Start date Start date
  • Tags Tags
    Diagram Drawing
AI Thread Summary
The discussion revolves around solving a timing diagram involving multiple logic gates, specifically NAND gates, under various input conditions. The initial conditions provided are combinations of binary values for X, Y, and Z. The calculations for outputs W and V show that both equal 1 under certain conditions. The confusion arises in determining the values for Q and Q', as the outputs depend on the state of the NAND gates and the order of evaluation. The conversation emphasizes the need to analyze the transitions of Q and Q' based on different combinations of V and W to identify stable outputs versus cycles.
Potatochip911
Messages
317
Reaction score
3

Homework Statement


Draw the diagram for the following circuit given the following conditions:
1) X=Y=Z=1
2)X=Y=1, Z=0
3)X=Y=0, Z=1
4)X=1, Y=Z=0
CircuitPhys.png


Homework Equations



The Attempt at a Solution


[/B]
##W=XZ'+YZ##, ##V=Y'Z+XY##

1) W = 0 + 1 = 1
V = 0 + 1 = 1

and now I'm not sure how to get the values for ##Q## and ##Q'## as for the nand gate:

a|b|out
0|0|1
0|1|1
1|0|1
1|1|0

so it appears as though having one of the inputs to the gate to be true doesn't provide any information without the other one input being known.
 

Attachments

  • CircuitPhys.png
    CircuitPhys.png
    8.9 KB · Views: 726
Physics news on Phys.org
Potatochip911 said:
so it appears as though having one of the inputs to the gate to be true doesn't provide any information without the other one input being known.

If we assume that power has been removed for some time prior to providing the inputs, then the NAND gates should be outputting 0 to each other.
 
  • Like
Likes Potatochip911
Drakkith said:
If we assume that power has been removed for some time prior to providing the inputs, then the NAND gates should be outputting 0 to each other.

Hmm, now I'm confused because depending on whether or not I start at the top or bottom gate outputting 0 I will end up with either ##Q=1##, ##Q'=0## or ##Q=0##, ##Q'=1##
 
I would start by considering the four possible combinations of V and W. For each, consider how the four different states for Q and Q' transition from one to another. Some V, W combinations will produce a stable output for Q and Q', while others will produce cycles.
 
  • Like
Likes Potatochip911
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Back
Top