MHB Can you take multiple courses at once?

  • Thread starter Thread starter ineedhelpnow
  • Start date Start date
  • Tags Tags
    Led
AI Thread Summary
The discussion centers around the operation of a NOR gate in relation to lighting an LED. It is clarified that the LED will illuminate when any of the four inputs to the NOR gate are HIGH. The NOR gate outputs LOW when any input is HIGH and outputs HIGH only when all inputs are LOW. For the LED to light up, the voltage above it must be HIGH and the voltage below it must be LOW, allowing current to flow. The conversation also touches on the concept of stability in logic gates, emphasizing that they do not require stabilization in the traditional sense. The confusion arises from the understanding of input combinations, particularly why all LOW inputs (0000) result in a HIGH output from the NOR gate, which is essential for the LED to remain off. The analogy used to explain this involves asking about course preferences, illustrating how the logic operates based on the presence or absence of HIGH inputs.
ineedhelpnow
Messages
649
Reaction score
0
when is the LED on for the circuit shown? (Construct a truth table) btw that part that's cut off at the top says 5 V but i don't think the voltage or resistance matters in this problem. how many low and how many high inputs do i need to get that LED to light up?

View attachment 3279
 

Attachments

  • DSC00001.JPG
    DSC00001.JPG
    6.4 KB · Views: 90
Technology news on Phys.org
my drawing is a little off. it's supposed to be a NOR gate.
 
i found the answer to this question to be "The LED will be on when any of the four inputs are HIGH." nor operation produces a low when any of the inputs are high and high when both inputs are low. i would figure that you need a high for the LED to light up so therefor don't the inputs have to be low?

---------------------------------------------------

oh i understand now. its because in order for a system to maintain stability you need high and low voltage so you can't have 1111 or 0000 therefor it has to be when any of the inputs is one even if it means an output of 0.
 
Last edited:
ineedhelpnow said:
i found the answer to this question to be "The LED will be on when any of the four inputs are HIGH." nor operation produces a low when any of the inputs are high and high when both inputs are low. i would figure that you need a high for the LED to light up so therefor don't the inputs have to be low?

For the LED to light up, the voltage just above the LED must be high, and the voltage just below the LED must be low.
Otherwise, current wouldn't flow.
Therefore, the output of the NOR must be low.

Btw, the part of the sentence that says "(nor operation produces) a high when both inputs are low" should really read: "(nor operation produces) a high when all inputs are low".
oh i understand now. its because in order for a system to maintain stability you need high and low voltage so you can't have 1111 or 0000 therefor it has to be when any of the inputs is one even if it means an output of 0.

Nope. That's not it.
 
ok how about. a 0 is needed to stabilize the voltage of 5V...
but then why does 0000 not work? that produces a low also.
 
ineedhelpnow said:
ok how about. a 0 is needed to stabilize the voltage of 5V...
but then why does 0000 not work? that produces a low also.

Logic gates like the NOR have no need for stabilization.

Consider what 0000 means.
It means that all inputs count as "false".
What is:

NOT ( false OR false OR false OR false )
 
oh i figured the whole thing as a device need to be stable.
false OR false OR false OR false (this part really confused me :confused: )
 
ineedhelpnow said:
oh i figured the whole thing as a device need to be stable.

A logic gate like this one is considered stable by definition.
false OR false OR false OR false (this part really confused me :confused: )

This is about logic.

Suppose I want to know if you want to take a (any) course.
And suppose to do so, I ask you if you want to take

course A or course B or course C or course D

If you don't want to take any of them, the answer is no (aka false).
But if you want to take 1 or more of them, the answer is yes (aka true).
 
Back
Top