Which of the following is a web-based email service? MCQ with Answer and Explanation

Which of the following is a web-based email service?
A. All of the above
B. Outlook
C. Yahoo Mail
D. Gmail
Answer: Option A
Solution (By JKSSB Mock Tests)
Gmail, Yahoo Mail, and Outlook (as a web client) are all web-based email services accessible via a browser.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the term given to an internet site model that allows any visiting user to collaboratively edit, modify, add, or delete content records directly from their web browser?
A. A Wiki (e.g., Wikipedia)
B. An FTP Archive Link
C. A Closed Web Portal
D. A Static Blog Document

Correct Answer: Option A


Explanation:
A wiki is a collaborative web platform that allows multiple users to create, modify, and interlink web pages using a simplified markup language or rich text editor.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does a browser use to maintain persistent client-side data store pools across tabs using basic key-value pairs without expiration deadlines via JavaScript?
A. RAM Buffers
B. Session Cookies
C. LocalStorage
D. DNS Registry Logs

Correct Answer: Option C


Explanation:
The Web Storage API provides 'localStorage', allowing web applications to save data locally inside the user's browser with no built-in expiration timeline.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which component of a standard search engine utility actively matches user typed keywords against indexed database structures to render matching page items?
A. The Web Crawler Module
B. The Local Server Cache Core
C. The Tracking Cookie Tracker
D. The Query Processor / Search Interface

Correct Answer: Option D


Explanation:
The query processor accepts user keywords, interprets search intent, searches the indexed database, and delivers ranked results back to the user interface.

This question belongs to: Computer Internet and Web Technologies