Correct Answer: Correct answer is: (D) Static, dynamic, active.
Exam Relevance: Computer Science Exams, Web Development Exams, Information Technology Exams
Difficulty: Moderate
Concept notes: Documents in the World Wide Web (WWW) can be categorized into static, dynamic, and active based on their content and behavior.
Common Mistakes: Students may confuse the terms "static" and "dynamic" with the terms "stateless" and "stateful," which are related to web session management rather than document types.
Explanations: Static documents are those that do not change and are served as they are stored on the server. Dynamic documents are generated on the fly based on user input or other variables. Active documents involve user interaction and can change in real-time, such as web applications or interactive forms.
Option Analysis: - Option A: Incorrect because "double" is not a recognized category for web documents.
- Option B: Incorrect because "stateless" and "archive" do not accurately describe the three broad categories of web documents.
- Option C: Incorrect because "domain" and "architecture" are not categories of web documents.
- Option D: Correct because "static," "dynamic," and "active" accurately describe the three broad categories of web documents.
Mnemonic: S.D.A. - Static, Dynamic, Active