Answer:Circuit switching and packet switching
Explanation: Circuit switching is the switching technique through the connection from the source port to the destination port.Packet switching is also a switching techniques in connectionless form for the data packets. Both these switching techniques helps in communication between end and start ports.
Other option are incorrect as the access networks provide the access to the network and throughput is the input passing in the network.Thus, the correct option is circuit switching and packet switching
.
Answer:
is a chart that allows the reader to follow a particular path and arrive at an outcome.
Explanation:
A decision tree is a chart i.e tree like diagram that allow a user to make choice on the option to partake in. Decision trees are also used for classification and for making process
The decision tree usually have a root as the node. Then each option/decision is represented as a branch out extending from the previous node.
For Instance, when a coins is toss three times; a decision tree gives us the possible path that is available to choose from.
Where all "the following" i can help you but you said which of the folllowing and ther no picture or anything?
Answer:
if you are scared just do it through text and btw life is short go for it
Explanation:
and if he says no there is plenty of more people out there
def missing_num(lst):
for n in range(1,11):
if n not in lst:
print(n)
lst = (1,3,4,5,6,7,8,9,10)
missing_num(lst)
I hope this helps!