INTRODUCTION TO GEE

INTRODUCTION TO GEE

1st - 10th Grade

7 Qs

quiz-placeholder

Similar activities

GIS

GIS

10th - 12th Grade

12 Qs

1.2 & 1.3 - Geospatial Technology & Data

1.2 & 1.3 - Geospatial Technology & Data

9th - 12th Grade

11 Qs

8.9C Erosional Features - Pre/Progress

8.9C Erosional Features - Pre/Progress

8th Grade

7 Qs

Weather Pressure Systems

Weather Pressure Systems

4th - 5th Grade

12 Qs

Geography KS3

Geography KS3

6th - 8th Grade

11 Qs

T1L1 Lesson Check Review

T1L1 Lesson Check Review

6th Grade

12 Qs

Topographic Maps and Satellite Images Quiz 8.9C

Topographic Maps and Satellite Images Quiz 8.9C

8th Grade

10 Qs

Satellite Maps and Topographic lvl.1

Satellite Maps and Topographic lvl.1

8th Grade

10 Qs

INTRODUCTION TO GEE

INTRODUCTION TO GEE

Assessment

Quiz

Science, Geography

1st - 10th Grade

Medium

Created by

ERNEST OPOKU-KWARTENG

Used 15+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is the Full Meaning of GEE?

Google Engine Earth

Google Earth Egg

Google Earth Engine

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following is a criteria to start GEE ?

Pen

Age

Gmail Account

Yahoo Account

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

how is a variable declared in Javascript.

var image

$(image)

pip Image

Dim image

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

how is a function declared in javscript

def myFunction:

// do something

return something;

return_type myFunction( args ) {

// do something

return something;

}

var myFunction = function(args) {

// do something

return something;

};

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is an interactive environment for developing Earth Engine applications ?

Code Editor

Vscode

Sublime Text

Notepad ++

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How is information printed out in the console in GEE

print " Helloo there "

print / Helloo there /

print (Helloo there )

print( "Hello there")

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

which of the following is the syntax for to add image to the map

Map.AddLayer(image);

Map.ADDLayer(image)

map.(addLayer(image));

Map.addLayer(image);