What do we call the ratio of the size of an image to the number of grids per unit?
Resolution
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
In which state did the Revolutionary War begin?
Massachussetts
Which symbol is used for comments in JavaScript?
//
No one cared who I was until I put on the mask
Dark Knight Rises
Which table gives data unique characteristics? Data, Excel, Raster, Attribute
Attribute
Coining the term "geographic information system" and often referred to as the father of GIS, Roger Tomlinson hails from what country?
Canada
Which of these cities has never been the US Capitol? Baltimore, Boston, Lancaster, New York City
Boston
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
Independence Day
1 minute is equal to how many degrees?
1/60
Navstar I, the first _________, went live in 1978
GPS Satellite
Which state was not an original 13 colony? Georgia, New Hampshire, South Carolina, Vermont
Vermont
What is one type of pop up box in JavaScript?
Alert, Confirm, Pop-up
You're gonna need a bigger boat
Jaws
What do we call a way of differentiating objects within the same feature class?
Enumeration
In what year did Esri reach 1,000,000 licensed software seats
2001
The annual Nathan's Hot Dog eating contest takes place on the 4th of July at this location
Coney Island / Brooklyn
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
Where we're going, we don't need roads
Back to the Future
What two items are parcel types comprised of?
Polygon and line feature class
What 4x Presidential candidate is credited as the inspiration to start GIS Day, celebrated in November
What is the oldest US state capital
Santa Fe, NM
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.
Never rat on your friends, and always keep your mouth shut
Goodfellas