Modules 1.1-1.2 Questions

Modules 1.1-1.2 Questions

12th Grade

19 Qs

quiz-placeholder

Similar activities

KARNAUGH MAP

KARNAUGH MAP

University

16 Qs

gIff9b670Xq7ibZz04ca0dMFk/1MYqK8JhY7Y9PdSe6X2C2lFgbI/YoVHH14MjlX

gIff9b670Xq7ibZz04ca0dMFk/1MYqK8JhY7Y9PdSe6X2C2lFgbI/YoVHH14MjlX

University

15 Qs

Netw2-Quiz No.2 (final term) II-BINS

Netw2-Quiz No.2 (final term) II-BINS

University

15 Qs

BigData-Hadoop

BigData-Hadoop

University

20 Qs

2.2.1 - 2.2.3 Review

2.2.1 - 2.2.3 Review

11th - 12th Grade

18 Qs

Big Data Analytics Quiz for HDS

Big Data Analytics Quiz for HDS

University

15 Qs

TEKNOLOGI LAYANAN JARINGAN

TEKNOLOGI LAYANAN JARINGAN

1st - 12th Grade

20 Qs

iMedia Documents

iMedia Documents

8th - 12th Grade

14 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

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers