First is A second is B third is A and B I THINK
Networks that are designed to connect similar computers that share data and software with each other are called: Peer to Peer (P2P) Networks.
<h3>What is a networking software?</h3>
A networking software can be defined as a set of executable instructions (codes) that is typically designed and developed to instruct a networking device on how to perform a specific task or transmit data from one location to another.
<h3>The types of networking software.</h3>
Generally, there are three main types of networking software and these include the following:
In Computer networking, Peer to Peer (P2P) Networks can be defined as a type of network that are designed and developed to connect similar computers that share data and software with each other.
Read more on Peer to Peer Networks here: brainly.com/question/1932654
#SPJ1
Answer:
See explaination for the program code
Explanation:
The Programming code:
inFile = open("stuff.txt", "r")
num = []
Sum = 0
for val in inFile.readlines():
value = val.split(",")
Sum = Sum + int(value[1])
print("Sum of second number on every line in the file is: ", Sum)
inFile.close()
Please kindly check attachment for output
Computer networks allow an unlimited amount of computers to communicate with each other. This is especially useful in enterprise environments, as technicians have to deal with hundreds of computers at a time. Computer networks make it easier to share files, increase storage capacity, better communication, easier to to control computers remotely, easier to share resources, ability to share a single internet connection on multiple devices. Computer networks also have a lot of cost benifits too, as network administration is centralised, meaning that less IT support is required, and you can cut costs on sharing peripherals and internet access.
Hopefully this helps you out!
<h3>a= hybrid computer can perform the function of both analog and digital computer</h3>