Deck 13: The Web Server Environment

Full screen (f)
exit full mode
Question
OLE DB can be used to access ODBC data sources.
Use Space or
up arrow
down arrow
to flip the card.
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 objects are COM objects.
Question
In general,the best type of ODBC data source to define for a Web application is a system data source.
Question
The most commonly used Web server on servers running the Unix or Linux operating system is Internet Information Server (IIS).
Question
In OLE DB,a RecordSet is a more abstract representation of a rowset.
Question
With ODBC,a file data source is available only to the user that created it.
Question
ODBC stands for Open Database Connectivity.
Question
With ODBC,a database and the DBMS that processes it are identified by the data source.
Question
Every DBMS product has an application programming interface (API).
Question
OLE DB is an object-oriented interface.
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,only a single driver is needed to handle all data source types,such as Oracle,DB2,and Access.
Question
A multiple-tier ODBC driver may reformat an SQL request,but it does not actually process the SQL statement.
Question
ODBC acts as a wrapper for OLE DB.
Question
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Question
ODBC works with table-like data sources such as relational databases and spreadsheets.
Question
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
Question
Every DBMS product uses the same API.
Question
ODBC has not had practical success,but has shown great potential for future development.
Question
One of the properties of all collections is Count,which is the number of objects in the collection.
Question
One important result of OLE DB is that data does not have to be moved or converted from one form to another.
Question
An ADO.NET DataSet is connected to databases.
Question
An ADO.NET dataset can have primary and foreign keys,but ADO.NET does not support referential integrity.
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
To use JDBC,programs must be written in Java.
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
Object classes have properties that represent characteristics of the objects in the class.
Question
ADO was (and still is)frequently used for database applications.
Question
An ADO.NET DataSet has all the characteristics,features,and functions of a regular database.
Question
ADO.NET is a completely new product,with no connection to ADO except the similar name.
Question
An OLE DB service provider accepts data from an OLE DB tabular data provider.
Question
JDBC drivers only exist for a limited number of DBMS products at this time.
Question
ADO.NET provides the capability to create and process in-memory databases called DataSets.
Question
Once an ADO.NET dataset is constructed,its contents can be formatted as an XML document with a single command.
Question
ADO provides access to ODBC functionality to programming languages that ordinarily could not access ODBC functions.
Question
Only open source products may be used in conjunction with JDBC.
Question
An ADO.NET dataset can only be used with optimistic locking.
Question
Type 2 JDBC drivers access ODBC data sources over a network.
Question
Applet bytecode is sent to the user's computer and is invoked using the HTTP protocol.
Question
JSP pages are automatically re-compiled if the uncompiled JSP page is newer than the compiled version of the page.
Question
Basic Web pages are created using Hypertext Markup Language (HTML).
Question
HTML is defined as the World Wide Web Consortium (W3C).
Question
The intermediary between the application and the DBMS drivers in the ODBC architecture is the ________.

A)driver manager
B)OLE DB interface
C)ODBC driver
D)data source
E)database connector
Question
Which of the following can only interact with relational database and table-like data structures?

A)OLE DB
B)ODBC
C)ASP
D)ADO
E)All of the above.
Question
According to the ODBC standard,which of the following is not part of the specification of a data source?

A)The associated DBMS
B)The database
C)The driver
D)The operating system
E)The network platform
Question
An applet is a Java bytecode program that executes on the Web server.
Question
The first step in using a JDBC driver is to establish a connection.
Question
The ODBC standard defines a means of doing which of the following?

A)Start transactions
B)Rollback transactions
C)Create a connection
D)Issue SQL commands
E)All of the above.
Question
The ________ processes ODBC requests and submits specific SQL statements to a given type of data source.

A)driver manager
B)ADO
C)driver
D)source converter
E)ODBC translator
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
Which of the following is a task performed by the driver according to the ODBC standard?

A)Determines the appropriate DBMS
B)Validates the format of the ODBC command received from the application
C)Converts data source error codes into ODBC standard error codes
D)Verifies the application to the data source
E)Converts the data source into an SQL-compliant data structure
Question
Which of the following is a function performed by the driver manager in ODBC?

A)Submit SQL statements to the data source
B)Determine the type of DBMS that processes a given ODBC data source
C)Load the appropriate ODBC driver into memory
D)Convert data source error codes into ODBC error codes
E)B and C
Question
Java programs are compiled into machine-independent bytecode.
Question
Which of the following is true about ODBC?

A)ODBC has experienced little practical success.
B)ODBC requires developers to have a thorough knowledge of many DBMS native libraries.
C)ODBC can be used to access data from spreadsheets.
D)ODBC has an object-oriented interface.
E)ODBC does not include facilities to return error messages.
Question
JSP can be coded only in Java and JavaScript.
Question
Java programs that access a database from an applet must use a Type 2 JDBC driver.
Question
A common default Web page name recognized by most Web servers is FirstPage.html.
Question
Type 4 JDBC drivers translate JDBC calls into a DBMS-independent network protocol.
Question
The characteristics of an object are called ________.

A)classes
B)collections
C)methods
D)properties
E)procedures
Question
An important method of a collection is a(n)________,which can be used to pass through or otherwise identify the items in the collection.

A)iterator
B)identifier
C)converter
D)transformer
E)signal
Question
Which of the following is a type of OLE DB data provider?

A)relational data provider
B)method provider
C)sequential data provider
D)tabular data provider
E)implementation provider
Question
Which of the following is not true about OLE DB?

A)Scripting languages cannot access OLE DB.
B)OLE DB is object-oriented.
C)OLE DB can access ODBC data sources.
D)OLE DB can access non-relational data sources.
E)OLE DB is used as a wrapper for ADO objects.
Question
An ADO.NET Data Provider is a(n)________ that provides ADO.NET services.

A)class library
B)windows application
C)web application
D)XML service
E)DND service
Question
A data source that is fully SQL-compliant would use what type of DBMS driver?

A)Single-tier
B)Multiple-tier
C)SQL transform
D)Text-based
E)Conformance
Question
Support for subqueries and creating indexes is a sign of what type of SQL conformance in a DBMS driver?

A)Level 2 API
B)Minimum SQL Grammar
C)Core API
D)Extended SQL Grammar
E)Core SQL Grammar
Question
ADO.NET in-memory databases are called ________.

A)adoBases
B)adoDatabases
C)dotNetBases
D)dotNetDatabases
E)DataSets
Question
A ________ data source can be shared among database users as long as they have the same DBMS driver and privilege to access the database.

A)file
B)common
C)shared
D)system
E)user
Question
Support for a scrollable cursor is a sign of what type of conformance in a DBMS driver?

A)Level 1 API
B)Extended SQL Grammar
C)Core API
D)Level 2 API
E)Core SQL Grammar
Question
A set of objects and the properties and methods that they expose are known as a(n)________.

A)provider
B)data consumer
C)implementation
D)instantiation
E)interface
Question
In general,for Web applications it is best to create what type of data source on the Web server?

A)File
B)Common
C)Shared
D)System
E)User
Question
Which of the following is not true of ADO?

A)ADO is a simple object model for OLE DB data consumers.
B)ADO can be used from VBScript and JavaScript.
C)ADO is harder to understand than OLE DB.
D)ADO can be called from languages such as Visual Basic.NET,Java and C#.
E)All of the above are true of ADO.
Question
The actions that an object can perform are called ________.

A)classes
B)collections
C)methods
D)properties
E)procedures
Question
OLE DB breaks the features and functions of a DBMS into what type of objects?

A)COM
B)DBMS
C)MTS
D)ODBC
E)ASP
Question
A data source that is local to a single computer and can be used by the operating system and any user on that computer is called a ________ data source.

A)file
B)common
C)shared
D)system
E)user
Question
Which of the following is true about ADO.NET DataSets?

A)They can have multiple tables and relationships.
B)They can have foreign keys and surrogate keys.
C)They can support referential integrity actions.
D)A and B
E)A,B and C
Question
Which of the following is true about ADO.NET?

A)It is an improved and expanded version of ADO.
B)It facilitates the transformation of XML documents to and from relational database constructs.
C)It provides the ability to create and process in-memory databases.
D)A and B
E)A,B and C
Question
How does an application determine the level of ODBC conformance available from a driver?

A)The application makes a call to the driver manager.
B)The application makes a call to the data source.
C)The application makes a call to the driver.
D)The developer must determine the level of conformance before the application is written.
E)It does not have to determine ODBC conformance since all ODBC drivers have the same functionality by definition.
Question
Which standard interface in OLE DB is invoked to declare a forward-only cursor?

A)IRowSet
B)IAccessor
C)IColumnsInfo
D)adXact
E)ADODB
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/110
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: The Web Server Environment
1
OLE DB can be used to access ODBC data sources.
True
2
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Server (IIS)as its Web server.
True
3
OLE DB objects are COM objects.
True
4
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 110 flashcards in this deck.
Unlock Deck
k this deck
5
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 110 flashcards in this deck.
Unlock Deck
k this deck
6
In OLE DB,a RecordSet is a more abstract representation of a rowset.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
7
With ODBC,a file data source is available only to the user that created it.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
8
ODBC stands for Open Database Connectivity.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
9
With ODBC,a database and the DBMS that processes it are identified by the data source.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
10
Every DBMS product has an application programming interface (API).
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
11
OLE DB is an object-oriented interface.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
12
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 110 flashcards in this deck.
Unlock Deck
k this deck
13
With ODBC,only a single driver is needed to handle all data source types,such as Oracle,DB2,and Access.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
14
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 110 flashcards in this deck.
Unlock Deck
k this deck
15
ODBC acts as a wrapper for OLE DB.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
16
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
17
ODBC works with table-like data sources such as relational databases and spreadsheets.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
18
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 110 flashcards in this deck.
Unlock Deck
k this deck
19
Every DBMS product uses the same API.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
20
ODBC has not had practical success,but has shown great potential for future development.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
21
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 110 flashcards in this deck.
Unlock Deck
k this deck
22
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 110 flashcards in this deck.
Unlock Deck
k this deck
23
An ADO.NET DataSet is connected to databases.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
24
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 110 flashcards in this deck.
Unlock Deck
k this deck
25
ADO is accessible from languages such as C++ and C#,but not Visual Basic or scripting languages.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
26
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 110 flashcards in this deck.
Unlock Deck
k this deck
27
To use JDBC,programs must be written in Java.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
28
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 110 flashcards in this deck.
Unlock Deck
k this deck
29
Object classes have properties that represent characteristics of the objects in the class.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
30
ADO was (and still is)frequently used for database applications.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
31
An ADO.NET DataSet has all the characteristics,features,and functions of a regular database.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
32
ADO.NET is a completely new product,with no connection to ADO except the similar name.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
33
An OLE DB service provider accepts data from an OLE DB tabular data provider.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
34
JDBC drivers only exist for a limited number of DBMS products at this time.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
35
ADO.NET provides the capability to create and process in-memory databases called DataSets.
Unlock Deck
Unlock for access to all 110 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 110 flashcards in this deck.
Unlock Deck
k this deck
37
ADO provides access to ODBC functionality to programming languages that ordinarily could not access ODBC functions.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
38
Only open source products may be used in conjunction with JDBC.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
39
An ADO.NET dataset can only be used with optimistic locking.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
40
Type 2 JDBC drivers access ODBC data sources over a network.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
41
Applet bytecode is sent to the user's computer and is invoked using the HTTP protocol.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
42
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 110 flashcards in this deck.
Unlock Deck
k this deck
43
Basic Web pages are created using Hypertext Markup Language (HTML).
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
44
HTML is defined as the World Wide Web Consortium (W3C).
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
45
The intermediary between the application and the DBMS drivers in the ODBC architecture is the ________.

A)driver manager
B)OLE DB interface
C)ODBC driver
D)data source
E)database connector
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
46
Which of the following can only interact with relational database and table-like data structures?

A)OLE DB
B)ODBC
C)ASP
D)ADO
E)All of the above.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
47
According to the ODBC standard,which of the following is not part of the specification of a data source?

A)The associated DBMS
B)The database
C)The driver
D)The operating system
E)The network platform
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
48
An applet is a Java bytecode program that executes on the Web server.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
49
The first step in using a JDBC driver is to establish a connection.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
50
The ODBC standard defines a means of doing which of the following?

A)Start transactions
B)Rollback transactions
C)Create a connection
D)Issue SQL commands
E)All of the above.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
51
The ________ processes ODBC requests and submits specific SQL statements to a given type of data source.

A)driver manager
B)ADO
C)driver
D)source converter
E)ODBC translator
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
52
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 110 flashcards in this deck.
Unlock Deck
k this deck
53
Which of the following is a task performed by the driver according to the ODBC standard?

A)Determines the appropriate DBMS
B)Validates the format of the ODBC command received from the application
C)Converts data source error codes into ODBC standard error codes
D)Verifies the application to the data source
E)Converts the data source into an SQL-compliant data structure
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
54
Which of the following is a function performed by the driver manager in ODBC?

A)Submit SQL statements to the data source
B)Determine the type of DBMS that processes a given ODBC data source
C)Load the appropriate ODBC driver into memory
D)Convert data source error codes into ODBC error codes
E)B and C
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
55
Java programs are compiled into machine-independent bytecode.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
56
Which of the following is true about ODBC?

A)ODBC has experienced little practical success.
B)ODBC requires developers to have a thorough knowledge of many DBMS native libraries.
C)ODBC can be used to access data from spreadsheets.
D)ODBC has an object-oriented interface.
E)ODBC does not include facilities to return error messages.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
57
JSP can be coded only in Java and JavaScript.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
58
Java programs that access a database from an applet must use a Type 2 JDBC driver.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
59
A common default Web page name recognized by most Web servers is FirstPage.html.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
60
Type 4 JDBC drivers translate JDBC calls into a DBMS-independent network protocol.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
61
The characteristics of an object are called ________.

A)classes
B)collections
C)methods
D)properties
E)procedures
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
62
An important method of a collection is a(n)________,which can be used to pass through or otherwise identify the items in the collection.

A)iterator
B)identifier
C)converter
D)transformer
E)signal
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
63
Which of the following is a type of OLE DB data provider?

A)relational data provider
B)method provider
C)sequential data provider
D)tabular data provider
E)implementation provider
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
64
Which of the following is not true about OLE DB?

A)Scripting languages cannot access OLE DB.
B)OLE DB is object-oriented.
C)OLE DB can access ODBC data sources.
D)OLE DB can access non-relational data sources.
E)OLE DB is used as a wrapper for ADO objects.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
65
An ADO.NET Data Provider is a(n)________ that provides ADO.NET services.

A)class library
B)windows application
C)web application
D)XML service
E)DND service
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
66
A data source that is fully SQL-compliant would use what type of DBMS driver?

A)Single-tier
B)Multiple-tier
C)SQL transform
D)Text-based
E)Conformance
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
67
Support for subqueries and creating indexes is a sign of what type of SQL conformance in a DBMS driver?

A)Level 2 API
B)Minimum SQL Grammar
C)Core API
D)Extended SQL Grammar
E)Core SQL Grammar
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
68
ADO.NET in-memory databases are called ________.

A)adoBases
B)adoDatabases
C)dotNetBases
D)dotNetDatabases
E)DataSets
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
69
A ________ data source can be shared among database users as long as they have the same DBMS driver and privilege to access the database.

A)file
B)common
C)shared
D)system
E)user
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
70
Support for a scrollable cursor is a sign of what type of conformance in a DBMS driver?

A)Level 1 API
B)Extended SQL Grammar
C)Core API
D)Level 2 API
E)Core SQL Grammar
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
71
A set of objects and the properties and methods that they expose are known as a(n)________.

A)provider
B)data consumer
C)implementation
D)instantiation
E)interface
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
72
In general,for Web applications it is best to create what type of data source on the Web server?

A)File
B)Common
C)Shared
D)System
E)User
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
73
Which of the following is not true of ADO?

A)ADO is a simple object model for OLE DB data consumers.
B)ADO can be used from VBScript and JavaScript.
C)ADO is harder to understand than OLE DB.
D)ADO can be called from languages such as Visual Basic.NET,Java and C#.
E)All of the above are true of ADO.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
74
The actions that an object can perform are called ________.

A)classes
B)collections
C)methods
D)properties
E)procedures
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
75
OLE DB breaks the features and functions of a DBMS into what type of objects?

A)COM
B)DBMS
C)MTS
D)ODBC
E)ASP
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
76
A data source that is local to a single computer and can be used by the operating system and any user on that computer is called a ________ data source.

A)file
B)common
C)shared
D)system
E)user
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
77
Which of the following is true about ADO.NET DataSets?

A)They can have multiple tables and relationships.
B)They can have foreign keys and surrogate keys.
C)They can support referential integrity actions.
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
78
Which of the following is true about ADO.NET?

A)It is an improved and expanded version of ADO.
B)It facilitates the transformation of XML documents to and from relational database constructs.
C)It provides the ability to create and process in-memory databases.
D)A and B
E)A,B and C
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
79
How does an application determine the level of ODBC conformance available from a driver?

A)The application makes a call to the driver manager.
B)The application makes a call to the data source.
C)The application makes a call to the driver.
D)The developer must determine the level of conformance before the application is written.
E)It does not have to determine ODBC conformance since all ODBC drivers have the same functionality by definition.
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
80
Which standard interface in OLE DB is invoked to declare a forward-only cursor?

A)IRowSet
B)IAccessor
C)IColumnsInfo
D)adXact
E)ADODB
Unlock Deck
Unlock for access to all 110 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 110 flashcards in this deck.