Computer Discussion
Only need 2 paragraphs, not trying to spend more than $7-9 if possibleHere are the topics for the discussion questions which needs to be a minimum of 1 paragraph (2 paragraph max) PLEASE MAKE SURE EACHDISCUSSION IS SEPERATE AND NOT COMBINED.#1 (sea mc)In computer science a node is a basic unit. Nodes are individual parts of a larger data structure. In web design every element of aweb page is considered a node and is structured in a hierarchy. The nodes within the hierarchy have a familial parent-childrelationship with each other, similar to a family tree. The node tree of a web document gives the web page a structure. Thishierarchy allows the web designer to have the ability to assign styles to particular areas within a web document at high levels or atlevels further down the node hierarchy. This is also true for other web content such as JavaScript functions.This is important because it gives the designer the flexibility to assign styles and functions to elements on a website without havingto do so for each and every element which would increase the size of the code and impact load times. It is particularly beneficialwhen working with larger websites where there are several designers responsible for development and support of the website. Thehierarchy also makes the code easier for a developer to read and understand.#2 (jos fra)Nodes are organized in a hierarchical structure because that’s the way computer scientific maps are described. The top of the tree isthe root of the tree and it grows downward with arcs called branches that leads to other nodes in the structure of the tree. Thestructure starts with the parent of the structure, and everything underneath it is subtrees with children hanging underneath thosenodes. The order matters because the structure shows complete design to how an design is interpreted from the foundation to theeverything that runs off of it.




