Information Management CH4 Flashcards
What is the difference between data, information, and knowledge?
Data are the raw bits and pieces of facts and statistics with no context. Data can be quantitative or qualitative. Information is data that has been given context. Knowledge is information that has been aggregated and analyzed and can be used for making decisions.
Explain in your own words how the data component relates to the hardware and software components of information systems.
- Data is processed by the hardware via software.
- A database is software that runs on the hardware.
- Hardware stores the data, software processes the data
What is the difference between quantitative data and qualitative data? In what situations could the number 42 be considered qualitative data?
Quantitative data is numeric, the result of a measurement, count, or some other mathematical calculation. Qualitative data is descriptive. The number 42 could be qualitative if it is a designation instead of a measurement, count, or calculation. For example: that player’s jersey has number 42 on it.
What are the characteristics of a relational database?
- one or more tables
- each table has a set of fields
- a record is one instance of a set of fields
- all tables are related by one or more fields in common
When would using a personal DBMS make sense?
When working on a smaller database for personal use, or when disconnected from the network.
What is the difference between a spreadsheet and a database? List three differences between them.
A database is generally more powerful and complex than a spreadsheet, with the ability to handle multiple types of data and link them together. Some differences: A database has defined field types, a spreadsheet does not. A database uses a standardized query language (such as SQL), a spreadsheet does not. A database can hold much larger amounts of data than a spreadsheet.
Describe what the term normalization means.
To normalize a database means to design it in a way that: 1) reduces duplication of data between tables and 2) gives the table as much flexibility as possible.
Why is it important to define the data type of a field when designing a relational database?
A data type tells the database what functions can be performed with the data. The second important reason to define the data type is so that the proper amount of storage space is allocated for the data
Name a database you interact with frequently. What would some of the field names be?
The student can choose any sort of system that they interact with, such as Amazon or their school’s online systems. The fields would be the names of data being collected, such as “first name”, or “address”.
What is metadata?
Metadata is data about data. It refers to the data used to describe other data, such as the length of a song in iTunes, which describes the music file.
Name three advantages of using a data warehouse.
i. The process of developing a data warehouse forces an organization to better understand the data that it is currently collecting and, equally important, what data is not being collected.
ii. A data warehouse provides a centralized view of all data being collected across the enterprise and provides a means of determining data that is inconsistent.
iii. Once all data is identified as consistent, an organization can generate one version of the truth. This is important when the company wants to report consistent statistics about itself, such as revenue or number of employees.
iv. By having a data warehouse, snapshots of data can be taken over time. This creates a historical record of data, which allows for an analysis of trends.
v. A data warehouse provides tools to combine data, which can provide new information and analysis.
What is data mining?
Data mining is the process of analyzing data to find previously unknown trends, patterns, and associations in order to make decisions.
what are the two types of DBMS?
Personal (one user) and Enterprise (multiple users)
what are advantages of DBMS?
- Makes data efficient and effective
- Data inconsistency is reduced (one change will change everthing to the same)
- Possible to produce quick answers
What are the types of databases?
- Transactional (ERP,SAP)
2. Data warehouse (stores data to generate information for strategic decisions)