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. 404 Not Found
B. 200 OK
C. 500 Internal Server Error
D. 301 Moved Permanently
Answer: Option A
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
Which of the following is a method to improve website loading speed?
A. Browser caching
B. Minification of CSS and JavaScript
C. Using a CDN
D. All of the above

Correct Answer: Option D


Explanation:
Minification reduces file sizes, CDNs distribute content, and browser caching stores resources locally, all of which improve loading speed.

This question belongs to: Computer Internet and Web Technologies
Question #2
What mechanism does a browser use to verify the cryptographic identity and authenticity of an HTTPS website during an initial connection handshake?
A. It reviews local text browser history traces.
B. It queries standard local email mailboxes via POP3 paths.
C. It alters network configurations via DHCP scripts.
D. It evaluates the site's digital SSL/TLS Certificate issued by a trusted Certificate Authority (CA).

Correct Answer: Option D


Explanation:
Browsers verify a website's authenticity by checking its digital certificate, which must be cryptographically signed by a recognized, trusted Certificate Authority (CA).

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a web browser developed by the Mozilla Foundation?
A. Seamonkey
B. Thunderbird
C. All of the above
D. Firefox

Correct Answer: Option D


Explanation:
Firefox is a web browser by Mozilla; Thunderbird is an email client, and SeaMonkey is an internet suite.

This question belongs to: Computer Internet and Web Technologies