What primary feature separates Web 2.0 from the original foundational Web 1.0 architecture? MCQ with Answer and Explanation

What primary feature separates Web 2.0 from the original foundational Web 1.0 architecture?
A. User-generated dynamic content and social interaction platforms
B. Transition from plain text to graphical image files
C. The absolute elimination of web cookie usage
D. Exclusive dependency on high-speed satellite hardware connections
Answer: Option A
Solution (By JKSSB Mock Tests)
Web 2.0 represents the shift from static, read-only web pages to dynamic platforms that prioritize user interaction, collaboration, and crowdsourced content creation.

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 protocol operates inside web technologies to establish real-time, bi-directional, persistent communication channels between a browser client and a server over a single TCP connection?
A. POP3 email retrieval layout
B. FTP archive transfer settings
C. Standard HTTP/1.1 polling rules
D. WebSocket Protocol

Correct Answer: Option D


Explanation:
The WebSocket protocol enables continuous, interactive, two-way communication between a client browser and a web server without the high overhead of standard HTTP request-response cycles.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of the 'defer' attribute in a script tag?
A. To load the script after page load
B. To execute the script asynchronously
C. To prevent script from running
D. To delay script execution until the page has parsed

Correct Answer: Option D


Explanation:
The defer attribute tells the browser to continue parsing the HTML while the script downloads, and execute it after the document is parsed, in order.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the primary operational task of a 'TLD (Top-Level Domain) Name Server' operating within the Domain Name System hierarchy?
A. To parse HTML structural page code inside browser windows
B. To filter email spam items from incoming mail folders
C. To maintain records for all domain names sharing a specific extension (like .com or .org) and direct queries to their respective authoritative nameservers
D. To track local physical computer operating temperature logs

Correct Answer: Option C


Explanation:
TLD nameservers maintain the directory data for specific domain extensions, acting as an essential intermediate link in the DNS resolution process by routing queries to authoritative servers.

This question belongs to: Computer Internet and Web Technologies