Test2 Flashcards
Match the letter in the image below with corresponding description of the entity-relationship model.
Attribute
Value
Entity Set
Entity
A. Entity
B. Attribute
C. Value
D. Entity Set
Match the following letters labeling the elements of an Entity-Relationship Diagram with the corresponding term.
Entity
Key
Relationship
Attribute
A. Key
B. Entity
C. Relationship
D. Attribute
The ER Diagram is an example of a ___ data model with entities, relationships, entity data types, attributes, and keys.
The ER Diagram is an example of a logical data model with entities and relationships; as well as entity data types, attributes, and keys.
Which of the following geospatial physical data models (i.e. GIS data formats) represents vector data?
LiDAR data is stored as a point cloud vector model in a *.las file
Geodatabase Terrain is a ______ data model
triangulated
A Digital Elevation Model (DEM) and Portable Network Graphic (*.png) are both ____ models.
Raster
What models spatial relationships that describe proximity?
Distance
Topological relationships describe _____
connectivity
Directional relationships describe ____
direction
Class relationships describe how ___, ___, or ___ relate
points, lines, or areas
What type of data model is illustrated in this diagram?
The ER diagram illustrates a Physical Geodatabase Model
Which of the following is NOT an independent entity?
Plat_Subtype is a characteristic entity that describes the Plat_Status attribute for the the independent Parcels entity. Parcles,TaxRecord2019, and LotBoundaries are all independent entities that can stand alone.
What type of attribute is ZIP_Code?
ZIP_Code is a LONG INTEGER attribute field in the Parcels feature class.
What type of relationship is modeled between Parcels and TaxRecord2019?
Many to Many
Which of the following is not an acceptable value for the Secondary_Use field?
RES is not listed as an acceptable coded value in the Sec_Use_Codes attribute domain assigned to the Secondary_Use field in the Parcels polygonal feature class.
What arere relational tables?
Relational tables are based on the entity-relationship model and are a primary function of relational database management systems (RDBMS). Tabbed tables, pivot tables, and A1 Notation tables are all primary functions of a spreadsheet.