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. All of the above
B. OpenLayers
C. Leaflet
D. Google Maps API
Answer: Option A
Solution (By JKSSB Mock Tests)
Leaflet, Google Maps API, and OpenLayers are all JavaScript libraries for embedding interactive maps in web pages.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What type of program code logic runs directly on a remote internet server host machine to calculate custom dashboard outputs before compiling them into standard HTML to return to a browser?
A. Browser Extension Core
B. Server-side Scripting
C. CSS Layout Matrix
D. Client-side Scripting

Correct Answer: Option B


Explanation:
Server-side scripting (using languages like PHP, Python, or Node.js) executes on the hosting server to build dynamic web content before transmitting flat HTML back to the client.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the function of the 'Mailto' link in HTML?
A. To open the user's default email client with a pre-addressed message
B. To display a contact form
C. To create a hyperlink to an email address
D. To send an email directly from the server

Correct Answer: Option A


Explanation:
A mailto link (e.g., ) opens the default email client with the recipient's address.

This question belongs to: Computer Internet and Web Technologies
Question #3
What is the main purpose of a website's sitemap?
A. To help search engines navigate and index the site
B. To display a list of all pages to users
C. To store site backups
D. To track user behavior

Correct Answer: Option A


Explanation:
A sitemap is an XML file that lists a website's important pages, helping search engines to discover and crawl them more efficiently.

This question belongs to: Computer Internet and Web Technologies