Difficulty: Easy
Correct Answer: All of the above
Explanation:
Introduction / Context:
Understanding what email can transmit is a core digital skill. Although email was originally designed for text, it quickly evolved to support file attachments of many types, enabling users to share images, audio, video, and documents globally.
Given Data / Assumptions:
Concept / Approach:
MIME encodes binary files for transport over text-based email protocols and labels them with content types (such as image/jpeg, audio/mpeg, video/mp4). Because the mechanism is generic, you can attach pictures, audio, videos, PDFs, spreadsheets, and more, subject to size and policy constraints. Therefore, the most accurate answer is that all of the listed media types can be sent via email.
Step-by-Step Solution:
Verification / Alternative check:
Open any mainstream email client (Gmail, Outlook, Apple Mail) and use “Attach file.” Supported file dialogs include images, audio, video, and documents.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming email can only send text or small images. While very large videos may exceed limits, you can compress them or share links via cloud storage.
Final Answer:
All of the above
Discussion & Comments