WITH CORRECT ANSWERS
A ____ is an external application that is automatically invoked by the browser when
needed. a. Web client c. Web service b. plug-in d. Web server - Answer-plug-in
is a scripting language that allows Web authors to design interactive sites. a. Visual
Basic c. JavaScript b. VBScript d. Java - Answer-JavaScript
Different client browsers are not 100 percent interoperable, thus limiting ____. a.
scripting c. flexibility b. functionality d. portability - Answer-portability
is embedded inside an HTML page and is activated by triggering events such as
clicking on a link. a. A plug-in c. Visual Basic b. A browser d. VBScript - Answer-
VBScript
A plug-in is ____. a. executed on the server side b. operating system specific c. only
available on a high-end workstation d. used to connect to the database - Answer-
operating system specific
Microsoft's alternative to Java is ____. a. Active X c. VBScript b. JavaScript d. Visual
C++ - Answer-Active X
is a Web application server that provides database access to the Web. a. Access c.
FoxPro b. ColdFusion d. dBase - Answer-ColdFusion
A feature of a Web application server is ____. a. It is Microsoft's implementation of a
superset of the SQL Access Group CLI standard for database access. b. It is
automatically invoked by the browser when needed. c. It runs on the client machine,
freeing server resources. d. It provides an integrated development environment with
session management and support for persistent application variables. - Answer-It
provides an integrated development environment with session management and
support for persistent application variables.
The ODBC API standard defines three levels of compliance: ____, Level-1, and Level-2,
which provide increasing levels of functionality. a. Complete c. Core b. Basic d. Level-0
- Answer-Core
Based on Microsoft's Component Object Model (COM), ____ is database middleware
that adds object-oriented functionality for access to relational and nonrelational data.
, a. MS-DB c. COM-DB b. OLE-DB d. ODBC - Answer-OLE-DB
The ____ object is a specialized object that creates a read-only session with the
database to retrieve data sequentially (forward only) in a very fast manner.
a. Command c. DataAdapter
b. DataReader d. DataSet - Answer-DataReader
The ____ object is the in-memory representation of the data in the database.
a. Command c. DataAdapter b. DataReader d. DataSet - Answer-DataSet
is the most specialized object in the ADO.NET framework.
a. Command c. DataAdapter b. DataReader d. DataSet - Answer-DataAdapter
is an OO programming language developed by Sun Microsystems that runs on top of
the Web browser software. a. Visual Basic c. JavaScript b. Java d. VBScript - Answer-
Java
Of the following ,____ is one of the benefits of hardware and software independence of
Internet technologies
a. Runs only on existing equipment b. Platform dependence c. Savings in equipment
and software acquisition d. Multiple platform development - Answer-Savings in
equipment and software acquisition
Of the following,____ is one of the benefits of rapid development at manageable costs
for Internet technologies.
a. Less interactive development b. Availability of multiple development tools c. Reduced
requirements d. Reduced training time - Answer-Availability of multiple development
tools
A server-side extension ____.
a. provides its services to the Web server in a way that is totally transparent to the client
browser b. must be downloaded and installed in the client computer c. is only available
for servers running Windows 2000 or greater d. is not required to access a database
over the Internet - Answer-provides its services to the Web server in a way that is totally
transparent to the client browser
Another name for a database server-side extension is