Chapter 5: Data Flashcards
A record is one instance of a set of fields in a table.
Attribute
A broad term for data sets so large or complex that traditional data processing applications are inadequate
Big Data
An organized collection of related information.
Database
Created to hold the metadata, defining the fields and structure of the database. To learn more, check out the example below and this resource from the University of Regina on data modeling and ERD diagrams.
Data Dictionary
The structure and organization of data in a database
Data Hierarchy
Consistency among the stored data.
Data Integrity
Programs that provide user-friendly, interfaces to view and change a database, create queries, and develop reports.
Database Management Systems (DBMS)
The use of a programming language to modify data in a database to make it easier to view or for the purpose of decision making.
Database Manipulation
of a database is the logical structure of the data items and their relationships
Data Model
The integration of the whole data in an organization leads to the ability to produce more information from a given amount of data. When the data is centralized in one database it makes it easier.
Data Sharing
When defining the fields in a database table, we must give each field a …For example, the field ‘StudentName’ is text string, while ‘EnrollmentCapacity’ is number. Most modern databases allow for several different …to be stored.
Data Types
the data contained in the database (e.g., students, course, grade, classroom)
Entities
Which shows the relationships among the tables of data. When a database is being designed.
Entity Relationship Diagram (ERD)
Which contains only one file/table, with no relationships.A table created in a spreadsheet would be considered a …
Flat File Database
Popular in the 1960s and 1970s, connected data together in a hierarchy, allowing for a parent/child relationship between data.
Hierarchical Database Model