Final Exam - MC Flashcards
Which of the following have affected the way businesses use computing systems to meet the demand of the competitive marketplace?
A) GUI evolutions
B) Networking advances
C) Communication changes
D) All of the above
D) All of the above
Which of the following is a component of processing logic?
A) Input
B) Output
C) Retrieval
D) Business rules
D) Business rules
A client PC that is responsible for processing presentation logic, extensive application and business rules logic as well as many DBMS functions is called a(n):
A) file server.
B) file processor.
C) database server.
D) fat client.
C) database server.
4) ________ is the process of assigning pieces of application code to clients or servers.
A) Application partitioning
B) Modularizing programs
C) Code distribution
D) Program breakup
A) Application partitioning
Which of the following is not a common distribution logic for two-tiered server environments? A) Fat client B) Tall client C) Thin client D) Distributed
B) Tall client
________ is/are any of several classes of software that allow an application to interoperate with other software without requiring the user to understand all software involved.
A) User interface enhancers
B) Middleware
C) Interface managers
D) MPP
B) Middleware
A(n) ________ is a set of application routines that programs use to direct the performance of procedures by the computer’s operating system.
A) API
B) MOM
C) RPC
D) LAN
A) API
An application programming interface that enables an application program to process RDBMS databases meets the:
A) object linking and embedding standard.
B) open database connectivity standard.
C) multi-platform connectivity standard.
D) open source standard.
A) object linking and embedding standard.
A PC configured to handle user interface with little or no local storage is called a:
A) server.
B) fat client.
C) thin client.
D) workstation.
C) thin client.
A Web server:
A) is used only to host Web pages.
B) processes client requests and returns HTML pages to the client.
C) always contains a database.
D) is considered to be part of the firewall.
B) processes client requests and returns HTML pages to the client.
A join operation:
A) brings together data from two different fields.
B) causes two tables with a common domain to be combined into a single table or view.
C) causes two disparate tables to be combined into a single table or view.
D) is used to combine indexing operations.
B) causes two tables with a common domain to be combined into a single table or view.
A join in which the joining condition is based on equality between values in the common columns is called a(n): A) equi-join. B) unilateral join. C) natural join. D) both A and C.
D) both A and C.
A join that is based upon equality between values in two common columns with the same name and where one duplicate column has been removed is called a(n): A) equi-join. B) natural join. C) multivariate join. D) inner join.
B) natural join.
The most commonly used form of join operation is the: A) outer join. B) union join. C) equi-join. D) natural join.
C) equi-join.
A join in which rows that do not have matching values in common columns are still included in the result table is called a(n): A) natural join. B) equi-join. C) outer join. D) union join.
B) equi-join.
The outer join syntax does not apply easily to a join condition of more than \_\_\_\_\_\_\_\_ tables. A) two B) three C) four D) five
A) two
In which of the following situations would one have to use an outer join in order to obtain the desired results?
A) A report is desired that lists all customers who placed an order.
B) A report is desired that lists all customers and the total of their orders.
C) A report is desired that lists all customers and the total of their orders during the most recent month, and includes customers who did not place an order during the month (their total will be zero).
D) There is never a situation that requires only an outer join.
B) A report is desired that lists all customers and the total of their orders.
One major advantage of the outer join is that: A) information is easily accessible. B) information is not lost. C) the query is easier to write. D) all of the above.
B) information is not lost.
An operation to join a table to itself is called a: A) sufficient-join. B) inner join. C) outer join. D) self-join.
D) self-join.
A type of join where a table is joined to itself is called a(n): A) unary join. B) self-join. C) unnatural join. D) pinned join.
B) self-join.
The analysis of summarized data to support decision making is called: A) operational processing. B) informational processing. C) artificial intelligence. D) data scrubbing.
B) informational processing.
The characteristic that indicates that a data warehouse is organized around key high-level entities of the enterprise is: A) subject-oriented. B) integrated. C) time-variant. D) nonvolatile.
B) integrated.
When we consider data in the data warehouse to be time-variant, we mean:
A) that the time of storage varies.
B) data in the warehouse contain a time dimension so that they may be used to study trends and changes.
C) that there is a time delay between when data are posted and when we report on the data.
D) none of the above.
B) data in the warehouse contain a time dimension so that they may be used to study trends and changes.
Which of the following advances in information systems contributed to the emergence of data warehousing?
A) Improvements in database technology, particularly the relational data model
B) Advances in computer hardware, especially affordable mass storage and parallel computer architectures
C) Advances in middleware products that enabled enterprise database connectivity across heterogeneous platforms
D) All of the above
D) All of the above
Which of the following factors drive the need for data warehousing?
A) Businesses need an integrated view of company information.
B) Informational data must be kept together with operational data.
C) Data warehouses generally have better security.
D) None of the above.
A) Businesses need an integrated view of company information.
Which of the following organizational trends does not encourage the need for data warehousing?
A) Multiple, nonsynchronized systems
B) Focus on customer relationship management
C) Downsizing
D) Focus on supplier relationship management
C) Downsizing
Informational systems are designed for all of the following EXCEPT: A) running a business in real time. B) supporting decision making. C) complex queries. D) data mining.
A) running a business in real time.
Operational and informational systems are generally separated because of which of the following factors?
A) A data warehouse centralizes data that are scattered throughout disparate operational systems and makes them readily available for decision support applications.
B) A properly designed data warehouse adds value to data by improving their quality and consistency.
C) A separate data warehouse eliminates contention for resources that results when informational applications are confounded with operational processing.
D) All of the above.
D) All of the above.
A data mart is a(n):
A) enterprise wide data warehouse.
B) smaller system built upon file processing technology.
C) data warehouse that is limited in scope.
D) generic on-line shopping site.
C) data warehouse that is limited in scope.
One characteristic of independent data marts is complexity for end users when they need to access data in separate data marts. This complexity is caused by not only having to access data from separate databases, but also from:
A) the possibility of a new generation of inconsistent data systems, the data marts themselves.
B) lack of user training.
C) denormalized data.
D) incongruent data formats.
D) incongruent data formats.
A(n) \_\_\_\_\_\_\_\_ is a database stored on multiple computers in multiple locations that are NOT connected by a data communications link. A) distributed database B) decentralized database C) unlinked database D) data repository
B) decentralized database
Which of the following are business conditions that encourage the use of distributed databases? A) Business unit autonomy B) Data sharing needs C) Data communication reliability D) All of the above
D) All of the above