Mar 2nd Flashcards
(137 cards)
A(n) _____ is a collection of programs that manages the database structure and controls access to the data stored in the database.
Database Management System (DBMS)
When a database stores the majority of data in RAM rather than in hard disks, it is referred to as a(n) _____ database.
In-memory
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
A(n) _____ develops when all required changes in the redundant data are not made successfully.
Data Anomaly
_____ relates to activities that make a database operate more efficiently in terms of storage and access speed.
Performance Tuning
_____ exists when the same data are stored unnecessarily at different places.
Data Redundancy
_____ is the result of processing raw data to reveal its meaning.
Information
Information is produced by processing _____.
Data
_____ is data about data through which the end-user data are integrated and managed.
Metadata
_____ exists when different and conflicting versions of the same data appear in different places.
Data inconsistency
A database that is created and maintained using services such as Microsoft Azure or Amazon AWS is called a(n) _____ database.
Cloud
_____ databases focus primarily on storing data used to generate the information required to make tactical or strategic decisions.
Analytical Database
To reveal meaning, the information requires _____.
Context
Raw data must be properly _____ for storage, processing and presentation.
Formatted
Web and mobile technologies that enable “anywhere, anytime, always on” human interactions are forms of _____.
Social Media
The term _____ refers to scattered locations storing the same basic data.
Islands of Information
_____ is a special language used to represent and manipulate data elements in a textual format.
Extensible Markup Language (XML)
A(n) _____ is a specific request issued to the DBMS for data manipulation.
Query
The movement to find new and better ways to manage large amounts of web- and sensor-generated data and derive business insight from it, while simultaneously providing high performance and scalability at a reasonable cost is referred to as “_____.”
Big Data
A(n) _____ is a relatively simple representation of more complex real-world data structures.
Data Model
The _____ is the representation of a database as “seen” by the DBMS.
Internal Model
Each row in the relational table is known as a(n) _____.
Entity Instance
In object-oriented terms, a(n) _____ defines an object’s behavior.
Method
In an SQL-based relational database, each table is dependent on every other table.
True
False
False