
Google Earth Engine Quiz
Authored by Avakaza Technologies
Information Technology (IT)
12th Grade
Used 28+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
16 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How can you filter and display the India boundary in Google Earth Engine from a global boundary dataset?
Using regions.filter(ee.Filter.eq('country_na', 'India'))
Using regions.select('India')
Using regions.clip('India')
Using regions.map('India')
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
what does this code snippet do?
Export.table.toDrive({
collection: lakecoll,
description: 'Varthur lake',
folder: 'Lakes',
fileFormat: 'SHP'
});
Export a raster image of the lake to Google Drive as a shapefile (SHP).
Export a feature collection representing the lake to Google Drive as a shapefile (SHP).
Export a satellite image of the lake to Google Earth as a KML file.
Export a topographic map of the lake to Google Drive as a CSV file.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the following code do in Google Earth Engine?
var bufferValue = 5000;
var buff = aoi.buffer(bufferValue, 1);
Map.addLayer(buff);
Creates a 5000km buffer around aoi and adds it to the map
Creates a 5000-meter buffer around aoi and adds it to the map
Clips the area of interest to a 5000-meter radius
Creates a boundary within 5000 meters of the AOI and removes it from the map
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does the .union() function do when applied to bufferedPoints in this code?
Merges multiple point buffers into one dissolved layer
Creates a buffer around each point
Filters the points to include only those within the buffer
Removes overlapping areas between buffered points
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the purpose of the map() function in Google Earth Engine when applied to a FeatureCollection?
It filters the FeatureCollection based on specific criteria.
It applies a function to each feature in the FeatureCollection and returns a new FeatureCollection.
It merges two FeatureCollections into one.
It removes features from the FeatureCollection based on a condition.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements about const is true?
Variables declared with const can be reassigned.
const is block-scoped.
Variables declared with const are not block-scoped.
Variables declared with const can be hoisted like var.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code?
const y = 10;
y = 15;
console.log(y);
15
10
undefined
TypeError
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?