I'm trying to make a truth table of this electronic circuit:
How does this work? How can I know what the value of B is for example A = 0 and C = 0? Isn't this an infinite recursive structure? Or how does that work? I used Logism to simulate the circuit and found this truth table:
A = 0 C = 0 --> B = 1
A = 1 C = 0 --> B = 1
A = 0 C = 1 --> B = 1
A = 1 C = 1 --> B = 0
Now, is this correct? And what's the boolean expression for this circuit given A and C?