GIS
History of GIS
American History Geography
JavaScript
Name the Movie
100

What do we call the ratio of the size of an image to the number of grids per unit?

Resolution

100

What man who sounds like he was on GoT is credited as the first person in written history to use spatial analysis to make geographic connections to determine the source of a cholera epidemic in London?

John Snow

100

In which state did the Revolutionary War begin?

Massachussetts

100

Which symbol is used for comments in JavaScript?

//

100

No one cared who I was until I put on the mask

Dark Knight Rises

200

Which table gives data unique characteristics? Data, Excel, Raster, Attribute

Attribute

200

Coining the term "geographic information system" and often referred to as the father of GIS, Roger Tomlinson hails from what country?

Canada

200

Which of these cities has never been the US Capitol? Baltimore, Boston, Lancaster, New York City

Boston

200

What is the name of the type of variable which does not exist in the memory heap area, ie., not written inside the code?

Undeclared variable

200
Welcome to earth!

Independence Day

300

1 minute is equal to how many degrees?

1/60

300

Navstar I, the first _________, went live in 1978

GPS Satellite

300

Which state was not an original 13 colony? Georgia, New Hampshire, South Carolina, Vermont

Vermont

300

What is one type of pop up box in JavaScript?

Alert, Confirm, Pop-up

300

You're gonna need a bigger boat

Jaws

400

What do we call a way of differentiating objects within the same feature class?

Enumeration

400

In what year did Esri reach 1,000,000 licensed software seats

2001

400

The annual Nathan's Hot Dog eating contest takes place on the 4th of July at this location

Coney Island / Brooklyn

400

What will the output of this statement be

var obj1 = {    address : "Mumbai,India",    getAddress: function(){    console.log(this.address);   } }   var getAddress = obj1.getAddress; var obj2 = {name:"akshay"}; obj2.getAddress();    

error

400

Where we're going, we don't need roads

Back to the Future

500

What two items are parcel types comprised of?

Polygon and line feature class

500

What 4x Presidential candidate is credited as the inspiration to start GIS Day, celebrated in November

Ralph Nader
500

What is the oldest US state capital

Santa Fe, NM

500

What is the difference between == and ===?

== is the abstract equality operator while === is the strict equality operator. The == operator will compare for equality after doing any necessary type conversions.

500

Never rat on your friends, and always keep your mouth shut

Goodfellas