When a user sends a friend a file using an instant messaging program or sends a file to another user on a file sharing network, they are performing a(n) ________

Fill in the blank(s) with correct word


upload

Computer Science & Information Technology

You might also like to view...

Which of the following will sort an array of integers named rainfall?

``` function sortNum(A, B) { return (B – A); } ``` a. ``` function.rainfall.sort; ``` b. ``` rainfall.sort(); ``` c. ``` rainfall.sort(sortNum); ``` d. ``` sort(rainfall(sortNum(A,B))); ```

Computer Science & Information Technology

An enlarged first letter of a paragraph that is either embedded in the text or placed in the margin is called a(n) ________ cap

Fill in the blank(s) with correct word

Computer Science & Information Technology

A(n) ________ is a special character that designates the end of a line and separates data for the next line or row

Fill in the blank(s) with correct word

Computer Science & Information Technology

____________ paradigms are used to conceptualize the solution to a problem as a sequence of steps.?

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology