Answer:
ring network
Explanation:
In a ring network, the nodes are arranged in a circular pattern where each node is connected to two adjacent nodes. In this topology, any node can communicate with any other node via the intermediaries.
In comparison,
- in a star network every communication needs to pass through a central hub node
- in a bus, each node is connected to a shared linear communication bus.
- in a hierarchical network nodes are organized along a tree structure layout.
<span>Vertical farming is the exercise of creating foodstuff and medication in sheer laden layers, vertically inclined exteriors and/or combined in other structures. The modern thoughts of vertical farming use indoor farming methods and controlled-environment agriculture (CEA) technology, where all environmental issues can be well-ordered. So knowing all of this, the negative outcome would be D.</span>
Answer:
CSMA/CA. It stands for Carrier Sense Multiple Access/Collision Avoidance.
<u>Software solution with a programming design in place:</u>
Any software development designer plays important roles. Designer first understand software requirement and understand software architecture and deploying the environments. After designed understand he/she has to explain complete process requirement to developer or project manager or project leaders.
In case if the requirement of software designer fails to understand properly whole software development will goes wrong shape. So software design is key person and in later stage any modifications to software development he is responsible to give solutions.
So as conclusion software designer is key roles in software development.
Answer:
I am going to write the program using BASIC PROGRAMMING
Explanation:
10 PROGRAM TO CALCULATE SUM OF DIGITS
20 INPUT B,H,T,G
30 LET Y = B+H+T+G
40 PRINT Y
DO THIS ON BASIC PROGRAMMING AND YOU HAVE YOUR PROGRAM