CBSE Class 12 Informatics Practices
Question 9 of 88
Introduction to Internet and Web — Question 9
Back to all questions 9
Question Assertion (A). A static web page does not change for each person visiting the web page.
Reason (R). When a web server receives a request for a dynamic web page, it locates and updates the page and sends it to the browser of the client.
- Both A and R are true and R is the correct explanation of A.
- Both A and R are true but R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Both A and R are true but R is not the correct explanation of A.
Explanation
A static web page does not change for each person visiting the page because it contains only static content written in HTML code. On the other hand, when a web server receives a request for a dynamic web page, it locates and updates the page and sends it to the client's browser.