Understanding Node Placement: Exploring Elements Without a Node in Between

  • Thread starter goonking
  • Start date
In summary: Not going to happen with me nor anyone who takes advice from me. They may be overworked, underpaid, people too, etc. etc. Lots of people are. But since they are 'people too',...In summary, it would not be wrong to say a node is in between two or more elements.
  • #1
goonking
434
3
would it be wrong to say a node is in between two or more elements?

can there be two elements without a node in between?
 
Engineering news on Phys.org
  • #2
What do you mean by node? are they sharing electrons as in a molecular bond?
 
  • #3
Are you talking about an electric circuit and electric circuit elements?
 
  • #4
goonking said:
would it be wrong to say a node is in between two or more elements?
No, you would be correct (see the red dots)

http://mathonweb.com/help/node1a.gif
node1a.gif

goonking said:
can there be two elements without a node in between?
Sure, when there is no direct connection between them. :smile:
 
  • #5
berkeman said:
No, you would be correct (see the red dots)

http://mathonweb.com/help/node1a.gif
node1a.gif


Sure, when there is no direct connection between them. :smile:
The majority of my class had "branches" as the answer instead of "elements" and I was marked wrong for having "elements" as an answer.Was "branches" the better answer to this question?
 
  • #6
Branches is probably a more accurate answer but you might be able to argue that each branch has an element in it. However, ultimately its the teacher who decides and maybe you'll get partial credit for your thinking.

The best approach is to ask the teacher why branches is the preferred answer over elements as you thought each branch contained an element and you could look at it as connecting elements together.
 
  • Like
Likes Averagesupernova and goonking
  • #7
jedishrfu said:
Branches is probably a more accurate answer but you might be able to argue that each branch has an element in it. However, ultimately its the teacher who decides and maybe you'll get partial credit for your thinking.

The best approach is to ask the teacher why branches is the preferred answer over elements as you thought each branch contained an element and you could look at it as connecting elements together.
What I placed in bold was my exact thought also. You will never have a branch unless you have an element within it. The only place I could ever see this would be incorrect is parallel conductors. Even that is a stretch since when we parallel conductors is when their resistance becomes significant relative to the rest of the circuit which is saying the conductors have a significant resistance. I would also call the teacher on it. If nothing else I like to get in their head. :)
 
  • Like
Likes goonking
  • #8
Averagesupernova said:
What I placed in bold was my exact thought also. You will never have a branch unless you have an element within it. The only place I could ever see this would be incorrect is parallel conductors. Even that is a stretch since when we parallel conductors is when their resistance becomes significant relative to the rest of the circuit which is saying the conductors have a significant resistance. I would also call the teacher on it. If nothing else I like to get in their head. :)

Great post, but bad advice on the teacher. Teachers are people too. They are overworked. They often get students whining about poor grades. The best strategy is to learn from the experience by asking the teacher why branch was better than element rather than trying to win an argument with someone who is also the judge for the argument.

I knew a student one time who was so subtle that he would gently show the teacher that they got something wrong by asking a couple of questions privately after class and then leaving the teacher to decide what to do. Invariably the teacher would then correctly explain to it to us in the next class. I know the teachers really appreciated his tact because our Latin teacher told us about it on time in class (we were a year younger). This student was so good he consistently got straight A's but not just A's all his grades were straight 100's on every test. It really left an impression on me that I still remember this after 40+ years.
 
  • #9
jedishrfu said:
This student was so good he consistently got straight A's but not just A's all his grades were straight 100's on every test. It really left an impression on me that I still remember this after 40+ years.
We were in the same class together?! Small world! :biggrin:
 
  • Like
Likes jedishrfu
  • #10
berkeman said:
We were in the same class together?! Small world! :biggrin:

Veni, Vidi, Relinqui!

I came, I saw, I left!

-- my Latin teacher's motto
 
  • Like
Likes berkeman
  • #11
jedishrfu said:
Great post, but bad advice on the teacher. Teachers are people too. They are overworked. They often get students whining about poor grades. The best strategy is to learn from the experience by asking the teacher why branch was better than element rather than trying to win an argument with someone who is also the judge for the argument.

Not going to happen with me nor anyone who takes advice from me. They may be overworked, underpaid, people too, etc. etc. Lots of people are. But since they are 'people too', they are also capable of mistakes. Back in my day we asked a teacher why it was fairly common for loads to be switched on the low side. (Open collector) The reply was that because often it is the case that the collector had the most heat sink area on a transistor so it was placed in the collector circuit. Clearly the guy didn't know and was not about to admit this. We all know the teacher is the judge for the argument but that should not stop a student from stating their case. Any student who thinks that the teacher is not the judge deserves whatever they get.
 
  • #12
Averagesupernova said:
Not going to happen with me nor anyone who takes advice from me. They may be overworked, underpaid, people too, etc. etc. Lots of people are. But since they are 'people too', they are also capable of mistakes. ...

I think you missed my point. It'is that since the teacher is in a leadership position and may be impatient with students questioning their authority or knowledge then in general as a student your best strategy is to not antagonize them when asking them to change your grade or review your work. Yes you state your case but you do it as a set of questions that leads one of you or both of you to the proper conclusion. (Socratic method)

The teacher may still choose not to acknowledge his/her mistake but that's true no matter which way you approach this. Its the "You can catch more flies with honey" strategy. (Dale Carnegie in action.)

Wrt to Dale Carnegie, there was a humorous story on NPR about a boy whose Dad forced him to read and apply the Carnegie method at school to gain friends and influence his peers.

Here's the transcript:

http://www.thisamericanlife.org/radio-archives/episode/198/transcript

and I will stop here and close this thread.
 

FAQ: Understanding Node Placement: Exploring Elements Without a Node in Between

What is a node in the context of web development?

A node is a fundamental part of a data structure in web development, typically represented as a rectangular box on a web page. It can contain data or other nodes and is used to organize and structure elements on a webpage.

How does node placement affect the layout of a webpage?

Node placement plays a crucial role in determining the layout of a webpage. Elements without a node in between will be placed directly next to each other, while elements with a node in between will have a space between them. This impacts the overall spacing and positioning of elements on a webpage.

Can you explain the difference between inline and block elements in relation to node placement?

Inline elements do not create a new line and are placed next to each other without any space in between. Block elements, on the other hand, create a new line and are separated by a space. This means that block elements will have a node in between them while inline elements will not.

How can I manipulate node placement on a webpage?

Node placement can be manipulated through the use of CSS properties such as display, float, and position. These properties can be used to change the layout of elements and their relationships with other nodes on a webpage.

Are there any best practices for node placement in web development?

Yes, there are some general best practices for node placement in web development. It is recommended to use a consistent layout and spacing for elements, avoid overusing nodes and instead use CSS properties to control layout, and to keep the structure of the webpage organized and easy to understand.

Back
Top