Databases: Ch 1 & 2 – Flashcards

Unlock all answers in this set

Unlock answers
question
Data and information are essentially the same thing.
answer
False
question
Data processing can be as simple as organizing data to reveal patterns.
answer
True
question
Data is the result of processing raw facts to reveal its meaning.
answer
False
question
When data are entered into a form and saved, they are placed in the underlying
answer
False
question
Data constitute the building blocks of information.
answer
True
question
Metadata describe the data characteristics and the set of relationships that links the data found within the database.
answer
True
question
The only way to access the data in a database is through the DBMS.
answer
True
question
Database programming languages receive all application requests and translate them into the complex operations required to fulfill those requests.
answer
False
question
The DBMS reveals much of the database's internal complexity to the application programs and users
answer
False
question
One disadvantage of the DBMS is that it increases the risk of data security
answer
False
question
An operational database is sometimes referred to as an enterprise database
answer
False
question
A data warehouse can store data derived from many sources.
answer
True
question
The same data might be simultaneously structured and unstructured depending
answer
True
question
Corporations use only structured data.
answer
False
question
Field refers to a collection of related records.
answer
False
question
Data anomaly is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
answer
False
question
Structural dependence exists when it is possible to make changes in the file structure without affecting the application program's ability to access the data.
answer
False
question
An advantage of database systems is that you needn't perform frequent updates and apply latest patches.
answer
False
question
One disadvantage of a database system over previous data management approaches is increased costs.
answer
True
question
One advantage of a database system over previous data management approaches is that the database system is considerably less complex.
answer
False
question
is the result of revealing the meaning of raw facts.
answer
Information
question
is the body of information and facts about a specific subject.
answer
Knowledge
question
Accurate, relevant, and timely information is the key to .
answer
Good decision making
question
End-user data is .
answer
Raw facts of interest to the end user
question
provide a description of the data characteristics and the set of relationships that link the data found within the database.
answer
Metadata
question
serve as the intermediary between the user and the database.
answer
DBMSs
question
The database structure in a DBMS is stored as a .
answer
Collection of files
question
A(n) might be written by a programmer or it might be created through a DBMS utility program.
answer
Application
question
exists when different versions of the same data appear in different places.
answer
Data inconsistency
question
refer to a type of database that stores most of its data in RAM rather than in hard disks.
answer
In-memory databases
question
The response of the DBMS to a query is the .
answer
Query result set
question
A(n) database is used by an organization and supports many users across many departments.
answer
Enterprise
question
A(n) database supports a relatively small number of users (usually fewer than 50) or a specific department within an organization.
answer
Workgroup
question
A workgroup database is a(n) database.
answer
Multiuser
question
is defined as the condition in which all of the data in the database are consistent with the real-world events and conditions.
answer
Data integrity
question
A desktop database is a database.
answer
Single-user
question
Data warehouse contains historical data obtained from the
answer
Operational databases
question
Data is said to be verifiable if:
answer
The data always yields consistent results
question
data exist in the format in which they were collected.
answer
Unstructured
question
data exist in a format that does not lend itself to processing that yields information.
answer
Unstructure
question
are the result of formatting disorganized data in order to facilitate storage, use and generation of information.
answer
Structured data
question
Most data that can be encountered are best classified as .
answer
Semistructured
question
Which of the following is true of spreadsheet applications?
answer
They enhance the user's ability to undserstand the data
question
An XML database supports the storage and management of XML data.
answer
Semistructured
question
The organization of data within folders in a manual file system is determined by .
answer
Its expected use
question
A is a logically connected set of one or more fields that describes a person, place, or thing.
answer
Record
question
A is a collection of related records.
answer
File
question
A is a character or group of characters that has a specific meaning.
answer
Field
question
Which of the following refers to the situation where different versions of the same data are stored at different places because they weren't updated consistently?
answer
Data Redundancy
question
The term refers to an organization of components that define and regulate the collection, storage, management and use of data within a database environment.
answer
Database system
question
relates to the activities that make the database execute transactions more efficiently in terms of storage and access speed.
answer
Performance tuning
question
is the result of processing raw data to reveal its meaning.
answer
Information
question
To reveal meaning, information requires .
answer
Context
question
Raw data must be properly for storage, processing and presentation.
answer
Formatted
question
Information is produced by processing
answer
Data
question
is data about data through which the end-user data are integrated and managed.
answer
Metadata
question
A(n) is a collection of programs that manages the database structure and controls access to the data stored in the database.
answer
DBMS (database management system) database management
question
A(n) is a specific request issued to the DBMS for data manipulation.
answer
Query
question
databases focus primarily on storing data used to generate information required to make tactical or strategic decisions.
answer
Analytical
question
is a special language used to represent and manipulate data elements in a textual format.
answer
XML (Extensible Markup Language)
question
A(n) is a spur-of-the-moment question.
answer
Ad hoc query
question
exists when it is possible to make changes in the data storage characteristics without affecting an application program's ability to access data.
answer
Data independence
question
The term refers to scattered locations storing the same basic data.
answer
Island of information
question
exists when different and conflicting versions of the same data appear in different places.
answer
Data inconsistency
question
exists when the same data are stored unnecessarily at different places.
answer
Data redundancy
question
A(n) develops when all required changes in the redundant data are not made successfully.
answer
Data anomaly
question
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.
answer
Data dictionary
question
relates to activities that make a database operate more efficiently in terms of storage and access speed.
answer
Performance turning
question
Describe what metadata are and what value they provide to the database system.
answer
The metadata describe the data characteristics and the set of relationships that links the data found within the database. For example, the metadata component stores information such as the name of each data element, the type of values (numeric, dates, or text) stored on each data element, and whether the data element can be left empty.
question
What are the advantages of having the DBMS between the end user's applications and the database?
answer
Having a DBMS between the end user's applications and the database offers some important advantages. First, the DBMS enables the data in the database to be shared among multiple applications or users. Second, the DBMS integrates the many different users' views of the data into a single all encompassing data repository.
question
Discuss some considerations when designing a database.
answer
Proper database design requires the designer to identify precisely the database's expected use. Designing a transactional database emphasizes accurate and consistent data and operational speed. Designing a data warehouse database emphasizes the use of historical and aggregated data. Designing a database to be used in a centralized, single-user environment requires a different approach from that used in the design of a distributed, multiuser database.
question
What are some reasons for studying file systems?
answer
A brief explanation of the evolution of file system data processing can be helpful in understanding the data access limitations that databases attempt to overcome. Understanding these limitations is relevant to database designers and developers because database technologies do not make these problems magically disappear—database technologies simply make it easier to create solutions that avoid these problems.
question
A data model is usually graphical
answer
True
question
An implementation-ready data model needn't necessarily contain enforceable rules to guarantee the integrity of the data.
answer
False
question
An implementation-ready data model should contain a description of the data structure that will store the end-user data.
answer
True
question
Within the database environment, a data model represents data structures with the purpose of supporting a specific problem domain.
answer
True
question
Even when a good database blueprint is available, an applications programmer's view of the data should match that of the manager and the end user.
answer
True
question
In the context of data models, an entity is a person, place, thing, or event about which data will be collected and stored.
answer
True
question
Database designers determine the data and information that yield the required understanding of the entire business.
answer
False
question
Business rules apply to businesses and government groups, but not to other types of organizations such as religious groups or research laboratories.
answer
False
question
Business rules must be rendered in writing.
answer
True
question
In an SQL-based relational database, each table is dependent on every other table.
answer
False
question
A disadvantage of the relational database management system (RDBMS) is its inability to hide the complexities of the relational model from the user.
answer
False
question
Each row in the relational table is known as an entity instance or entity occurrence in the ER model.
answer
True
question
In Chen notation, entities and relationships have to be oriented horizontally; not vertically.
answer
False
question
M:N relationships are not appropriate in a relational model.
answer
True
question
Today, most relational database products can be classified as object/relational.
answer
True
question
The network model has structural level dependence.
answer
True
question
The external model is the representation of the database as "seen" by the DBMS.
answer
False
question
The hierarchical model is software-independent.
answer
False
question
The relational model is hardware-dependent and software-independent.
answer
False
question
A(n) 's main function is to help one understand the complexities of the realworld environment.
answer
Modle
question
A(n) represents a particular type of object in the real world.
answer
Enity
question
A(n) is anything about which data are to be collected and stored.
answer
Enity
question
A(n) is the equivalent of a field in a file system.
answer
Attribute
question
A(n) is bidirectional.
answer
Relationship
question
A(n) is a restriction placed on the data.
answer
Constraints
question
are normally expressed in the form of rules.
answer
Constraints
question
Students and classes have a relationship.
answer
many- to -many
question
From a database point of view, the collection of data becomes meaningful only when it reflects properly defined
answer
Business rules
question
Which of the following is true of business rules?
answer
They can serve as a communication tool between the users and designers
question
A noun in a business rule translates to a(n) in the data model.
answer
Enity
question
A verb associating two nouns in a business rule translates to a(n) in the data model.
answer
Realtionship
question
The hierarchical data model was developed in the
answer
1960s
question
The object-oriented data model was developed in the
answer
1980s
question
VMS/VSAM is an example of the .
answer
File system data model
question
Oracle 11g is an example of the .
answer
XML/Hybrid data model
question
MySQL is an example of the
answer
Relational data model
question
In the model, the basic logical structure is represented as an upside-down tree.
answer
Hierarchical
question
In the model, each parent can have many children, but each child has only one parent.
answer
Hierarchical
question
The relational data model was developed in the .
answer
1970s
question
In the model, the user perceives the database as a collection of records in 1:M relationships, where each record can have more than one parent.
answer
Network
question
The model was developed to allow designers to use a graphical tool to examine structures rather than describing them with text.
answer
Entity realtionship
question
A(n) enables a database administrator to describe schema components.
answer
Data definition language(DDL)
question
Which of the following types of HDFS nodes stores all the metadata about a file system?
answer
Name node
question
Which of the following types of HDFS nodes acts as the interface between the user application and the HDFS?
answer
Client node
question
Which of the following is a disadvantage of the hierarchical data model?
answer
It does not have standards
question
NoSQL databases:
answer
provide fault tolerance
question
The model uses the term connectivity to label the relationship types.
answer
Entity relationship
question
Which of the following is true of NoSQL databases?
answer
They are not based on the relational
question
The data model is said to be a semantic data model.
answer
object-oriented
question
The data model uses the concept of inheritance.
answer
object-oriented
question
One of the limitations of the model is that there is a lack of standards.
answer
hierarchical
question
The model is the end users' view of the data environment.
answer
external
question
An internal refers to a specific representation of an internal model, using the database constructs
answer
schema
question
A(n) is a relatively simple representation of more complex real-world data structures.
answer
data model
question
A(n) is a brief, precise, and unambiguous description of a policy, procedure, or principle within a specific organization.
answer
business rule
question
A(n) in a hierarchical model is the equivalent of a record in a file system.
answer
segment
question
A(n) is the conceptual organization of an entire database as viewed by a database administrator.
answer
schema
question
The relational model's foundation is a mathematical concept known as a
answer
relation
question
Each row in a relation is called a(n)
answer
tuple
question
Each column in a relation represents a(n)
answer
attribute
question
A(n) defines the environment in which data can be managed and is used to work with the data in the database.
answer
data manipulation language (DML)
question
Each row in the relational table is known as a(n)
answer
entity instance
question
In , a three-pronged symbol represents the "many" side of the relationship.
answer
Crow's Foot notation
question
A(n) is a collection of similar objects with a shared structure and behavior.
answer
class
question
In objectoriented terms, a(n) defines an object's behavior.
answer
method
question
is a language based on OO concepts that describes a set of diagrams and symbols used to graphically model a system.
answer
UML (Unified Modeling Language) Unified Modeling Language (UML) Unified Modeling Language UML
question
The term is used to refer to the task of creating a conceptual data model that could be implemented in any DBMS.
answer
logical design
question
The is the representation of a database as "seen" by the DBMS.
answer
internal model
Get an explanation on any task
Get unstuck with the help of our AI assistant in seconds
New