Which search engine is developed by Microsoft? MCQ with Answer and Explanation

Which search engine is developed by Microsoft?
A. Google
B. Bing
C. DuckDuckGo
D. Yahoo
Answer: Option B
Solution (By JKSSB Mock Tests)
Bing is a search engine developed and operated by Microsoft, launched in 2009.

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 an example of a web protocol for pushing notifications from server to client?
A. All of the above
B. Server-Sent Events
C. WebSocket
D. Web Push API

Correct Answer: Option A


Explanation:
Web Push API, SSE, and WebSocket all enable server-to-client notifications, though they differ in implementation and use cases.

This question belongs to: Computer Internet and Web Technologies
Question #2
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. Frequency
B. Latency
C. Bandwidth
D. Velocity

Correct Answer: Option C


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
Which of the following is a modern alternative to XML for data interchange, often used in web APIs?
A. HTML
B. CSV
C. YAML
D. JSON

Correct Answer: Option D


Explanation:
JSON (JavaScript Object Notation) is a lightweight data interchange format that is easy for humans to read and write and easy for machines to parse, and is widely used in web APIs.

This question belongs to: Computer Internet and Web Technologies