Class - 12 CBSE Computer Science — Assertion Reason Type Questions
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.
Internet
1 Like
Answer
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.
Answered By
2 Likes