MIS 4330- Chapter 13 – Flashcards
Unlock all answers in this set
Unlock answersquestion
            Algorithm
answer
        A process or set of operations in a calculation. Most commonly used in data mining is neural networks, decision trees, rules induction, genetic algorithm, classification, regression trees, memory- based reasoning, nearest neighbor, clustering, and etc.
question
            Attribute Hierarchy
answer
        A top-down data organization that is used for two main purposes: aggregation and drill-down/ roll up aggression
question
            Business intelligence
answer
        A comprehensive, cohesive, and integrated set of tools and processes used to capture, collect, integrate, store, and and analyze data with the purpose of generating and presenting information to support business decision making (business need).
question
            Cube Cache
answer
        In multidimensional OLAP, the shared, reserved memory area where data cubes are held. This is also used to speed up data access.
question
            Dashboard
answer
        A web-based system that presents key business performance indicators (KPIs) in a single, integrated view with clear and concise graphs.
question
            Data Analytics
answer
        A subset of BI functions that encompasses a wide range of mathematical, statistical, and modeling techniques with the purpose of extracting knowledge from data.
question
            Data Cube
answer
        The multidimensional data structure used to store and manipulate data in a multidimensional DBMS. These are static , meaning they must be created before they are used, so they cannot be created by an ad hoc query.
question
            Data Extraction
answer
        A process used to extract and validate data from an operational database and external data sources prior to their placement in a data warehouse.
question
            Data Filtering
answer
        A process used to extract and validate data from an operational database and external data sources prior to their placement in a data warehouse.
question
            Data Mart
answer
        A small, single-subject data warehouse subset that provides decision support to small group of people.
question
            Data mining
answer
        A process that employs automated tools to analyze data in a data warehouse and other sources and to proactively identify possible relationships and anomalies.
question
            Data Store
answer
        The component of the decision support system that acts as a database for storage of business data and business model data.
question
            Data Warehouse
answer
        A integrated, subject-oriented, time- variant, nonvolatile, collection of data that provides support for decision making, according to Bill Inmon, the acknowledged father of the data warehouse.
question
            Decision Support System (DSS)
answer
        An arrangement of computerized tools used to assist managerial decision making within a business
question
            Dimension tables
answer
        In a data warehouse, tables used to search, filter, or classify facts within a star schema. The fact table is in a one-to-many relationship with dimension tables.
question
            Dimensions
answer
        In a star schema design, qualifying characteristics that provide additional perspectives to a give fact.
question
            Drill down
answer
        Lower levels of aggregation. Primarily used in a decision support to focus on specific geographic areas, business types, needs, and etc...
question
            End-user presentation tool
answer
        A data analysis tool that organizes and presents selected data complied by the end-user query tool.
question
            End-user query tool
answer
        A data analysis tool that organizes and presents selected data complied by the end-user query tool
question
            Exploratory Analytics
answer
        Data analysis that provides ways to discover relationships, trends and patterns among data.
question
            Extraction, transformation, and Loading (ETL)
answer
        In data warehouse environment, the integrated processes of getting data from original sources into the data warehouse. This includes retrieving data from original data sources, manipulation the data into a appropriate form, and storing the data in the data warehouse.
question
            Fact Table
answer
        The star schema that contains facts linked an classified through their common dimensions. A fact table is in a one-to-many relationship with each associated dimension table.
question
            Facts
answer
        The measurements that represent a specific business aspect or activity. For example, sale figures are numeric measurements. facts are usually units, cost, prices, and revenues.
question
            KPIs (Key Performance Indicators)
answer
        Quantifiable numeric or scale-based measurements that assess a company's effectiveness or success in reaching strategic and operational goals. Example: turnover rates, sales by promotions, earning per share, and etc.
question
            Master Data Management (MDM)
answer
        A collection of concepts, techniques, and processes for the proper identification, definition, and management of data elements within an organization.
question
            Materialized View
answer
        A dynamic table that not only contain the SQL query command to generate rows but stores the actual rows. If this is created for the first time, they query is run and the summary rows are stored in the table. Rows are automatically updated when the base tables are updated.
question
            Metrics
answer
        Numeric facts that measure a business characteristic of interest to the end user.
question
            Multidimensional Database Management System
answer
        A system that uses proprietary techniques to store data in a matrix like arrays of n dimensions known to cubes.
question
            Multidimensional online analytical processing
answer
        An extension of online analytical processing to multidimensional database management systems
question
            Online Analytical Processing (OLAP)
answer
        Decision support system tools that use multidimensional data analysis techniques. This creates an advanced data analysis environment that support decision making, business modeling, and operations research.
question
            Partitioning
answer
        The process of splitting a table into subsets of rows or columns
question
            Periodicity
answer
        Information about the time span of data stored in a table, usually expressed as current year only, previous years, or all years.
question
            Portal
answer
        A unified, single point of entry for information distribution
question
            Predictive analytics
answer
        Advance statistical and modeling techniques to predict future business outcomes with great accuracy.
question
            Relational online analytical processing (ROLAP)
answer
        Analytical processing functions that use relational database and familiar relational query tools to store and analyze multidimensional data.
question
            Replication
answer
        The process of creating and imagine duplicate versions of a database. This is used to place copies in different locations and to improve accesss time and fault tolerance
question
            Roll Up
answer
        An OLAP extension used with the GROUP BY clause to aggregate data by different dimensions. This is the exact opposite of drilling down the data.
question
            Slice and Dice
answer
        The ability to cut slices off a data cube to perform a more detailed analysis
question
            Snowflake Schema
answer
        A data modeling technique used to map multidimensional decision support data into a relational database. This is known to have a one-to-many relationship with one or more dimension tables.
question
            Very Large Databases (VLDBs)
answer
        Databases that contain huge amount of gigabyte, terabyte, and petabyte ranges are not unusual.
question
            In business intelligence framework, data are captured from a production system and placed in ___?  A) Decision support system  B) Portal  C) Data warehouse  D) Dashboard
answer
        C) Data Warehouse
question
            __ tools focus on the strategic and tactical use of information.  A) Business  B) Relational database management   C) Business Intelligence  D) Networking
answer
        C) Business Intelligence
question
            From a data analyst's point of view, decision support data differ from operational data in three main areas: time span, granularity, and etc...  A) Usability  B) Dimensionality   C) Transaction Processing  D) Sparsity
answer
        B) Dimensionality
question
            Operational data are commonly stored in many tables, and stored data represent information about give __ only.  A) Transaction  B) Database  C) Table  D) Concept
answer
        A) Transaction
question
            ___ can server as a test vehicle for companies exploring the potential benefits of a data warehouse  A) Data networks  B) Data mart  C) Data cubes  D) OLAPs
answer
        B) Data mart
question
            The basic star schema has four components: facts, ___, attributes, and attribute hierarchies.   A) Keys  B) Relationships  C) Cube  D) Dimensions
answer
        D) Dimensions
question
            In a start schema representation, a fact table is related to each dimension in a ____ relationship  A) many-to-one   B) many-to-many  C) one-to-many   D) one-to-one
answer
        A) or C)
question
            Facts and dimension tables are related by ___ keys.  A) Shared  B) Primary  C) Foreign  D) linked
answer
        C) foreign keys
question
            A ___ schema is a type of star schema in which dimension tables can have their own dimension tables.  A) snowflake  B) star flake  C) dimension  D) Matrix
answer
        A) Snowflake
question
            Decision support data tend to be non-normalized, ___, pre-aggrated  A) Unique  B) Duplicated  C) Optimized  D) Sorted
answer
        B) Duplicated