What is the purpose of the 'If-Modified-Since' HTTP header? MCQ with Answer and Explanation

What is the purpose of the 'If-Modified-Since' HTTP header?
A. To request a conditional GET if the resource has been modified since the date
B. To set the last modified time
C. To specify cache expiration
D. To check for updates
Answer: Option A
Solution (By JKExamLibrary)
If-Modified-Since allows the client to request the resource only if it has been modified since the specified date, saving bandwidth.

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
In web development, what language is used primarily to define the presentation, layout, and visual styling of a web document written in HTML?
A. CSS
B. PHP
C. SQL
D. JavaScript

Correct Answer: Option A


Explanation:
CSS (Cascading Style Sheets) handles the layout, design, formatting, and presentation logic of web content.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a content delivery network (CDN) service?
A. Dropbox
B. CloudFlare
C. Google Drive
D. AWS S3

Correct Answer: Option B


Explanation:
CloudFlare is a CDN and reverse proxy service that distributes content from geographically distributed servers to improve speed and security.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does the acronym CSS stand for?
A. Computer Style Sheets
B. Cascading Style Sheets
C. Creative Style Sheets
D. Common Style Sheets

Correct Answer: Option B


Explanation:
CSS stands for Cascading Style Sheets, used to describe the presentation of a document written in HTML.

This question belongs to: Computer Internet and Web Technologies