CH 3 Flashcards
Define a database.
A collection of related data that is stored in a central location or in multiple locations (distributed).
How are records accessed in a random-access file structure?
Records can be accessed in any order, regardless of their physical locations in storage media. This method is very fast and effective when a small number of records are processed. Records are often stored on magnetic disks, which are random access devices.
What are the 5 components of DBMS?
- database engine
- data definition
- data manipulation
- application generation
- data administration
What are 3 approaches to setting up a DDBMS?
- fragmentation: data tables are divided among multiple locations (horizontal, vertical and mixed).
- replication: each site stores a copy of the data in the organization’s database
- allocation: combines fragmentation and replication, with each site storing the data it uses most often.
What are 3 components of a data model?
- data structure
- operations
- integrity rules
Define online analytical processing (OLAP).
Uses multiple sources of information and provides multidimensional analysis. Generates business intelligence.
What are 3 popular types of business analytics?
- descriptive
- predictive
- prescriptive analytics
What are the 5 V’s of big data analytics? Why is “Value” the most important V?
- volume
- variety
- velocity
- veracity
- value (if there is no value, then the entire process of data collection and analysis would be a waste of resources)