1. 1. The most populated countries in order are: China, India, United States, Indonessia, Russia, Brazil, Pakistan, Japan, Bangladesh, Nigeria. I arrived at this by opening the countries attribute table and ranking them by population by clicking on the POP_CNTRY field name.
2. 2. 15 I did this by doing a select by attribute query system = amazon and then opening the selected features in a table which told me there were 15.
3. 3. There are 60 cities with 500 km. I did this by selecting the rivers and then selecting all cities within a 500 km search radius via a select by location query
4. 4. 516490670-64193450= 452297220 Is the answer. Got the population by the statistic tab of the result of the spatial query minus the population of Iran
5. 5. The least populated is Vatican city and the most populated is Ethiopia. I got this by doing a select by attributes landlock = y. this returned all the landlocked countries which I then ranked by population.
6. 6. Solvenia, Bosnia &Herzegovina, Croatia, Slovakia, Austria, Czech Republic, Yugoslavia, Romania, Poland. I did this by doing a spatial query, Verspezm being the selected feature, cntry02 the target layer and cities the source layer with a 300 km distance
7. 7. Cameroon, Central Africa Republic, Libya, Niger, Nigeria, Sudan. I found this by doing a spatial query in which Chad was selected and then I chose to select from the cntry02 layer any country that shares a border from the drop down.
8. 8. Russia, 97; United States 93; Thailand, 72; turkey, 67; Poland, 50. I found these by doing a spatial join with cntry02 being my target features and cities being my join feature. From there I opened the cntry02 table and ranked them by the join count.
9. 9. The rivers running through Sudan are the Blue Nile, 1893 km; Nile, 3023km; and the White Nile, 5046 km. This totals 9962 km. I arrived at this by doing a spatial query for all rivers that intersect Sudan. Once these rivers were selected I projected them onto a sinusoidal projection in order to have the GIS program be able to calculate the lengths of the rivers. From there I added a new field to the attribute table of the newly projected selected rivers titled ‘length’. I then used the calculate geometry school.
10 Russia, 1537; Canada, 1355; united States 759; China 226; Sweden 173; I did this by doing a spatial join between the lakes and cntry02. Then I opened the spatially joined files attribute table and sorted by join count.
11. Canada 443,509 km/sq; USA 196,856; Russia 138250 km/sq; Kahzakstan 70,869; China 51,272; I first projected all of the lakes onto a sinusoidal projection so that the program could measure their area. I then added a new field named ‘area’ in the new projection attribute table. I did a spatial join between countries and lakes. This didn’t work had no clue how to do it the right way so I looked at the cumulative area of the countries with the most length amongst some others and thus came up with the answer J.