Difficulty: Easy
Correct Answer: uploading
Explanation:
Introduction / Context:
Everyday Internet use involves moving data in both directions. It is important to distinguish the direction of transfer: from your device to a remote host versus from a remote host to your device. The terminology is consistent across web, FTP, cloud storage, and collaboration tools.
Given Data / Assumptions:
Concept / Approach:
“Uploading” means transferring data from the local system to a remote system. “Downloading” is the reverse: receiving data from a remote system onto your local device. “Logging on” authenticates a user; “hang on” is colloquial and not a networking action; “sideloading” refers to installing content via alternate pathways (usually on devices) and is not the general term for network transfer from local to remote.
Step-by-Step Solution:
Identify data direction: local → remote.Associate with the standard term: uploading.Confirm other options describe different or unrelated activities.
Verification / Alternative check:
Web forms, cloud drives, and version-control “push” operations are typical examples of uploads. The opposite actions—saving a file from a website, “pulling” from a repo—are downloads.
Why Other Options Are Wrong:
downloading: Opposite direction (remote → local).
Common Pitfalls:
Judging direction from the server’s perspective can be confusing; always interpret “upload” as from the user’s device outward.
Final Answer:
uploading
Discussion & Comments