Which of the following is the process of transferring files from a computer to a server on the Internet?

A. uploading
B. streaming
C. downloading
D. flowing

Answer: A

Computer Science & Information Technology

You might also like to view...

Which type of program requires the most system resources?

a. Mobile app b. Web app c. Desktop app

Computer Science & Information Technology

The basic generic functional interface ________ in package java.util.function contains method accept that takes a T argument and returns void. Performs a task with its T argument, such as outputting the object, invoking a method of the object, etc.

a. Consumer b. Function c. Supplier d. BinaryOperator

Computer Science & Information Technology