Question:medium

Arrange the following steps in working of a dynamic web page:
A. HTTP response
B. An Application program handles HTTP requests
C. The program executes and produces HTML output
D. HTTP request

Show Hint

Every web interaction begins with a client "Request" (D) and ends with a server "Response" (A).
This simple paradigm immediately narrows down the options to those ending with A.
Updated On: Jun 11, 2026
  • A, B, C, D
  • D, B, A, C
  • D, A, B, C
  • D, B, C, A
Show Solution

The Correct Option is D

Solution and Explanation


Step 1: Understanding the Concept:

Dynamic web pages are generated in real-time by a server-side application. The workflow follows the client-server request-response cycle.

Step 2: Detailed Explanation:

1. D (HTTP request): Client sends a request to the server.
2. B (An Application program handles HTTP requests): Server receives the request and triggers the application program.
3. C (The program executes and produces HTML output): Server-side code processes logic and generates dynamic HTML.
4. A (HTTP response): The generated HTML is sent back as the HTTP response to the client.

Step 3: Final Answer:

The correct order is D, B, C, A.
Was this answer helpful?
0


Questions Asked in CUET (UG) exam