MIDTERM EXAM Flashcards

(63 cards)

1
Q

what does an attribute table store

A

data of a spatial feature class

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what do standalone tables store

A

tabular data from any source e.x. excel, text files, csv files
–> HIDDEN because without spatial reference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

XY point data in arcgis what is x what is y

A

X is longitude
Y is latitude

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what is boolean operator (with two examples)

A

logical operator used in the formulation of boolean expression (so 1/2/3/etc= true, 0 = false)
–> AND (specific combo of conditions –> intersect operation)
–> OR (list of alternative conditions)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

what is not boolean connector

A

AT LEAST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Selection by Location in ArcGIS is designed for

A

SPATIAL DATA QUERY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Selection by Attribute in ArcGIS is designed for

A

ATTRIBUTE DATA QUERY

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

boolean operator for UNION sets

A

OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

target layer contains…

A

features to be selected

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what are rows and what are columns called

A

rows = records, columns = fields

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

when joining tables, where does additional info go

A

TARGET table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

when naming fields in excel for ARCGIS what are the rules

A

must start with a letter, no spaces or special characters, generally 10 units, ONLY LETTERS NUMBERS AND UNDERSCORES

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

what is a union operator

A

analysis tool to perform overlay analysis on feature classes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

why do you need to focus on cardinality in table joins?

A

because based on direction of join and information, changes whether one-to-one join or many-to-one join or one-to-many join.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

what is a rule for joining tables

A

each record in the target table must match one AND ONLY ONE record in the join table (true for one-to-one and many-to-one cardinality but not one-to-many)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

how to perform joins

A

fields to join data MUST BE SAME DATA TYPE e.x. text to text, long to long, short to short, or float to float

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

what are short and long data types

A

integers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

what are float and double data types

A

decimal values

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Summary of cardinality types

A

One-to-one
* States to Governors.
* Countries to capitals.
One-to-many
* States to cities.
* Districts to schools.
(Target table on the left)
Many to one
* Cities to states.
* Schools to districts.
Many-to-many
* Students to classes.
* Stores to customers.
–> In evaluating cardinality, always put the target table first.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

what is the art and science of making maps

A

cartography

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

what is CMYK model used for AND WARNING

A

PRINTING color maps, not perfect match between screen and paper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

what shoes larger geographic area? small or large map scale

A

SMALL MAP SCALE = LARGER GEO AREA

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

on what map scale are cities shown as points

A

a VERY SMALL map scale

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

what is largest map scale –> 1:5000, 1:12000, 1:1000000, 1:24000

A

1:5000 is LARGEST

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
how to show geographical representation of orientation of map
NORTH ARROW
25
what is a KEY to various map symbols
LEGEND
26
graphical representation of equivalent distances on a map
scale bar
27
what font is used for CULTURAL data
SANS - SERIF
28
what font is used for PHYSICAL data i.e. rivers
SERIF --> hydrographic features ITALICIZED --> OCEANS AND LAKES ALL CAPITALS
29
what is RATIO data
places values along regular scale WITH ZERO POINT --> e.x. population of state capitals BIG BALLS
30
what is INTERVAL DATA
differences between measurements WITH NO TRUE ZERO e.x. elevation or temperature
31
out of ratio, ordinal, nominal, and interval data, what is QUALITATIVE what is QUANTITATIVE
RATIO AND INTERVAL = QUANTITATIVE ORDINAL AND NOMINAL = QUALITATIVE
32
what is ORDINAL data
ORDERED categories --> rankings, order, scaling --> RANKS along arbitrary scale
33
what is NOMINAL data
NAMES/UNIQUELY identifies objects --> county names
34
DATA TYPE AND MAP TYPE
NOMINAL --> single symbol (graduated color/chloropleth) CATEGORICAL --> unique values (like star for population or highway signs) ORDINAL --> unique values map AND graduated color (NUMERIC/POLYGONS) RATIO/INTERVAL DATA --> Graduated Color = Chloropleth (polygons) --> dot density, graduated symbol (point, lines), chart maps
35
what is JENKS/NATURAL BREAKS
searches for natural gaps in data, identifies class boundaries with large jumps in data to minimize in-class variance
36
what is EQUAL INTERVAL
only with SPECIFIC NUMBER OF CLASSES --> divides into equally spaces classes and WORKS BEST FOR UNIFORMLY DISTRIBUTED DATA
37
what is QUANTILE classification method
attemps to place EQUAL NUMBER OF FEATURES in each class
38
what is normalizing data/why must you do it
normalizing data converts data into consistent level of representation, applicable to more maps e.x. PERCENT farms per region OR farms per SQUARE MILE/AREA
39
where to use rainbow ramps
NOT with polygons/ RATIO data BETTER for CONTINUOUS RASTERS
40
field naming rules
must start with a letter ONLY LETTER NUMBERS UNDERSCORES no longer than 10 characters
41
table join MAIN RULE
must either be both text, both integers, or both real numbers
42
when did GIS start
operational GIS can be traced back to 1960's
43
what is python
programming language for writing scripts in ARCGIS
44
what does GIS project start with
data aquisition
45
what is QGIS
powerful open-source GIS software program
46
what is vector data
DISCRETE FEATURES; points/lines/vectors
47
what is RASTER model
breaks map areas into small squares known as CELLS OR PIXELS --> single numberic value stored in each cell
48
what is vector model used for
DISCRETE data, exist in one place not the other e.x. ROADS
49
what is raster model used for
CONTINUOUS data, exists all over entire map area e.x. ELEVATION, imagery
50
what are three necessary file types/what they are
.shp --> geometry .shx --> index .dbf --> attributes
51
what is prime meridian
change between east and west longitude
52
what are two coordinate systems
Geographic Coordinate System (GCS) --> unprojected, based on 3D spherical globe coordinates, degrees latitude and longitude Projected Coordinate System (PCS) --> converts spherical coordinates to planar, set of matheatical equations, projects 3D to 2D
53
How is unprojected GCS data saved
as degrees, minutes, and seconds
54
what is GCS used for
data distribution BECAUSE NOT DESIRABLE for maps or analysis because of distortion
55
56
what is projected coordinate system (PCS) used for?
MAP PROJECTION --> converting from 3D to 2D surfaces --> translation of places to earth's surface to corresponding places on flat surface
57
what is true about maps and distortions
maps can show one or more BUT NEVER ALL of following correctly: - true distances, true directions, true shapes, true area --> BECAUSE LARGER THE AREA MAPPED, GREATER AMOUNT OF DISTORTION
58
what do conformal maps do
preserve local shape
59
what do equivalent maps do
preserve area
60
what is datum/ what are most commonly used in North America
datum is mathematical model of earth that defines size/shape/orientation///way to map out earth --> NAD 1927, NAD 1983, WGS 1984, NAD 1983 HARN
61
what datum is most used for GPS units
default datum is WGS 84
62
latitude and longitude with earth
chicago in +- IF LOOKING AT A MAP straight on with america top left and australia bottom right +- ++ -- -+