Modules 1.1-1.2 Questions

Modules 1.1-1.2 Questions

12th Grade

19 Qs

quiz-placeholder

Similar activities

BTEC L2 Online World Weeks 1-9 Quiz

BTEC L2 Online World Weeks 1-9 Quiz

11th - 12th Grade

20 Qs

Module 1.4 Questions

Module 1.4 Questions

12th Grade - University

15 Qs

Modules 2.1-2.2 Questions

Modules 2.1-2.2 Questions

12th Grade

15 Qs

Modules 2.3 Questions

Modules 2.3 Questions

12th Grade

20 Qs

BTEC L2 Online World Week 1-4

BTEC L2 Online World Week 1-4

11th - 12th Grade

15 Qs

Requête Conjonctif

Requête Conjonctif

University

17 Qs

Boolean Algebra 2 (Karnaugh Maps)

Boolean Algebra 2 (Karnaugh Maps)

12th Grade

20 Qs

Apache Hive - Introduction

Apache Hive - Introduction

University

15 Qs

Modules 1.1-1.2 Questions

Modules 1.1-1.2 Questions

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Courtney Yatteau

Used 2+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Leaflet method initializes a map in a given HTML element?

L.map('map')

L.initMap()

L.createMap('map')

map.new()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you set a Leaflet map view to a specific location and zoom level?

map.setView([lat, lng], zoom)

map.setLocation(lat, lng, zoom)

map.view(lat, lng, zoom)

map.zoom(lat, lng)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add a tile layer to a Leaflet map?

L.tileLayer(...).addTo(map)

map.addTile(...)

L.mapTile(...)

map.loadTiles(...)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which URL pattern is correct for most Leaflet tile layers?

'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'

'https://osm.org/{x}/{y}/{z}.jpg'

'https://tiles.org/zxy/{z}/{x}/{y}'

'https://maps.com/tiles/{zoom}/{lat}/{lng}'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function creates a map marker at a specified location?

L.marker([lat, lng])

L.point([lat, lng])

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you bind a popup to a marker?

marker.bindPopup('text')

marker.addPopup('text')

popup.attachTo(marker)

marker.setPopup('text')

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method shows a tooltip when hovering over a marker?

bindTooltip(...)

bindHover(...)

attachTooltip(...)

addTooltip(...)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?