INTRODUCTION TO GEE

INTRODUCTION TO GEE

1st - 10th Grade

7 Qs

quiz-placeholder

Similar activities

8.9C TOPOGRAPHIC MAPS

8.9C TOPOGRAPHIC MAPS

8th Grade

8 Qs

Reading Weather Maps

Reading Weather Maps

4th Grade

6 Qs

Mapping Skills

Mapping Skills

7th - 12th Grade

10 Qs

Settlement functions

Settlement functions

5th Grade

10 Qs

Types of Regions

Types of Regions

9th - 12th Grade

8 Qs

T1L1 Lesson Check Review

T1L1 Lesson Check Review

6th Grade

12 Qs

High/Low Pressure and Fronts

High/Low Pressure and Fronts

8th Grade

10 Qs

"I Lasso Lizards" Quiz

"I Lasso Lizards" Quiz

2nd 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);