Lesson 1 Flashcards

1
Q

Database

A

A shared, integrated computer structure that stores a collection of related data.

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

Data Management

A

A process that focuses on data collection, storage, and retrieval.

Common data management functions include addition, deletion, modification, and listing

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

What are the two types of data in a database?

A
  • end-user data (raw facts)
  • Metadata
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Metadata

A

Data about data; that is, data about data characteristics and relationships

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

Database Management Systems (DBMS)

A

The collection of programs that manages the database structure and controls access to the data stored in the database.

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

What are six advantages of a DBMS?

A
  • Improved data security
  • Better data integration
  • Minimized data inconsistency
  • Improved data access
  • Improved decision making
  • Increased end-user productivity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Data inconsistency

A

A condition in which different versions of the same data yield different (inconsistent) results.

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

Query

A
  • A question or task asked by an end user of a database in the form of SQL code.
  • A specific request for data manipulation issued by the end user or the application to the DBMS.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Ad hoc query

A

A “spur-of-the-moment” question

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

Query result set

A

The collection of data rows returned by a query.

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

Data quality

A

A comprehensive approach to ensuring the accuracy, validity, and timeliness of data.

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

Single-user database

A

A database that supports only one user at a time

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

Desktop database

A

A single-user database that runs on a personal computer.

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

Multiuser database

A

A database that supports multiple concurrent users

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

Workgroup database

A

A multiuser database that usually supports:

  1. Fewer than 50 users or
  2. Used for a specific department in an organization.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Enterprise database

A

The overall company data representation, which provides support for present and expected future needs.

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

Centralized database

A

A database located at a single site

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

Distributed database

A

A logically related database that is stored in two or more physically independent sites.

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

Cloud database

A

A database that is created and maintained using cloud services, such as Microsoft Azure or Amazon AWS

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

General-purpose database

A

A database that contains a wide variety of data used in multiple disciplines.

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

Discipline-specific database

A

A database that contains data focused on specific subject areas

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

Operational database

A

A database designed primarily to support a company’s day-to-day operations.

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

An operational database is also known as: 3

A
  • online transaction processing database (OLTP)
  • Transactional database
  • production database
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Data warehouse

A
  1. A specialized database that stores historical and aggregated data.
  2. The data format is optimized for decision support.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Online analytical processing (OLAP) ## Footnote retrieving, processing, and modeling
A set of tools that *provide advanced data analysis* for retrieving, processing, and modeling data from the **data warehouse**
26
Business intelligence ## Footnote Cathy Can I See Aardvarks?
A set of **tools and processes** used to *capture, collect, integrate, store*, and analyze data to support business decision making
27
Unstructured data
Data that exists in its original, raw state; that is, in the format in which it was collected
28
Structured data
Data that has been *formatted to facilitate*: storage, use, and information generation.
29
Digital data
It represents other forms of data *using specific machine language systems* that can be interpreted by various technologies
30
Semistructured data
Data that has already been processed to some extent
31
Extensible Markup Language (XML)
* A **metalanguage** used to *represent and manipulate* data elements. * Unlike other markup languages, XML permits the manipulation of a document's data elements.
32
XML database
A database system that stores and manages semistructured XML data.
33
NoSQL
A new generation of database management systems that is *not based* on the traditional relational database model
34
Database design ## Footnote The second phase of the Database Life Cycle
The process that yields the description of the **database structure** and determines the **database components**.
35
Analytical Database
A database *focused primarily on storing historical data* and business metrics used for tactical or strategic decision making
36
Data processing (DP) specialist
The person responsible for developing and managing a **computerized** file processing system
37
Record
- Contains a **set of fields** that describes a person, place, or thing. - It is a collection of data items *arranged for processing* by a program.
38
Field
- It is a data structure for *a single piece* of data. - A field is a attibute (column) value - Contains all the information within the table *appropriate to a particular entity*.
39
File
- While a file can contain tables, it can also contain other types of data, such as text, images, or rows. - Stores data, information, settings, or commands that are used in computation.
40
What are the two file systems?
- Manual - Computerized
41
Manual file system
Includes paper-and-pencil system to facilitate the expected use of data
42
Computerized file system
- Stores and organizes computer files and makes *data easy to find and access them* - Generates reports and keeps track of complex data
43
Structural dependence
A data characteristic in which *a change in the database **schema** affects data access*, thus requiring changes in all access programs
44
Structural independence
A data characteristic in which *_changes_ in the database schema* do not affect data access
45
Data dependence
A data condition in which data **representation and manipulation** are dependent on the *physical data storage characteristics*
46
Data independence
A condition in which data **access** is unaffected by changes in the *physical data storage* characteristics such as row order
47
Logical data format
The way a person views data within the context of a problem domain
48
Physical data format
The way a computer stores data. ## Footnote How it see's
49
Data redundancy
Exists when the same data is stored unnecessarily at different places
50
*Uncontrolled data redundancy* sets the stage for the following:
- Poor data security - Data inconsistency - Data-entry errors - Data integrity problems
51
Data integrity
In a relational database, a condition in which the data in the database complies with all *entity and referential integrity constraints*.
52
Data anomaly
A data abnormality (irregularity) in which inconsistent changes have been made to a database. ## Footnote For example, an employee moves, but the address change is not corrected in all files in the database.
53
Database system
- An organization of components in a database **environment** - Defines and regulates the *collection, storage, management, and use* of data
54
From a general management point of view, the database system is composed of the five major parts:
55
Data dictionary
- The data dictionary contains data~ definitions, characteristics and relationships. - May also include data that is external to the DBMS
56
Performance tuning
Activities that make a database perform more efficiently in terms of *storage and access speed*.
57
Query language
A nonprocedural language that is used by a DBMS to **manipulate** its data. ## Footnote An example of a query language is SQL.
58
DBMS function: Security Management
- Sets rules that determine **specific users** that are allowed to access the database. - This function also sets **restraints** on what specific data any user can see or manage.
59
DBMS function: Data transformation and presentation
1. By using this function, the DBMS can *determine the difference between logical and physical* data formats. 2. Exists to transform *any data entered* into _required_ data structures.
60
DBMS function: data dictionary management
1. Removes structural and data dependency and provides the user with **data abstraction**. 2. The DBMS uses this function *to look up the required* data component structures and relationships.
61
DBMS software
Manages the database within the database system. ## Footnote Some examples of DBMS software include Microsoft's SQL Server, Oracle Corporation's Oracle, Oracle's MySQL, and IBM's DB2
62
Application programs and utility software
used to access and manipulate data in the DBMS and to manage the computer environment in which data access and manipulation take place
63
System analysts and programmers
1. Design and implement the application programs. 2. They **design and create** the *data-entry: screens, reports, and procedures*. 3. End users **access**- *those designs* and **manipulate** the database's data
64
End Users
the people who use the application programs to run the organization's daily operations
65
DBMS function: Multiuser access control
To provide data integrity and data consistency: - The DBMS uses **sophisticated algorithms** to ensure that multiple users can access the database concurrently without compromising its integrity.
66
DBMS function: data integrity management
1. Promotes and enforces integrity rules. 2. Minimizing data redundancy and maximizing data consistency.
67
DBMS function: Database communication interfaces
- A current-generation feature - *DBMS accepts end-user requests* via multiple, different network environments. ## Footnote Ex: web browsers like Mozilla Firefox
68
____ ____ exists when different and conflicting versions of the same data appear in different places.
Data inconsistency
69
One disadvantage of the DBMS is that it:?
increases the risk of data security **breaches**
70
Data processing can be as simple as:
organizing data to reveal patterns
71
The database structure itself is stored as a collection of files, how would you access the data?
The only way to access the data in those files is through the DBMS.
72
Accurate, relevant, and timely information is the key to _______.
Data Management
73
Data is said to be verifiable if:
The data always yields consistent results
74
A(n) ______ database is used by an organization and supports many users across many departments.
Enterprise
75
A _____ *contains at least all* of the attribute names and characteristics for each table in the system.
Data dictionary
76
A(n) ____ _____ develops when all required changes in the redundant data are not made successfully
Data anormaly
77
Raw data must be properly ______ for storage, processing, and presentation
formatted
78
_______ are the result of formatting disorganized data in order to facilitate storage, use and generation of information.
Structured data
79
An XML database supports the storage and management of _____ XML data.
Semistructured
80
The term ______ __ _______ refers to scattered locations storing the same basic data.
Islands of information
81
Which of the following is true of spreadsheet applications?
They enhance the user's ability to understand the data.
82
What makes today's databases more complex & more powerful for organizing and using information than earlier ones? ## Footnote [Prioritizing Database Features](https://g.co/gemini/share/877836f5c6e6)
1. Connections: Linking related data together. 2. Accuracy: Preventing errors and keeping data consistent. 3. Sharing: Allowing many users at the same time. 4. Protection: Strong security for sensitive information. 5. Speed: Finding data quickly and efficiently.
83
The DBMS uses the _____ ____ to look up the required data component structures and relationships, thus relieving programmers from having to code such complex relationships in each program.
Data dictionary
84
Corporations use:
**All sorts** of data types including structured data.
85
Explain the difference between operational database and an enterprise database.
1. **Operational databases** handle _daily_ transactions (like orders and inventory). 2. **Enterprise databases** are broader, storing various data types (including operational but also _analytical and historical_) for the entire organization. ## Footnote While an operational database can be part of an enterprise database, they aren't the same.
86
The organization of data within folders in a manual file system is determined by _____.
its expected use
87
Most data that can be encountered are best classified as _____ .
Semistructured
88
_____ refer to a type of database that *stores most of its data in RAM* rather than in hard disks.
In-memory databases
89
To reveal meaning, information requires ______
context
90
____ _____ is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
Data integrity
91
________ is the result of processing raw data to reveal its meaning
Information
92
Raw data must be properly ______ for storage, processing and presentation.
formatted
93
A _____ is a logically connected set of one or more fields that describes a person, place, or thing.
Record
94
A data warehouse can store data derived from many sources. (T/F)
True
95
Metadata describe the data characteristics and the set of relationships that links the data found within the database. (T/F)
True
96
End-user data is ______.
Raw facts of interest to the end user
97
A(n) _____ database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization.
Workgroup
98
Data processing is:
As simple as organizing data to reveal patterns.
99
_____ exists when different versions of the same data appear in different places.
Data inconsistency
100
_____ is the result of revealing the meaning of raw facts.
Information
101
________ ________ relates to activities that make a database operate more efficiently in terms of storage and access speed.
Performance Tuning
102
A ______ is a specific request issued to the DBMS for data manipulation.
Query
103
_____ relates to the activities that make the database execute transactions more efficiently in terms of storage and access speed.
Performance Tuning
104
________ is data about data through which the end-user data are integrated and managed.
Metadata
105
The DBMS
- A Database Management System is **software** that allows users to *define, store, maintain, and manage data* in a structured and efficient manner. - It acts as an **intermediary** between data and users, allowing disparate data from different applications to be managed.
106
Record
1. A **single row** of data within a table, containing all the *information related* to a specific entity. 2. Essentially acting as a horizontal entry within the table structure
107
What refers to the situation where the same data is stored unnecessarily at different places?
Data redundancy
108
________ is the result of processing raw data to reveal its meaning
information
109
________ is a special language used to represent and manipulate data elements in a textual format.
Extensible Markup Language (XML)
110
Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests. (T/F)
False
111
What is Data?
Data **constitutes** the building blocks of information.
112
The *same data* might be structured how?
The same data might be *simultaneously structured and unstructured* depending on the intended processing.
113
Why do you database management systems need updates?
Database systems are like any other software on your computer. They need regular updates to fix problems, improve security, and add new features.
114
The database structure in a DBMS is stored as a ______.
collection of files
115
The response of the DBMS to a query is the ______.
query result set
116
_____ data exist in the format in which they were collected.
Unstructured
117
_____ data exist in a format that does not lend itself to processing that yields information.
Unstructured
118
A _______ ________ ______ is a collection of programs that **manages** the database structure and **controls** access to the data stored in the database.
database management system
119
Structural dependence
- The **application program** is affected by changes in the file structure. - If you change how the data is organized (schema), *the program needs to be updated to understand the new organization* in order to access the data correctly.
120
An ________ is a spur-of-the-moment question
ad hoc query
121
________ exists when it is possible to make changes in the data storage characteristics without affecting an application program's ability to access data.
data independence
122
__________ exists when the same data are stored unnecessarily at different places.
Data redundancy
123
A desktop database is a _____ database
single-user
124
_____ serve as the intermediary between the user and the database.
DBMSs
125
Data warehouse contains *historical data* obtained from the_____.
Operational Databases
126
A _____ is a collection of related records.
File
127
A(n) _______ _______ develops when all required changes in the redundant data are not made successfully.
Data anomaly
128
____ ________ exists when different and conflicting versions of the same data appear in different places.
Data inconsistency
129
The term _____ refers to an organization of components that define and *regulate the collection, storage, management* and use of data within a **database environment**.
Database system
130
Data Integrity
Defined as the condition in which all of the data in the database are **consistent** with the *real-world events and conditions*.
131
A _____ is a character or group of characters that has a specific meaning.
Field
132
_______ databases focus primarily on storing data used to generate information required to make tactical or strategic decisions.
Analytical
133
______ provide a description of the data characteristics and the set of relationships that link the data found within the database.
Metadata
134
A(n) _____ might be written by a programmer or it might be created through a DBMS utility program.
application
135
A workgroup database is a(n) _____ database.
multiuser