What is the purpose of the 'Expires' header in HTTP? MCQ with Answer and Explanation

What is the purpose of the 'Expires' header in HTTP?
A. To indicate when the response is no longer valid
B. To control the cache
C. To specify the maximum age of the resource
D. To set the expiration time of a cookie
Answer: Option A
Solution (By JKExamLibrary)
The Expires header gives the date/time after which the response is considered stale, used for caching control.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which of the following is considered the world's first graphical web browser that popularized the World Wide Web beyond academic circles?
A. Internet Explorer
B. Nexus
C. Mosaic
D. Opera

Correct Answer: Option C


Explanation:
NCSA Mosaic, released in 1993, was the first widely used graphical web browser that brought multi-media capability to the general public.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
In internet technology, what is the term used for the quantitative capacity of a wired or wireless network link to transmit data over a specific period?
A. Bandwidth
B. Frequency
C. Latency
D. Velocity

Correct Answer: Option A


Explanation:
Bandwidth measures the maximum volume of data that can be transferred across an internet connection in a given unit of time, typically calculated in Mbps or Gbps.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What is the operational goal of a web browser's 'JavaScript Engine' (such as Google's V8 engine inside Chrome)?
A. To route incoming email attachments through proxy servers
B. To render structural CSS layout designs cleanly
C. To parse, interpret, compile, and execute JavaScript code scripts rapidly into machine instructions natively within the browser client
D. To manage physical fiber optic cable transmissions

Correct Answer: Option C


Explanation:
The JavaScript engine is a specialized component that executes interactive client-side programming code, dynamically modifying the webpage UI based on user actions.

This question belongs to: Computer Internet and Web Technologies