INTRODUCTION TO GEE

INTRODUCTION TO GEE

1st - 10th Grade

7 Qs

quiz-placeholder

Similar activities

CAPITALS OF STATES OF INDIA

CAPITALS OF STATES OF INDIA

4th Grade

9 Qs

Unit 1  - Fundamentals of Geography

Unit 1 - Fundamentals of Geography

9th Grade

11 Qs

Cartographic Representations

Cartographic Representations

7th Grade

10 Qs

T1L1 Lesson Check Review

T1L1 Lesson Check Review

6th Grade

12 Qs

"I Lasso Lizards" Quiz

"I Lasso Lizards" Quiz

2nd Grade

10 Qs

Unit 7 Assessment Review

Unit 7 Assessment Review

6th Grade

12 Qs

from Earth's Water Cycle

from Earth's Water Cycle

5th Grade

10 Qs

Maps of Landforms

Maps of Landforms

KG - 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);