The answer is most likely C
Answer:
a) Application software
d) Lady Augusta Ada Lovelace
b) (it may be versatility
Answer: ARPANET
Explanation: ARPANET is network based on the internet which uses the technique of sending data in small packets/units known as packet switching . It helps in effective communication in the field of military while even some nuclear attack destructs the network. It was a method used in the scientific field for the ease of work of scientists by linking different computers to work with high processing and power.
Answer:
See explaination for program code.
Explanation:
inputFileName = input("Input filename: ") outputFileName = input("Output filename: ") inputFile = open(inputFileName, "r") outputFile = open(outputFileName, "w") count = 1 for line in inputFile: newLine = str(count).rjust(4, " ") + "> " + line outputFile.write(newLine) print(newLine) count += 1
This question made no sense whatsoever, sorry