gis attribute data Flashcards

1
Q

table

A

data stored as an array of rows and columns, with each row representing an object or feature and each column representing an attribute or property of that object

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

record

A

row in a table that contains one object

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

attribute field

A

column in a table containing information about spatial features

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

attribute table

A

table containing rows of information for features

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

standalone table

A

a table of information not linked to spatial data features

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

flat file database

A

data that stores data in simple files

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

hierarchical database

A

database that stores information in tables with permanent links between them

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

relational database

A

database that stores information in tables and constructs temporary relationships between them

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

join

A

temporary combination of data from two tables based on a common attribute field or location

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

query

A

an operation to extract records from a database according to a specified set of criteria

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

logical expression

A

a statement composed of fieldnames, operators, and values that specifies criteria used to select records or values from a layer or table

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

selected set

A

a set of features that have been extracted prior to another operation; the result of a query

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

key

A

an attribute field that is used to extract or match records in a table

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

source table

A

table that provides information that is being appended to another table in a join

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

destination table

A

the table that receives data from another table during a join operation

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

cardinality

A

The relationship between records in two tables:

17
Q

Rule of Joining

A

each record in the destination table must have only one matching record in the source table

18
Q

relate

A

a temporary association between two tables based on a common field whereby fields may be selected based on whether they match selected records in the other table

19
Q

summarize

A

a function that groups records in a table according to one categorical field and calculates statistics for each group

20
Q

field definition

A

parameters specified when creating an attribute field, including type of data, field length, precision and scale

21
Q

field length

A

the maximum number of characters that can be stored in a text attribute field

22
Q

precision

A

the number of digits allotted to store a numeric value

23
Q

scale

A

ratio of the size of features on the map to their size on the ground

24
Q

byte

A

a unit of data storage in base two containing eight zeroes or ones and holding a number from 0 to 255

25
Q

ASCII

A

international code used to store simple text letters, numbers, and symbols: synonymous with text file

26
Q

binary

A

numeric data stored in base 2 as a series of ones and zeroes; a computer’s native data storage

27
Q

mantissa

A

the part of an exponential number that stores the significant digit

28
Q

single-precision

A

numeric value stored using eight bytes of information

29
Q

double-precision

A

a numeric value stored using 16 bytes of information

30
Q

alias

A

alternate name displayed for a field in a table that does not have to follow length and character restrictions

31
Q

event layer

A

map layer of points created from a series of coordinate pairs in a table