Answer:
routers
Explanation:
<h2><em><u>Fill in the blanks</u></em></h2>
The<u> routers </u> in an internet are responsible for receiving and forwarding packets through the interconnected set of networks and making routing decisions based on knowledge of the topology and traffic/delay conditions of the internet.
The first one is d the second one is true the third one is false
Answer:
1:1
Explanation:
According to my research on different types of relationships between two variables, I can say that based on the information provided within the question the entities PROFESSOR and DEPARTMENT exhibit a 1:1 relationship. In other words there can only be one Professor per Department and vice-versa.
I hope this answered your question. If you have any more questions feel free to ask away at Brainly.
Answer:
strr=input("please enter something: ")
while strr is not "":
print(strr)
strr=input("please enter something: ")
Explanation:
whenever the user will enter an empty string the loop will terminate