Deck 14: Database Connectivity and Web Technologies

ملء الشاشة (f)
exit full mode
سؤال
A client-side extension is a program that interacts directly with the Web server to handle specific types of requests.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A database server-side extension is known as Web-to-database middleware.
سؤال
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
سؤال
The CGI is a newer Web-server interface standard that is much more efficient and faster than a dynamic link library (DLL).
سؤال
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.
سؤال
APIs are implemented as dynamic-link libraries that are dynamically invoked when needed.
سؤال
An API uses script files that perform specific functions on the client's parameters that are passed to the Web server.
سؤال
The creation and management of user interfaces and database connectivity are not affected by the Web's existence.
سؤال
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.
سؤال
The Web server is the main hub through which all Internet services are accessed.
سؤال
A good API makes it easy to develop a program by providing all of the building blocks.
سؤال
The Web has helped create a new information dissemination standard.
سؤال
Many organizations rely on their IS departments to create universal data access architectures based on Internet standards.
سؤال
Most database professionals do not consider the DBMS connection to the Internet to be a critical element in IS development.
سؤال
The Internet is rapidly changing the way information is generated,accessed,and distributed.
سؤال
When an end user uses a Web browser to dynamically query a database,the client browser actually requests a Web page.
سؤال
An API (application programming interface)is defined as a set of routines,protocols,and tools for building software applications.
سؤال
The effects of bad database design,implementation,and management are multiplied in an environment in which transactions may be measured in hundreds of thousands per day,rather than in hundreds per day.
سؤال
Extending the Web server functionality implies that the Web server and the Web-to-database middleware will properly communicate with each other.
سؤال
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,accesses,and distributes information.
سؤال
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
B) DataReader
C) DataAdapter
D) DataSet
سؤال
____ is an OO programming language developed by Sun Microsystems that runs on top of the Web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
سؤال
ColdFusion is a Web application server.
سؤال
Many companies are already working on the development of a new breed of services based on XML and Web technologies.
سؤال
ODBC works on the ____ operating system.

A) mainframe
B) UNIX
C) Windows
D) Linux
سؤال
The first line of an XML document represents the document declaration,and it is mandatory.
سؤال
The browser's interpretation and presentation capabilities are sufficient to develop Web-based applications.
سؤال
The ODBC API standard defines three levels of compliance: ____,Level-1,and Level-2,which provide increasing levels of functionality.

A) Complete
B) Basic
C) Core
D) Level-0
سؤال
The ____ object is the in-memory representation of the data in the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
سؤال
Java applications are compiled and stored in the Web browser.
سؤال
The label "stateless system" indicates that,at any given time,a Web server knows the status of the clients communicating with it.
سؤال
HTML is designed to facilitate the exchange of structured documents,such as orders and invoices,over the Internet.
سؤال
____ is a collection of technologies used to access any type of data source and manage the data through a common interface.

A) DAO
B) UDA
C) ODBC
D) OLE-DB
سؤال
In the ODBC architecture,a(n)____ is in charge of managing all database connections.

A) API
B) data source name
C) ODBC driver
D) driver manager
سؤال
____ is a higher-level object-oriented application interface used to access remote database servers.

A) API
B) ODBC
C) DAO
D) RDO
سؤال
The ____ is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
سؤال
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
B) OLE-DB
C) COM-DB
D) ODBC
سؤال
To be able to use a DTD file to define elements within an XML document,the DTD must be stored within that XML document.
سؤال
A Web browser's function is to display a page on the client computer.The browser,through its use of HTML,does not have computational abilities beyond formatting output text and accepting form field inputs.
سؤال
The only time the client and server computers communicate is when the client requests a page,when the end user clicks on a link,and when the server sends the requested page to the client.
سؤال
Which of the following is a well-established Web server API?

A) CGIAPI
B) WSAPI
C) INPAPI
D) MWWAPI
سؤال
What is a disadvantage of using an API Web-server interface?

A) It is slower than CGI.
B) It is very inefficient because it uses DLLs.
C) You need to run an external program for each request.
D) An error can bring down the Web server.
سؤال
Client-side extensions are available in various forms,such as ____.

A) COBOL
B) Java and JavaScript
C) Visual Basic .NET
D) Visor.Net
سؤال
The Web browser's job is to ____ the HTML code that it receives from the Web server.

A) analyze
B) interpret
C) transform
D) save
سؤال
____ is a scripting language that allows Web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
سؤال
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
سؤال
Of the following ,what is one of the benefits of hardware and software independence of Internet technologies?

A) Global access
B) Reduced costs of maintaining private networks
C) Savings in equipment and software acquisition
D) Multiple platform development
سؤال
Of the following,what is one of the benefits of rapid development at manageable costs for Internet technologies?

A) Platform independence and portability
B) Availability of multiple development tools
C) Reduced requirements
D) Reduced training time
سؤال
Another name for a database server-side extension is ____.

A) Web server
B) Web application server
C) Web-to-database middleware
D) Database application server
سؤال
When using an Oracle database,your Web-to-database middleware can connect to the database via ____.

A) ODBX
B) CGI
C) SQL*Net
D) SQL*Plus
سؤال
Which of the following is a well-defined Web-server interface?

A) Common Gateway Interface
B) Disk Operating System
C) Windows 98
D) AppleTalk
سؤال
There are currently ____ well-defined Web-server interfaces.

A) one
B) two
C) five
D) ten
سؤال
Each time the end user clicks a hyperlink,the browser generates a(n)____ GET page request that is sent to the designated Web server,using the TCP/IP Internet protocol.

A) HTML
B) browser
C) HTTP
D) API
سؤال
A ____ is an external application that is automatically invoked by the browser when needed.

A) Web client
B) plug-in
C) Web service
D) Web server
سؤال
What is the first step in the exchange between a Web browser and a database?

A) The HTML output is displayed on the client computer's Web browser.
B) The middleware receives the query result and creates the HTML-formatted page.
C) The client's Web browser requests a page from a Web server.
D) The Web-to-database middleware uses ODBC to connect to the database.
سؤال
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
سؤال
Which of the following is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
سؤال
Different client browsers are not 100 percent interoperable,thus limiting ____.

A) scripting
B) functionality
C) flexibility
D) portability
سؤال
What is the last step in the exchange between a Web browser and a database?

A) The HTML output is displayed on the client computer's Web browser.
B) The middleware receives the query result and creates the HTML-formatted page.
C) The Web browser requests a page from a Web server.
D) The Web-to-database middleware uses ODBC to connect to the database.
سؤال
A programming language typically used for CGI scripts is ____.

A) PERL
B) Java
C) SQL
D) JavaScript
سؤال
_________________________ is a higher-level object-oriented application interface used to access remote database servers.
سؤال
DBMS vendors can publish ____ to facilitate data exchanges and the creation of data views from multiple applications-hierarchical,relational,object-oriented,object-relational,or extended-relational.

A) meta-dictionaries
B) database support
C) Web pages
D) XML databases
سؤال
What is a feature of a Web application server?

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.
سؤال
____________________ are objects (applications or processes)that request and use data.
سؤال
A(n)____________________ is written in a programming language that is not compiled,but is interpreted and executed at run time.
سؤال
A(n)____________________ name is a unique name by which the data source will be known to ODBC,and therefore,to applications.
سؤال
The XML metalanguage allows the definition of new ____,such as ,to describe the data elements used in an XML document.

A) elements
B) tags
C) schemas
D) DTDs
سؤال
Every XML document has a ____.

A) root element
B) base tag
C) schema
D) DTD
سؤال
____ is a Web application server that provides the ability to connect Web servers to multiple data sources.

A) Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
سؤال
ODBC,OLE-DB,and ADO.NET form the backbone of the ______________________________ architecture.
سؤال
______________________________ provides a unified interface to access data from any programming language that uses the underlying OLE-DB objects.
سؤال
The ____ is an advanced data definition language that is used to describe the structure (elements,data types,relationship types,ranges,and default values)of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
سؤال
ODBC is ____________________'s implementation of a superset of the SQL Access Group CLI.
سؤال
Microsoft's alternative to Java is ____.

A) Active X
B) JavaScript
C) VBScript
D) Visual C++
سؤال
A(n)____ file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) HTML
C) DTD
D) meta
سؤال
____ is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) A plug-in
B) A browser
C) Visual Basic
D) VBScript
سؤال
In the OLE-DB model,the ____________________ acts like a data consumer of the data provider and as a data provider for the data consumer (end-user application).
سؤال
____________________ are objects that manage the connection with a data source and provide data to the consumers.
سؤال
The Microsoft ____________________ framework is a component-based platform for developing distributed,heterogeneous,interoperable applications aimed at manipulating any type of data over any network under any operating system and any programming language.
سؤال
Using ____,you can extract data from an XML document and convert it into a text file.

A) XMLD
B) XSLT
C) DTD
D) XML schema
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 14: Database Connectivity and Web Technologies
1
A client-side extension is a program that interacts directly with the Web server to handle specific types of requests.
False
2
A database server-side extension is known as Web-to-database middleware.
True
3
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
True
4
The CGI is a newer Web-server interface standard that is much more efficient and faster than a dynamic link library (DLL).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
APIs are implemented as dynamic-link libraries that are dynamically invoked when needed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
An API uses script files that perform specific functions on the client's parameters that are passed to the Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
The creation and management of user interfaces and database connectivity are not affected by the Web's existence.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
The Web server is the main hub through which all Internet services are accessed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
A good API makes it easy to develop a program by providing all of the building blocks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
The Web has helped create a new information dissemination standard.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
Many organizations rely on their IS departments to create universal data access architectures based on Internet standards.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
Most database professionals do not consider the DBMS connection to the Internet to be a critical element in IS development.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
The Internet is rapidly changing the way information is generated,accessed,and distributed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
When an end user uses a Web browser to dynamically query a database,the client browser actually requests a Web page.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
An API (application programming interface)is defined as a set of routines,protocols,and tools for building software applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
The effects of bad database design,implementation,and management are multiplied in an environment in which transactions may be measured in hundreds of thousands per day,rather than in hundreds per day.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
Extending the Web server functionality implies that the Web server and the Web-to-database middleware will properly communicate with each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
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,accesses,and distributes information.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
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
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
____ is an OO programming language developed by Sun Microsystems that runs on top of the Web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
ColdFusion is a Web application server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
Many companies are already working on the development of a new breed of services based on XML and Web technologies.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
ODBC works on the ____ operating system.

A) mainframe
B) UNIX
C) Windows
D) Linux
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
The first line of an XML document represents the document declaration,and it is mandatory.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
The browser's interpretation and presentation capabilities are sufficient to develop Web-based applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
The ODBC API standard defines three levels of compliance: ____,Level-1,and Level-2,which provide increasing levels of functionality.

A) Complete
B) Basic
C) Core
D) Level-0
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
The ____ object is the in-memory representation of the data in the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
Java applications are compiled and stored in the Web browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
The label "stateless system" indicates that,at any given time,a Web server knows the status of the clients communicating with it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
HTML is designed to facilitate the exchange of structured documents,such as orders and invoices,over the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
____ is a collection of technologies used to access any type of data source and manage the data through a common interface.

A) DAO
B) UDA
C) ODBC
D) OLE-DB
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
In the ODBC architecture,a(n)____ is in charge of managing all database connections.

A) API
B) data source name
C) ODBC driver
D) driver manager
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
____ is a higher-level object-oriented application interface used to access remote database servers.

A) API
B) ODBC
C) DAO
D) RDO
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
The ____ is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
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
B) OLE-DB
C) COM-DB
D) ODBC
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
To be able to use a DTD file to define elements within an XML document,the DTD must be stored within that XML document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
A Web browser's function is to display a page on the client computer.The browser,through its use of HTML,does not have computational abilities beyond formatting output text and accepting form field inputs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
The only time the client and server computers communicate is when the client requests a page,when the end user clicks on a link,and when the server sends the requested page to the client.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
Which of the following is a well-established Web server API?

A) CGIAPI
B) WSAPI
C) INPAPI
D) MWWAPI
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
What is a disadvantage of using an API Web-server interface?

A) It is slower than CGI.
B) It is very inefficient because it uses DLLs.
C) You need to run an external program for each request.
D) An error can bring down the Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
Client-side extensions are available in various forms,such as ____.

A) COBOL
B) Java and JavaScript
C) Visual Basic .NET
D) Visor.Net
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
The Web browser's job is to ____ the HTML code that it receives from the Web server.

A) analyze
B) interpret
C) transform
D) save
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
____ is a scripting language that allows Web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
Of the following ,what is one of the benefits of hardware and software independence of Internet technologies?

A) Global access
B) Reduced costs of maintaining private networks
C) Savings in equipment and software acquisition
D) Multiple platform development
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
Of the following,what is one of the benefits of rapid development at manageable costs for Internet technologies?

A) Platform independence and portability
B) Availability of multiple development tools
C) Reduced requirements
D) Reduced training time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
Another name for a database server-side extension is ____.

A) Web server
B) Web application server
C) Web-to-database middleware
D) Database application server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
When using an Oracle database,your Web-to-database middleware can connect to the database via ____.

A) ODBX
B) CGI
C) SQL*Net
D) SQL*Plus
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
Which of the following is a well-defined Web-server interface?

A) Common Gateway Interface
B) Disk Operating System
C) Windows 98
D) AppleTalk
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
There are currently ____ well-defined Web-server interfaces.

A) one
B) two
C) five
D) ten
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
Each time the end user clicks a hyperlink,the browser generates a(n)____ GET page request that is sent to the designated Web server,using the TCP/IP Internet protocol.

A) HTML
B) browser
C) HTTP
D) API
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
A ____ is an external application that is automatically invoked by the browser when needed.

A) Web client
B) plug-in
C) Web service
D) Web server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
What is the first step in the exchange between a Web browser and a database?

A) The HTML output is displayed on the client computer's Web browser.
B) The middleware receives the query result and creates the HTML-formatted page.
C) The client's Web browser requests a page from a Web server.
D) The Web-to-database middleware uses ODBC to connect to the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
Which of the following is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
Different client browsers are not 100 percent interoperable,thus limiting ____.

A) scripting
B) functionality
C) flexibility
D) portability
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
What is the last step in the exchange between a Web browser and a database?

A) The HTML output is displayed on the client computer's Web browser.
B) The middleware receives the query result and creates the HTML-formatted page.
C) The Web browser requests a page from a Web server.
D) The Web-to-database middleware uses ODBC to connect to the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
A programming language typically used for CGI scripts is ____.

A) PERL
B) Java
C) SQL
D) JavaScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
_________________________ is a higher-level object-oriented application interface used to access remote database servers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
DBMS vendors can publish ____ to facilitate data exchanges and the creation of data views from multiple applications-hierarchical,relational,object-oriented,object-relational,or extended-relational.

A) meta-dictionaries
B) database support
C) Web pages
D) XML databases
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
What is a feature of a Web application server?

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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
____________________ are objects (applications or processes)that request and use data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
A(n)____________________ is written in a programming language that is not compiled,but is interpreted and executed at run time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
A(n)____________________ name is a unique name by which the data source will be known to ODBC,and therefore,to applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
The XML metalanguage allows the definition of new ____,such as ,to describe the data elements used in an XML document.

A) elements
B) tags
C) schemas
D) DTDs
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
Every XML document has a ____.

A) root element
B) base tag
C) schema
D) DTD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
____ is a Web application server that provides the ability to connect Web servers to multiple data sources.

A) Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
ODBC,OLE-DB,and ADO.NET form the backbone of the ______________________________ architecture.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
______________________________ provides a unified interface to access data from any programming language that uses the underlying OLE-DB objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
The ____ is an advanced data definition language that is used to describe the structure (elements,data types,relationship types,ranges,and default values)of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
ODBC is ____________________'s implementation of a superset of the SQL Access Group CLI.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
Microsoft's alternative to Java is ____.

A) Active X
B) JavaScript
C) VBScript
D) Visual C++
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
A(n)____ file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) HTML
C) DTD
D) meta
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
____ is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) A plug-in
B) A browser
C) Visual Basic
D) VBScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
In the OLE-DB model,the ____________________ acts like a data consumer of the data provider and as a data provider for the data consumer (end-user application).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
____________________ are objects that manage the connection with a data source and provide data to the consumers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
The Microsoft ____________________ framework is a component-based platform for developing distributed,heterogeneous,interoperable applications aimed at manipulating any type of data over any network under any operating system and any programming language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
Using ____,you can extract data from an XML document and convert it into a text file.

A) XMLD
B) XSLT
C) DTD
D) XML schema
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.