Question: 1) What sequence type you should use to create a look-up table between the following departments and colleges? The science college has departments of geo,

1) What sequence type you should use to create a look-up table between the following departments and colleges? The science college has departments of geo, bio; the Arts college has departments of anth, history. Complete the code so that the code will print out the college where the geo department is in.

#Sequence type: ____________

dept2col= __________ "geo":"science", "bio":"science", "anth":"Arts", "history":"Arts"____________

print dept2col_____________

2)Which of the following statements are correct?

Group of answer choices multiple answers can be correct

A)ArcPy data access module has been avaiable since ArcGIS 10.1

B)ArcPy data access module has been avaiable since ArcGIS 10.0.

C)ArcPy data access module offers a cursor with faster access to data.

D) The cursor in data access module is the only curor that can be used in ArcGIS 10.1.

3) Which of the following statements are NOT correct?

Group of answer choices

A) All cursor functions create a cursor object to access rows.

B) You can use an index number to access a row in a cursor.

C)All cursors navigate in a forward direction.

D) If you need to access a row after the cursor moves past that row, you need to reset the cursor to the beginning position and move to that row again.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!