Which of the following is not a method of HTTP? MCQ with Answer and Explanation

Which of the following is not a method of HTTP?
A. PUT
B. FETCH
C. GET
D. POST
Answer: Option B
Solution (By JKSSB Mock Tests)
FETCH is not a standard HTTP method. Standard methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, PATCH, etc.

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 function of the 'ping' command in networking?
A. To display network configuration
B. To test connectivity to a host
C. To trace the route to a host
D. To resolve domain names

Correct Answer: Option B


Explanation:
Ping uses ICMP echo requests to test reachability of a host and measure round-trip time, a basic network diagnostic tool.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which protocol is used for retrieving email from a server and is known for leaving messages on the server?
A. IMAP
B. HTTP
C. POP3
D. SMTP

Correct Answer: Option A


Explanation:
IMAP is designed to manage emails on the server, synchronizing across multiple devices, whereas POP3 typically downloads and removes messages.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is an example of a web browser extension?
A. AdBlock
B. Firefox Monitor
C. Chrome Web Store
D. Google Search

Correct Answer: Option A


Explanation:
AdBlock is a popular browser extension that blocks advertisements. The Chrome Web Store is a store for extensions, not an extension itself.

This question belongs to: Computer Internet and Web Technologies