Module 1.4 Questions

Module 1.4 Questions

12th Grade

15 Qs

quiz-placeholder

Similar activities

HTML and CSS Quiz

HTML and CSS Quiz

12th Grade

15 Qs

Preguntas sobre la función SI

Preguntas sobre la función SI

12th Grade

10 Qs

IX_Диагр

IX_Диагр

9th - 12th Grade

10 Qs

Excel 1

Excel 1

9th Grade - University

11 Qs

Aplikasi Pengolah Angka

Aplikasi Pengolah Angka

12th Grade - University

20 Qs

Fungsi IF, AND dan OR

Fungsi IF, AND dan OR

10th - 12th Grade

20 Qs

Revision - Microsoft Excel

Revision - Microsoft Excel

10th Grade - University

17 Qs

Graph and Chart Parts in MS Excel

Graph and Chart Parts in MS Excel

9th - 12th Grade

10 Qs

Module 1.4 Questions

Module 1.4 Questions

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Courtney Yatteau

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript function is used in Module 1.4.1 to request the GeoJSON data over HTTP?

console.log()

fetch()

setTimeout()

alert()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

After loading the GeoJSON, which array method is used to pull out the numeric values for styling?

filter()

reduce()

map()

sort()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The goal of computing quantile breaks is to:

Randomly color features

Split data into equal count classes

Calculate distance between points

Zoom the map

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Math function gives the largest value in a list of numbers?

Math.min()

Math.floor()

Math.max()

Math.round()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What d3 color ramp is suggested as an example in Module 1.4.2?

d3.schemeOranges[3]

d3.schemeBlues[5]

d3.schemeGreens[7]

d3.schemeReds[9]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Leaflet, which function is used to create a custom control element like a legend?

L.layerGroup()

L.marker()

L.control()

L.tileLayer()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the example legend, where is the legend positioned on the map?

top left

top right

bottom left

bottom right