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
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Calculation of Tensile Forces in Piston-Type Water-Lifting Devices at Elevated Locations'
Figure 1 Overall Structure Diagram Figure 2: Top view of the piston when it is cylindrical A circular opening is created at a height of 5 meters above the water surface. Inside this opening is a sleeve-type piston with a cross-sectional area of 1 square meter. The piston is pulled to the right at a constant speed. The pulling force is(Figure 2): F = ρshg = 1000 × 1 × 5 × 10 = 50,000 N. Figure 3: Modifying the structure to incorporate a fixed internal piston When I modify the piston...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top