Which HTTP status code is returned by a web server to indicate that the requested resource could not be found? MCQ with Answer and Explanation

Which HTTP status code is returned by a web server to indicate that the requested resource could not be found?
A. 500 Internal Server Error
B. 301 Moved Permanently
C. 404 Not Found
D. 200 OK
Answer: Option C
Solution (By JKSSB Mock Tests)
The 404 Not Found status code indicates that the server cannot find the specific resource or page requested by the client browser.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is the primary function of a web browser's 'Cookie' file storage management system?
A. To hold persistent or temporary text string data blocks used to remember session preferences and tracking profiles
B. To protect against inbound server crash sequences
C. To compress structural HTML files to accelerate local render logic
D. To host background email client delivery routines

Correct Answer: Option A


Explanation:
Cookies allow web servers to save short strings of state or identifying data within a user's browser, enabling features like persistent shopping carts or login sessions.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which component of an electronic mail client application layout allows users to draft, view, and read individual mail items cleanly?
A. Mail User Agent (MUA)
B. Mail Transfer Agent (MTA)
C. Domain Name System Engine
D. File Transfer Gateway

Correct Answer: Option A


Explanation:
The Mail User Agent (MUA) is the frontend user interface software application (like Microsoft Outlook or Gmail app) where users interact with their email.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the function of the 'Referrer-Policy' HTTP header?
A. To enable cross-origin requests
B. To control how much referrer information is sent with requests
C. To block referrer information
D. To set a custom referrer

Correct Answer: Option B


Explanation:
Referrer-Policy defines the amount of referrer information (URL of previous page) that should be included in requests, for privacy and security.

This question belongs to: Computer Internet and Web Technologies