What does the term 'web 2.0' refer to? MCQ with Answer and Explanation

What does the term 'web 2.0' refer to?
A. A new type of web browser
B. The second version of the HTTP protocol
C. An encryption standard
D. A term for websites that emphasize user-generated content and interactivity
Answer: Option D
Solution (By JKSSB Mock Tests)
Web 2.0 refers to the second generation of the web, characterized by user-generated content, social media, and enhanced interactivity, as opposed to static pages.

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 purpose of the 'Content-Encoding' header in HTTP?
A. To define the MIME type
B. To indicate the compression algorithm used on the response body
C. To set the language
D. To specify the character encoding

Correct Answer: Option B


Explanation:
Content-Encoding tells the client how the response body is encoded (e.g., gzip, deflate) so it can decompress it.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the main function of a web proxy?
A. To encrypt web traffic
B. To block malicious websites
C. To provide web hosting
D. To cache web pages and forward requests

Correct Answer: Option D


Explanation:
A web proxy acts as an intermediary between clients and servers, often used for caching, filtering, or anonymity.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the purpose of the 'charset' attribute in an HTML meta tag?
A. To set the language
B. To define the viewport
C. To refresh the page
D. To specify the character encoding for the document

Correct Answer: Option D


Explanation:
The charset attribute in defines the character encoding (e.g., UTF-8) used for the HTML document.

This question belongs to: Computer Internet and Web Technologies