INTRODUCTION TO GEE

INTRODUCTION TO GEE

1st - 10th Grade

7 Qs

quiz-placeholder

Similar activities

Unit 2 - Lesson 3 - Topographic maps

Unit 2 - Lesson 3 - Topographic maps

8th Grade

12 Qs

Topographic Map Day 1 Practice

Topographic Map Day 1 Practice

10th Grade

12 Qs

Types of Maps

Types of Maps

9th - 12th Grade

10 Qs

Types of Maps

Types of Maps

7th Grade

10 Qs

Gr 6 Topic 1 Review

Gr 6 Topic 1 Review

6th Grade

12 Qs

Geography Week 1 Quiz Review

Geography Week 1 Quiz Review

5th Grade - University

7 Qs

8.9C TOPOGRAPHIC MAPS

8.9C TOPOGRAPHIC MAPS

8th Grade

8 Qs

Mapping Skills

Mapping Skills

7th - 12th 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);