Which of the following is a web technology used to create interactive maps? MCQ with Answer and Explanation

Which of the following is a web technology used to create interactive maps?
A. Google Maps API
B. All of the above
C. Leaflet
D. OpenLayers
Answer: Option B
Solution (By JKExamLibrary)
Leaflet, Google Maps API, and OpenLayers are all JavaScript libraries for embedding interactive maps in web pages.

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
Which of the following HTTP status code categories represents 'Client Error' conditions explicitly?
A. 2xx series
B. 3xx series
C. 4xx series
D. 5xx series

Correct Answer: Option C


Explanation:
HTTP status codes starting with 4 (e.g., 400 Bad Request, 404 Not Found) indicate client-side errors or issues with the request format.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which structural part of a URL address path identifies an exact anchored location or sub-section header inside a long single web document page?
A. The Top-Level Domain suffix
B. The Port configuration code
C. The Scheme definition block
D. The Fragment Identifier (initiated by a '#' character)

Correct Answer: Option D


Explanation:
The fragment identifier at the end of a URL, introduced by a hash (#), specifies a precise location or section anchor within the fetched web document.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following is a common character encoding used on the web?
A. UTF-8
B. All of the above
C. ISO-8859-1
D. ASCII

Correct Answer: Option B


Explanation:
UTF-8, ASCII, and ISO-8859-1 are all character encodings, but UTF-8 is the most universally used on the web today.

This question belongs to: Computer Internet and Web Technologies