Which of the following is an example of a web-based productivity suite? MCQ with Answer and Explanation

Which of the following is an example of a web-based productivity suite?
A. Google Workspace
B. Microsoft Office Online
C. All of the above
D. Zoho Office
Answer: Option C
Solution (By JKExamLibrary)
Google Workspace, Microsoft Office Online, and Zoho Office are all web-based productivity suites.

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
What is the function of the 'Default Gateway' setting in a computer's local network configuration panel?
A. To convert graphical web pages into text files
B. To act as the routing address that local data packets use to exit the local area network and access external networks like the internet
C. To serve as a high-speed email storage facility
D. To clear out temporary cookie tracker entries automatically

Correct Answer: Option B


Explanation:
The default gateway is the node or router on a computer network that serves as an access point to another network when an IP address does not match any local routes.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What mechanism does a web browser implement to store layout stylesheets and image files from visited websites inside device storage to avoid re-downloading them on subsequent visits?
A. Running outbound SMTP mail server delivery routines
B. Browser Caching
C. Static FTP file catalog adjustments
D. Altering localized device hardware MAC address registries

Correct Answer: Option B


Explanation:
Browser caching saves static website assets (like logos, CSS files, and scripts) to the local hard drive, reducing page load times and saving bandwidth during repeat visits.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the purpose of the 'Session' in web applications?
A. To store static files
B. To handle form submissions
C. To manage database connections
D. To maintain state across multiple requests from the same user

Correct Answer: Option D


Explanation:
A session is a server-side storage that persists user-specific data (like login status) across requests, using cookies or URL rewriting.

This question belongs to: Computer Internet and Web Technologies