Deck 11: The Web Server Environment

Full screen (f)
exit full mode
Question
ODBC works with table-like data sources such as relational databases and spreadsheets.
Use Space or
up arrow
down arrow
to flip the card.
Question
ODBC has not had practical success,but has shown great potential for future development.
Question
With ODBC,only a single driver is needed to handle all data source types,such as Oracle,DB2,and Access.
Question
Every DBMS product uses the same API.
Question
OLE DB is an object-oriented interface.
Question
ODBC acts as a wrapper for OLE DB.
Question
A multiple-tier ODBC driver may reformat an SQL request,but it does not actually process the SQL statement.
Question
Every DBMS product has an application programming interface (API).
Question
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Server (IIS)as its Web server.
Question
OLE DB can be used to access ODBC data sources.
Question
OLE DB objects are COM objects.
Question
In OLE DB,a RecordSet is a more abstract representation of a rowset.
Question
In general,the best type of ODBC data source to define for a Web application is a system data source.
Question
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Question
ODBC stands for Open Database Connectivity.
Question
In ODBC,the amount of work that the driver must do is largely determined by the degree of SQL-compliance of the data source.
Question
With ODBC,a file data source is available only to the user that created it.
Question
With ODBC,a database and the DBMS that processes it are identified by the data source.
Question
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
Question
The most commonly used Web server on servers running the Unix or Linux operating system is Internet Information Server (IIS).
Question
An ADO.NET DataSet is connected to databases.
Question
ADO is accessible from languages such as C++ and C#,but not Visual Basic or scripting languages.
Question
JDBC-ODBC bridge drivers resolve inconsistencies between Java and C/C++ to allow Java access to ODBC data sources.
Question
One of the properties of all collections is Count,which is the number of objects in the collection.
Question
ADO.NET provides the capability to create and process in-memory databases called DataSets.
Question
An ADO.NET dataset can only be used with optimistic locking.
Question
ADO.NET is a completely new product,with no connection to ADO except the similar name.
Question
One important result of OLE DB is that data does not have to be moved or converted from one form to another.
Question
ADO provides access to ODBC functionality to programming languages that ordinarily could not access ODBC functions.
Question
An ADO.NET DataSet has all the characteristics,features,and functions of a regular database.
Question
Type 2 JDBC drivers access ODBC data sources over a network.
Question
In OLE DB,all of an object's properties must be exposed in all interfaces,but not all methods have to be exposed.
Question
ADO was (and still is)frequently used for database applications.
Question
Only open source products may be used in conjunction with JDBC.
Question
An OLE DB service provider accepts data from an OLE DB tabular data provider.
Question
Once an ADO.NET dataset is constructed,its contents can be formatted as an XML document with a single command.
Question
Object classes have properties that represent characteristics of the objects in the class.
Question
JDBC drivers only exist for a limited number of DBMS products at this time.
Question
An ADO.NET dataset can have primary and foreign keys,but ADO.NET does not support referential integrity.
Question
To use JDBC,programs must be written in Java.
Question
A common default Web page name recognized by most Web servers is FirstPage.html.
Question
XML designers created a system that allows document structure,data content,and materialization to be mixed.
Question
Database processing and document processing are unrelated to one another.
Question
JSP pages are automatically re-compiled if the uncompiled JSP page is newer than the compiled version of the page.
Question
Java programs are compiled into machine-independent bytecode.
Question
Basic Web pages are created using Hypertext Markup Language (HTML).
Question
HTML is an application of a document markup language called Standard Generalized Markup Language (SGML).
Question
HTML is defined by the World Wide Web Consortium (W3C).
Question
XML provides a standardized,non-customizable way to describe the content of a document.
Question
An applet is a Java bytecode program that executes on the Web server.
Question
Applet bytecode is sent to the user's computer and is invoked using the HTTP protocol.
Question
JSP can be coded only in Java and JavaScript.
Question
DTD stands for Document Type Declaration.
Question
Java programs that access a database from an applet must use a Type 2 JDBC driver.
Question
Unlike SQL views,XML views are not limited to one multivalued path.
Question
In the 1990s the database community and the document processing community created a standard called Expandable Markup Language (XML).
Question
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
Question
Type 4 JDBC drivers translate JDBC calls into a DBMS-independent network protocol.
Question
The first step in using a JDBC driver is to establish a connection.
Question
Java programs tend to execute faster than programs compiled into machine-dependent code because the Java virtual machine only has to interpret the bytecode.
Question
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
Question
XML documents that conform to an XML Schema are validated against that schema.
Question
XML Schema is a synonym for Document Type Declaration (DTD).
Question
After an XSLT processor transforms an XML document into an HTML document,the HTML document is materialized using a browser.
Question
An XSLT stylesheet is used by XSLT to indicate how to transform the elements of an XML document into another format.
Question
XML documents that conform to their DTD are said to be type-valid XML documents.
Question
An XSLT command embedded in the structure of an XSLT stylesheet is of the form {loop,action}.
Question
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
Question
The first statement of an XML document indicates the schema that will be used to validate the document.
Question
XSLT is a declarative transformation language.
Question
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
Question
Possible uses of XML go far beyond using it to display Web pages.
Question
XSLT is a non-declarative transformation language.
Question
In XML Schema,there are two types of elements,simple and composite.
Question
XML Schemas consist of elements,attributes,and properties.
Question
All type-valid XML documents are required to have a DTD.
Question
When XSLT actions are indicated in a loop,the loop ends with .
Question
XML documents and XML Schemas are created in different languages.
Question
Most of today's Web browsers still lack a built-in XSLT processor.
Question
XSLT processors are context oriented;that is,each statement is evaluated within the context of the match that has already been made.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/198
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: The Web Server Environment
1
ODBC works with table-like data sources such as relational databases and spreadsheets.
True
2
ODBC has not had practical success,but has shown great potential for future development.
False
3
With ODBC,only a single driver is needed to handle all data source types,such as Oracle,DB2,and Access.
False
4
Every DBMS product uses the same API.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
5
OLE DB is an object-oriented interface.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
6
ODBC acts as a wrapper for OLE DB.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
7
A multiple-tier ODBC driver may reformat an SQL request,but it does not actually process the SQL statement.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
8
Every DBMS product has an application programming interface (API).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
9
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Server (IIS)as its Web server.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
10
OLE DB can be used to access ODBC data sources.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
11
OLE DB objects are COM objects.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
12
In OLE DB,a RecordSet is a more abstract representation of a rowset.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
13
In general,the best type of ODBC data source to define for a Web application is a system data source.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
14
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
15
ODBC stands for Open Database Connectivity.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
16
In ODBC,the amount of work that the driver must do is largely determined by the degree of SQL-compliance of the data source.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
17
With ODBC,a file data source is available only to the user that created it.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
18
With ODBC,a database and the DBMS that processes it are identified by the data source.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
19
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
20
The most commonly used Web server on servers running the Unix or Linux operating system is Internet Information Server (IIS).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
21
An ADO.NET DataSet is connected to databases.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
22
ADO is accessible from languages such as C++ and C#,but not Visual Basic or scripting languages.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
23
JDBC-ODBC bridge drivers resolve inconsistencies between Java and C/C++ to allow Java access to ODBC data sources.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
24
One of the properties of all collections is Count,which is the number of objects in the collection.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
25
ADO.NET provides the capability to create and process in-memory databases called DataSets.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
26
An ADO.NET dataset can only be used with optimistic locking.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
27
ADO.NET is a completely new product,with no connection to ADO except the similar name.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
28
One important result of OLE DB is that data does not have to be moved or converted from one form to another.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
29
ADO provides access to ODBC functionality to programming languages that ordinarily could not access ODBC functions.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
30
An ADO.NET DataSet has all the characteristics,features,and functions of a regular database.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
31
Type 2 JDBC drivers access ODBC data sources over a network.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
32
In OLE DB,all of an object's properties must be exposed in all interfaces,but not all methods have to be exposed.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
33
ADO was (and still is)frequently used for database applications.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
34
Only open source products may be used in conjunction with JDBC.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
35
An OLE DB service provider accepts data from an OLE DB tabular data provider.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
36
Once an ADO.NET dataset is constructed,its contents can be formatted as an XML document with a single command.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
37
Object classes have properties that represent characteristics of the objects in the class.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
38
JDBC drivers only exist for a limited number of DBMS products at this time.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
39
An ADO.NET dataset can have primary and foreign keys,but ADO.NET does not support referential integrity.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
40
To use JDBC,programs must be written in Java.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
41
A common default Web page name recognized by most Web servers is FirstPage.html.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
42
XML designers created a system that allows document structure,data content,and materialization to be mixed.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
43
Database processing and document processing are unrelated to one another.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
44
JSP pages are automatically re-compiled if the uncompiled JSP page is newer than the compiled version of the page.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
45
Java programs are compiled into machine-independent bytecode.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
46
Basic Web pages are created using Hypertext Markup Language (HTML).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
47
HTML is an application of a document markup language called Standard Generalized Markup Language (SGML).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
48
HTML is defined by the World Wide Web Consortium (W3C).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
49
XML provides a standardized,non-customizable way to describe the content of a document.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
50
An applet is a Java bytecode program that executes on the Web server.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
51
Applet bytecode is sent to the user's computer and is invoked using the HTTP protocol.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
52
JSP can be coded only in Java and JavaScript.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
53
DTD stands for Document Type Declaration.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
54
Java programs that access a database from an applet must use a Type 2 JDBC driver.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
55
Unlike SQL views,XML views are not limited to one multivalued path.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
56
In the 1990s the database community and the document processing community created a standard called Expandable Markup Language (XML).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
57
SOAP was originally an XML-based standard for providing remote procedure calls over the Internet.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
58
Type 4 JDBC drivers translate JDBC calls into a DBMS-independent network protocol.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
59
The first step in using a JDBC driver is to establish a connection.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
60
Java programs tend to execute faster than programs compiled into machine-dependent code because the Java virtual machine only has to interpret the bytecode.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
61
XSLT is a robust and powerful transformation language that can be used to materialize XML documents into HTML.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
62
XML documents that conform to an XML Schema are validated against that schema.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
63
XML Schema is a synonym for Document Type Declaration (DTD).
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
64
After an XSLT processor transforms an XML document into an HTML document,the HTML document is materialized using a browser.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
65
An XSLT stylesheet is used by XSLT to indicate how to transform the elements of an XML document into another format.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
66
XML documents that conform to their DTD are said to be type-valid XML documents.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
67
An XSLT command embedded in the structure of an XSLT stylesheet is of the form {loop,action}.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
68
An important improvement of XML Schema over DTDs is that XML Schemas are themselves XML documents.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
69
The first statement of an XML document indicates the schema that will be used to validate the document.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
70
XSLT is a declarative transformation language.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
71
XML documents that do not conform to their DTD are said to be non-type-valid XML documents.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
72
Possible uses of XML go far beyond using it to display Web pages.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
73
XSLT is a non-declarative transformation language.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
74
In XML Schema,there are two types of elements,simple and composite.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
75
XML Schemas consist of elements,attributes,and properties.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
76
All type-valid XML documents are required to have a DTD.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
77
When XSLT actions are indicated in a loop,the loop ends with .
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
78
XML documents and XML Schemas are created in different languages.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
79
Most of today's Web browsers still lack a built-in XSLT processor.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
80
XSLT processors are context oriented;that is,each statement is evaluated within the context of the match that has already been made.
Unlock Deck
Unlock for access to all 198 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 198 flashcards in this deck.