W2 Flashcards

1
Q

What is nominal level data

A

identifies one entity from another (categories)
- ex. vegetation
- not ranked or quantified

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

What is ordinal level data?

A

Data is ranked along a scale
- cannot apply arithmetic operations

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

What is interval level data?

A

Data values are quantitative and are on a measurement scale based on a arbitrary zero point (ratios between values do not make sense)
- ex. temperature scale and longtitude

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

What is ratio level data?

A

Data values with a true origin
- ratios between values make sense
- ex. distance

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

What are the three data types stored in GIS

A

Integers, floating point values, strings

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

How are numbers arranged in the binary system?

A

In columns that represent powers of 2

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

How many bits in a byte

A

8
- sometimes a bit is reserved to store the sign (+/-) (this is called a signed byte

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

What are several bytes strung together called?

A

a word

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

How does the binary system work

A

All computations are carried out using binary arithmetic

Electronic circuits can represent and process data using binary signals, where “on” represents 1 and “off” represents 0.

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

How many numbers can be represented in a byte

A

256

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

What are the two types of integers and how many bytes do they have?

A

short (2 bytes)
long (4 bytes)

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

How many bytes can floating point value data have

A

4 or 8

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

What is precision in terms of bits

A

Precision is a function of # of bits used to code the word

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

How many bytes does string data have?

A

Each character is stored as one byte (takes up alot of memory)

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

Why would be integer data be better than float?

A
  • to keep storage size small if higher precision is not required
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Define geographic scale

A

general scope or extent of things

17
Q

Define cartographic scale

A

Scale of a feature on a map with respect to the real world a map

18
Q

Define data scale

A

Data is collected or digitized at some scale or resolution

19
Q

What is resolution

A

Smallest details that can be distinguished in a dataset

20
Q

What dictates scale for vector data

A

precision of coordinates

21
Q

What dictates scale for raster data

A

resolution

22
Q

What are some issues with converting data from raster to vector

A
  • Needs a lot of storage
  • Can look shaky (you can smooth it but will create distortion)
23
Q

What are some issues with converting data from vector to raster

A

Depending on scale you might lose precision

24
Q

Describe latitude and longitude

A
  • metric, standard, stable
  • Uses a well-defined and fixed reference frame
  • most universal and commonly adopted system of referencing global geographic locations
  • has the potential for very fine spatial resolution
  • supports other forms of spatial analysis
25
Q

What is a great circle

A

shortest distance between two points
- due to sphere shape this is actually a curved line

26
Q

Define datum and ellipsoid

A

Ellipsoid: approximates the geoid (shape of earth)
Datum: defines the position of the ellipsoid on the earth (means that different datums mean two different coordinate values)

27
Q

What are projections

A

Method of converting geographic space to cartesian space
- need to portray the curved surface of the earth as a flat (map) surface
- described by parameters