Database connectivity software is also known as database middleware because it interfaces
between the application program and the database.
True False correct answers True
Usually, the native database connectivity interface provided by the vendor is not the only way to
connect to a database; most current DBMS products support other database connectivity
standards, the most common being ODBC.
True False correct answers True
An API (application programming interface) is defined as a set of routines, protocols, and tools
for building software applications.
True False correct answers True
A good API makes it easy to develop a program by providing all of the building blocks
True False correct answers True
Many organizations rely on their IS departments to create universal data access architectures
based on Internet standards.
True False correct answers True
It is easy to see why many database professionals do not consider the DBMS connection to the
Internet to be a critical element in IS development
True False correct answers False
The effects of bad database design, implementation, and management are multiplied in an
environment in which transactions may be measured in millions per day, rather than in hundreds
per day.
True False correct answers True
The Internet is rapidly changing the way information is generated, accessed, and distributed.
True False correct answers True
The Web's ability to access data in databases (local or remote), the simplicity of the interface,
and cross-platform functionality are at the core of changing the way the Internet generates
information.
, True False correct answers True
The Web server is the main hub through which all Internet services are accessed.
True False correct answers True
The Web has helped create a new information dissemination standard.
True False correct answers True
When an end user uses a Web browser to dynamically query a database, the client browser
actually requests a Web page.
True False correct answers True
The creation and management of user interfaces and database connectivity are not affected by the
Web's existence.
True False correct answers False
Whether you purchase online or by standing in line, the system-level transaction details are
essentially the same and they require the same basic database structures and relationships.
True False correct answers True
A client-side extension is a program that interacts directly with the Web server to handle specific
types of requests.
True False correct answers False
A database server-side extension is known as Web-to-database middleware.
True False correct answers True
Extending the Web server functionality implies that the Web server and the Web-to-database
middleware will properly communicate with each other.
True False correct answers True
The browser's interpretation and presentation capabilities are sufficient to develop Web-based
applications.
True False correct answers False
The label "stateless system" indicates that, at any given time, a Web server knows the status of
the clients communicating with it.