KnowledgeBoat Logo

Informatics Practices

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.

  1. Both A and R are true and R is the correct explanation of A.
  2. Both A and R are true but R is not the correct explanation of A.
  3. A is true but R is false.
  4. 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

3 Likes


Related Questions