What is the specific meaning of an 'Email Attachment' feature? MCQ with Answer and Explanation

What is the specific meaning of an 'Email Attachment' feature?
A. The specific server routing address tag block
B. The electronic sign block configured at the baseline footer zone
C. An external file (image, document, zip) sent along with an email message
D. A text message sent inside the main context envelope body
Answer: Option C
Solution (By JKExamLibrary)
An attachment is any separate digital file sent alongside a standard text email message, encoded via MIME standards to ensure safe transit.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is an example of an open-source web browser developed by the Mozilla Foundation?
A. Edge
B. Safari
C. Chrome
D. Firefox

Correct Answer: Option D


Explanation:
Firefox is a popular open-source web browser developed and managed by the Mozilla Foundation and its subsidiary.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What web technology allows interactive, asynchronous updates to a web page by requesting small amounts of data from the server in the background without reloading the entire page?
A. HTML5
B. AJAX
C. CSS3
D. XML

Correct Answer: Option B


Explanation:
AJAX (Asynchronous JavaScript and XML) is a development technique used to create interactive web applications that update data dynamically without a full-page reload.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a characteristic of a WebSocket?
A. It uses a new port for each message
B. It is based on HTTP/2
C. It is a request-response protocol
D. It provides full-duplex communication over a single TCP connection

Correct Answer: Option D


Explanation:
WebSocket enables two-way interactive communication between a client and server over a single persistent connection, unlike HTTP which is half-duplex.

This question belongs to: Computer Internet and Web Technologies