What is the function of the 'Drafts' folder inside a standard email client workspace? MCQ with Answer and Explanation

What is the function of the 'Drafts' folder inside a standard email client workspace?
A. To hold incoming junk message files safely until deletion
B. To clear configuration script parameters automatically
C. To store email messages that have been composed or partially written but have not yet been sent to the recipients
D. To archive sent communications permanently
Answer: Option C
Solution (By JKSSB Mock Tests)
The Drafts folder automatically or manually saves working email compositions so users can return to edit and send them later without losing their progress.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
Which specific browser utility or tool allows web developers to view, modify, and clear localized data store values like cookies, LocalStorage, and SessionStorage natively?
A. Application Panel / Storage Tab
B. Incognito browser window frame
C. Standard bookmark navigation dashboard
D. Local server cache monitoring console

Correct Answer: Option A


Explanation:
The Application or Storage tab inside browser Developer Tools provides full management access to local client-side data data stores, allowing developers to inspect and wipe tokens or session flags.

This question belongs to: Computer Internet and Web Technologies
Question #2
What does an 'HTTP Cookie' data structure use to identify a returning user session securely to a server database without prompting continuous password requests?
A. The client computer's current internal hardware operating core temperature
B. An unlinked structural HTML layout design code block
C. A unique Session ID token string stored locally in the browser and transmitted with each HTTP request
D. The user's physical home street address record

Correct Answer: Option C


Explanation:
When a user logs in, the server generates a unique session identifier and passes it to the browser as a cookie. The browser automatically includes this token with future requests, maintaining the authenticated session.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is not a web server software?
A. Firefox
B. IIS
C. Apache
D. Nginx

Correct Answer: Option A


Explanation:
Firefox is a web browser, not a web server. Apache, Nginx, and IIS (Internet Information Services) are web server software.

This question belongs to: Computer Internet and Web Technologies