Info Tech Chapter 5 – Flashcards
Unlock all answers in this set
Unlock answersquestion
            1) Which of the following is not a true statement about MDM?
answer
        It is a quality-of-data concept that is used to identify a company's most important data.
question
            2) What is the first step you should take in managing data for a firm?
answer
        Identify the data needed to run the business
question
            An example of a pre-digital database is a:
answer
        An example of a pre-digital database is a:
question
            Which of the following best illustrates the relationship between entities and attributes?
answer
        The entity CUSTOMER with the attribute PRODUCT
question
            The type of logical database model that treats data as if they were stored in two-dimensional tables is the:
answer
        relational DBMS.
question
            What are the relationships that the relational database is named for?
answer
        Relationships between entities
question
            A characteristic or quality describing an entity is called a(n):
answer
        attribute.
question
            The most basic business database is comprised of:
answer
        five tables: for customers, employees, suppliers, products, and sales.
question
            In a table for customers, the information about a single customer would reside in a single:
answer
        row.
question
            In a relational database, a record is also called a(n):
answer
        tuple.
question
            A field identified in a table as holding the unique identifier of the table's records is called the:
answer
        primary key.
question
            A field identified in a record as holding the unique identifier for that record is called the:
answer
        key field.
question
            A schematic of the entire database that describes the relationships in a database is called a(n):
answer
        entity-relationship diagram.
question
            A one-to-one relationship between two entities is symbolized in a diagram by a line that ends:
answer
        in two short marks.
question
            A one-to-many relationship between two entities is symbolized in a diagram by a line that ends:
answer
        with a crow's foot preceded by a short mark.
question
            A table that links two tables that have a many-to-many relationship is often called a(n):
answer
        intersection relation.
question
            The process of streamlining data to minimize redundancy and awkward many-to-many relationships is called:
answer
        normalization.
question
            A DBMS makes the:
answer
        physical database available for different logical views.
question
            The logical view of a database:
answer
        shows how data are organized and structured on the storage media.
question
            Which of the following is not a typical feature of DBMS?
answer
        Query wizard tool
question
            Oracle Database Lite is a:
answer
        DBMS for small handheld computing devices.
question
            Access is a:
answer
        DBMS for desktop systems.
question
            MySQL is a:
answer
        popular open-source DBMS.
question
            Microsoft SQL Server is a(n):
answer
        DBMS for midrange computers.
question
            In a relational database, the three basic operations used to develop useful sets of data are:
answer
        select, project, and join.
question
            The select operation:
answer
        creates a subset consisting of all records in the file that meets stated criteria.
question
            The join operation:
answer
        combines relational tables to provide the user with more information than is otherwise available.
question
            The project operation:
answer
        creates a subset consisting of columns in a table.
question
            The data dictionary serves as an important data management tool by:
answer
        creating an inventory of data definitions contained in the database.
question
            An automated or manual file that stores information about data elements and data characteristics such as usage, physical representation, ownership, authorization, and security is the:
answer
        data dictionary.
question
            The specialized language programmers use to add and change data in the database is called:
answer
        data manipulation language.
question
            The most prominent data manipulation language today is:
answer
        SQL.
question
            DBMS typically include report-generating tools in order to:
answer
        display data in an easier-to-read format.
question
            The type of database management approach that can handle multimedia is the:
answer
        object-oriented DBMS.
question
            Which of the following database types is useful for storing Java applets as well as handling large numbers of transactions?
answer
        Object-relational DBMS
question
            A data warehouse is composed of:
answer
        both historical and current data.
question
            Which of the following statements about data warehouses is not true?
answer
        Data warehouse systems provide easy-to-use tools for managers to easily update data.
question
            A data mart usually can be constructed more rapidly and at lower cost than a data warehouse because:
answer
        it typically focuses on a single subject area or line of business.
question
            Tools for consolidating, analyzing, and providing access to vast amounts of data to help users make better business decisions are known as:
answer
        business intelligence.
question
            The tool that enables users to view the same data in different ways using multiple dimensions is:
answer
        OLAP.
question
            OLAP is a tool for enabling:
answer
        users to obtain online answers to ad hoc questions in a rapid amount of time.
question
            Data mining is a tool for allowing users to:
answer
        find hidden relationships in data.
question
            In terms of the data relationships found by data mining, associations refers to:
answer
        occurrences linked to a single event.
question
            In terms of the data relationships found by data mining, sequences refers to:
answer
        events linked over time
question
            An alternative to using application server software for interfacing between a Web server and back-end databases
answer
        CGI.
question
            Businesses use ________ tools to search and analyze unstructured data sets, such as e-mails and memos.
answer
        text mining
question
            The confusion created by ________ makes it difficult for companies to create customer relationship management, supply chain management, or enterprise systems that integrate data from different sources.
answer
        data redundancy
question
            Detecting and correcting data in a database or file that are incorrect, incomplete, improperly formatted, or redundant is called:
answer
        data scrubbing
question
            Which of the following would you use to find patterns in user interaction data recorded by Web servers?
answer
        Web server mining
question
            Which of the following would you use to find out which Web sites with content related to database design were the most often linked to by other Web sites?
answer
        Web usage mining
