Questions tagged [circuit-diagram]

A circuit diagram (also known as an electrical diagram, elementary diagram, or electronic schematic) is a simplified conventional graphical representation of an electrical circuit.

Circuit diagrams are pictures with symbols that have differed from country to country and have changed over time, but are now to a large extent internationally standardized. Simple components often had symbols intended to represent some feature of the physical construction of the device.

Common schematic diagram symbols (US symbols)

enter image description here

Sample Diagram:

**enter image description here**

63 questions
-3
votes
1 answer

Racing/ S-R Circuits?

Following truth table resulted from the circuit below. SR(NOR) latch is used. I have tried several times to trace through the circuit to see how truth table values are produced but its not working. Can someone explain to me what is going on ? This…
Jenna Maiz
  • 792
  • 4
  • 17
  • 38
-4
votes
1 answer

What's the truth table of this circuit

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…
user4424299
-4
votes
2 answers

Boolean gate simplification

I'm very new to engineering/circuit design/programming and I could use some help simplifying this logic gate: z = A.B.C + A.B'.C' + A'.B'.C + A'.B'.C'. I tried a whole bunch and came up with: z = A.C + B'.C' but the truth table is off. I could use…
1 2 3 4
5