wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

GIS practice final: part 2 (material since the midterm)

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What is logical consistency?

a)

Do data representation of features have the same geometric relationships as their counterparts in the real world?

b)

It is a type of SQL

c)

It is the boundary between 2 polygons

d)

It is a type of Boolean operator

2.

What happens to the Shape_Length and Shape_Area fields after you do a union or intersect with two polygon feature classes?

a)

They are recalculated (automatically updated)

b)

They will be incorrect if the polygons or lines were cut. You must re-calculate them

3.

Which type of table is associated with a spatial data layer?

a)

Attribute tables

b)

Stand alone table

c)

Both

d)

Neither

4.

If you have number of people per state like this "156000" , what would be the best "data type"?

a)

Short

b)

Long

c)

Float

d)

Double

5.

When joining tables, which table is the one whose features are displayed?

a)

Join Table

b)

Target Table

c)

Stand Alone Table

6.

Using SQL, if I want to select all of the academic and residential buildings on campus - which query is correct?

a)

Buildingtype=Academic AND Residential

b)

Bulildingtype=Academic AND Buidingtype=Residential

c)

Bulildingtype=Academic NOT Buidingtype=Residential

d)

Bulildingtype=Academic OR Buidingtype=Residential

7.

What is an example of a spatial operator that can be used in a spatial query?

a)

Intersect

b)

Within a distance

c)

Contains

d)

All of the above

8.

Which tool creates a new feature class based on information from 2 feature classes and joins attributes ?

a)

Clip

b)

Erase

c)

Spatial Query

d)

Spatial Join

9.

Which tool keeps all areas and attributes from two feature classes, whether they overlap or not

a)

Intersect

b)

Union

c)

Erase

d)

Clip

10.

If we were using a spatial join to determine how many wells in each watershed, what would be the "cardinality"

a)

one to many

b)

many to one

c)

one to one with merge rules

d)

it cannot be done

11.

Which tool "cuts" features?

a)

Spatial Join

b)

Intersect

c)

Attribute join

d)

Spatial query

12.

What is the name of the shared boundary between two polygons?

a)

sliver

b)

dangle

c)

coincident

d)

vectorized

13.

What technique can you use to minimize dangles when digitizing roads?

a)

De-dangler

b)

Construction Tools

c)

Logical consistency

d)

Snapping

14.

Which vector type can be made by "Create Feature Class"?

a)

Point

b)

(poly) line

c)

polygon

d)

all of the above

15.

If you you use the split polygon, how many polygons will you end up with?

a)

0

b)

1

c)

2

d)

3