Final Exam - True/False Flashcards
Client/server describes a networked computing model that distributes processes between computers that request services and computers that provide services.
T
The presentation logic component of a client/server system is responsible for formatting and presenting data on the user’s screen.
T
Business rules logic includes such activities as data validation and identification of processing errors.
F
The storage component of a client/server architecture is responsible for data storage and retrieval from the physical storage devices associated with the application.
T
A fat client does most of its processing on the server.
F
Application partitioning gives developers the opportunity to write application code that can later be placed on either a client workstation or a server, depending upon which location will give the best performance.
T
When developing an application, one must decide where it will be placed when it is developed.
F
An API is a set of routines that a database server uses to access database objects.
F
ODBC is an application programming interface that provides a common language for application programs to access and process an SQL database independent of the particular RDBMS that is accessed.
T
In some three-tier architectures, most application code is stored on the application server.
T
Java servlets execute from within another program and reside on the server.
T
PHP is a platform for Web development.
T
Two-tier architectures are much more scalable than three-tier architectures.
F
Three-tier architectures generally result in higher long-term costs.
F
Cloud computing will have a limited impact on three-tier applications.
F
Advances in computer hardware, particularly the emergence of affordable mass storage and parallel computer architectures, was one of the key advances that led to the emergence of data warehousing.
T
The development of the relational data model did not contribute to the emergence of data warehousing.
F
The need for data warehousing in an organization is driven by its need for an integrated view of high-quality data.
T
When multiple systems in an organization are synchronized, the need for data warehousing increases.
F
Informational systems are designed to support decision making based on historical point-in-time and prediction data.
T
A separate data warehouse causes more contention for resources in an organization.
T
An independent data mart is filled with data extracted from the operational environment without the benefit of a data warehouse.
T
A data mart is a data warehouse that contains data that can be used across the entire organization.
T
Organizations adopt data mart architectures because it is easier to have separate, small data warehouses than to get all organizational parties to agree to one view of the organization in a central data warehouse.
T
Independent data marts do not generally lead to redundant data and efforts.
F
An enterprise data warehouse is the control point and single source of all data made available to end users for decision support applications.
T
A distributed database is not just a collection of files.
T
Distributed databases make data sharing more difficult because of the data communication problems.
F
Distributed databases do not easily satisfy both transaction and analytical processing systems.
F
In a homogeneous environment, the same DBMS is used at each location.
T
In a heterogeneous environment, not all users use the same DBMS.
T
Users of distributed database systems always need to know the location of the data.
F
Local autonomy means that data are not accessible from remote sites.
F
With an asynchronous distributed database, all data across the network is continuously kept up to date.
F
A distributed database may require more costly and complex software than a centralized database.
T
Replicated databases usually result in tightly coupled nodes.
F
Replication is often used for noncollaborative data.
T
Replication should NOT be used if timely updates are important.
T
Applications such as decision support or data warehousing often do not require current data and are supported by periodic snapshots.
T
Shared ownership of data is most appropriate as business activities move across time zones.
F