Module 1.4 Questions

Module 1.4 Questions

12th Grade

15 Qs

quiz-placeholder

Similar activities

QUIZ PKKMB FTI RONDE 1

QUIZ PKKMB FTI RONDE 1

University

10 Qs

MS-EXCEL FUNCTIONS

MS-EXCEL FUNCTIONS

University

16 Qs

TEST DE CONOCIMIENTO EXCEL

TEST DE CONOCIMIENTO EXCEL

University

11 Qs

Excel

Excel

10th - 12th Grade

10 Qs

evaluation excel partie 1

evaluation excel partie 1

University

20 Qs

Quiz Herramientas de Apoyo

Quiz Herramientas de Apoyo

University

13 Qs

EXAMEN FINAL

EXAMEN FINAL

University

11 Qs

Evaluacion Modulo Final

Evaluacion Modulo Final

University

16 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