Deck 14: Database Connectivity and Web Technologies

ملء الشاشة (f)
exit full mode
سؤال
The effects of bad database design, implementation, and management are magnified in an environment in which the number of transactions is less than one hundred.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
سؤال
An API (application programming interface) is defined as a set of routines, protocols, and tools for building software applications.
سؤال
The label "stateless system" indicates that, at any given time, there is an open communication line between the server and each client accessing it.
سؤال
In the database query scenario, the web server generates the webpage contents before it sends the page to the client web browser.
سؤال
Extending the web server functionality implies that the web server and the web-to-database middleware will properly communicate with each other.
سؤال
A good API makes it easy to develop a program by providing all of the building blocks.
سؤال
Among the three levels of compliance of the ODBC API standards, Level-1 provides support for procedural SQL and cursors.
سؤال
The browser's interpretation and presentation capabilities are sufficient to develop web-based applications.
سؤال
A web server is the main hub through which all Internet services are accessed.
سؤال
When an end user uses a web browser to dynamically query a database, the client browser actually requests a web page from the web server.
سؤال
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.
سؤال
The benefits of the web as a data access platform arise from its cross-platform functionality and the simplicity of its interface.
سؤال
Having a web-based database interface eliminates the design and implementation issues of a database system.
سؤال
The Common Gateway Interface (CGI) is a newer web server interface standard that is much more efficient and faster than a dynamic link library (DLL).
سؤال
An application programming interface (API) uses script files that perform specific functions based on the client's parameters that are passed to the web server.
سؤال
The use of HTML does not equip a web browser with 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 and the server sends the requested page to the client.
سؤال
APIs are implemented as dynamic-link libraries that are dynamically invoked when needed.
سؤال
A client-side extension is a program that interacts directly with the web server to handle specific types of requests.
سؤال
One of the advantages of over other middleware is that it requires no configuration on the client side.

A) ODBC
B) JDBC
C) OLE-DB
D) ADO.NET
سؤال
Cloud services allow any organization to quickly and economically add information technology services to its IT portfolio.
سؤال
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 ADO.NET framework, the object contains the actual SQL code or a stored procedure call to be run by the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
سؤال
Which of the following 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 plug-in is an external application that is automatically invoked by a web browser when needed.
سؤال
is an object-oriented programming language developed by Sun Microsystems that runs on top of web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
سؤال
ODBC works on the operating system.

A) Kronos
B) UNIX
C) Windows
D) Mac
سؤال
In the ADO.NET framework, the object is the in-memory representation of the data in the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
سؤال
Another name for a database server-side extension program is .

A) a web server
B) a web application middleware
C) web-to-database middleware
D) a database application server
سؤال
HTML is designed to facilitate the extraction and manipulation of data from structured documents over the Internet.
سؤال
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
سؤال
The ODBC API standard defines three levels of compliance: , Level-1, and Level-2, which provide increasing levels of functionality.

A) Elementary
B) Basic
C) Core
D) Level-0
سؤال
In the ODBC architecture, a(n) is in charge of managing all database connections.

A) ODBC API
B) DLL
C) ODBC driver
D) driver manager
سؤال
The first line of an XML document represents the document declaration, and it is mandatory.
سؤال
In a document type definition (DTD) file, a plus (+) symbol beside an element indicates that it is an optional child element within its parent.
سؤال
The initial costs of using cloud services tend to be significantly higher than building on-premise IT infrastructures.
سؤال
A document type definition (DTD) can be referenced by many Extensible Markup Language (XML) documents of the same type.
سؤال
The is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
سؤال
is a higher-level, object-oriented application interface used to access remote database servers.

A) UDA
B) ODBC
C) DAO
D) RDO
سؤال
A(n) can use a shared connection to the database instead of creating a new one every time.

A) DLL
B) API
C) web browser
D) HTTP GET request
سؤال
Which of the following is a well-defined web-server interface?

A) Common Gateway Interface
B) Tiny Internet Interface
C) Windows NT
D) Command Line Interface
سؤال
cloud is a type of cloud infrastructure that is built by a third-party organization to sell cloud services to the general public.

A) Community
B) Public
C) Exclusive
D) Private
سؤال
code is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) XML
B) SQL
C) Visual Basic
D) VBScript
سؤال
Which of the following 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.
سؤال
Every XML document has a .

A) root element
B) base tag
C) schema
D) DTD
سؤال
_____ is a scripting language that allows web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
سؤال
is a web application server that provides the ability to connect web servers to multiple data sources.

A) MS Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
سؤال
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
سؤال
Each time an end user clicks a hyperlink, the browser generates a(n) page request that is sent to the designated web server using the TCP/IP Internet protocol.

A) HTML
B) XML
C) HTTP GET
D) API
سؤال
A(n) file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) XHTML
C) DTD
D) meta
سؤال
Which of the following is a characteristic of the XML metalanguage?
A) It is concerned with the way data are displayed.
B) It allows the definition of new tags.

A) You can use the // symbol for entering a comment in the XML document.
B) It can be used as a replacement of HTML.
سؤال
What is a disadvantage of using an API web-server interface?

A) It is slower than CGI scripts.
B) It is inefficient because it uses DLLs.
C) An external program needs to run for each user request.
D) An API error can bring down the entire web server.
سؤال
The _____ is an advanced data definition language that is used to describe the structure of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
سؤال
Which of the following is True 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 security and authentication of users through user IDs and passwords.
سؤال
Among client-side extensions, is a Microsoft specification for writing programs that run inside the Internet Explorer browser.

A) COBOL
B) ActiveX
C) JavaScript
D) Visor.Net
سؤال
The main disadvantage of using CGI scripts is that:

A) they cause a resource bottleneck since they have to execute separately for each user request.
B) they are specific to the web server and to the operating system, thus being platform dependent.
C) an error in one script can damage and bring down the web server completely.
D) they do not have the capability to process forms or prepare outputs based on form data.
سؤال
Which of the following is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
سؤال
You must use plug-ins and other client-side extensions:

A) to create an open communication line between a server and its clients.
B) to eliminate the need for running external programs for each client request.
C) to improve processing capabilities of a browser.
D) to create dynamic web search pages.
سؤال
The web browser's job is to interpret the HTML code that it receives from a web server and to:

A) develop web-based applications.
B) display it in a standard formatted way.
C) perform immediate data entry validation.
D) extract details, such as order data, from it.
سؤال
ODBC, OLE-DB, and ADO.NET form the backbone of the architecture.
سؤال
In the category, the cloud service provider offers the capability to build and deploy consumer-created applications using the provider's cloud infrastructure.

A) Application as a Service (AaaS)
B) Infrastructure as a Service (IaaS)
C) Software as a Service (SaaS)
D) Platform as a Service (PaaS)
سؤال
To prevent the server from performing all data validation, data input validation is one of the most basic requirements for web applications.
سؤال
Open Database Connectivity (ODBC), a superset of the SQL Access Group Call Level Interface (CLI), is implemented by .
سؤال
A(n) provides limited additional semantic value to XML, such as data type support or data validation rules.
سؤال
In the context of OLE-DB, a is an object (application or process) that requests and uses data.
سؤال
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).
سؤال
is an application programming interface that allows a Java program to interact with a wide range of data sources (relational databases, tabular data sources, spreadsheets, and text files).
سؤال
A(n) _____ is a program written in a programming language that is not compiled, but is interpreted and executed at run time.
سؤال
XML tags must be well formed, that is, each opening tag must have a corresponding tag.
سؤال
APIs are faster than scripts because the code resides in memory and there is no need to run an external program for each request.
سؤال
A(n) is a unique name by which the data source will be known to ODBC, and therefore, to applications.
سؤال
A web server is a middleware application that expands the functionality of web servers by linking them to a wide range of services.
سؤال
Regardless of the type of web server interface used, a web-to-database program must be able to connect with a database.
سؤال
XML is derived from the , an international standard for the publication and distribution of highly complex technical documents.
سؤال
, or transactions done over the Internet, enables all types of organizations to sell products and services to a global market.
سؤال
A DBMS that supports exchanges can integrate with external systems such as the web, mobile data, and legacy systems, thus enabling the creation of new types of systems.
سؤال
webpages are at the heart of current generation websites.
سؤال
provides a unified interface to access data from any programming language that uses the underlying OLE- DB objects.
سؤال
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.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/85
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 14: Database Connectivity and Web Technologies
1
The effects of bad database design, implementation, and management are magnified in an environment in which the number of transactions is less than one hundred.
False
2
Database connectivity software is also known as database middleware because it interfaces between the application program and the database.
True
3
An API (application programming interface) is defined as a set of routines, protocols, and tools for building software applications.
True
4
The label "stateless system" indicates that, at any given time, there is an open communication line between the server and each client accessing it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
5
In the database query scenario, the web server generates the webpage contents before it sends the page to the client web browser.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
6
Extending the web server functionality implies that the web server and the web-to-database middleware will properly communicate with each other.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
7
A good API makes it easy to develop a program by providing all of the building blocks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
8
Among the three levels of compliance of the ODBC API standards, Level-1 provides support for procedural SQL and cursors.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
9
The browser's interpretation and presentation capabilities are sufficient to develop web-based applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
10
A web server is the main hub through which all Internet services are accessed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
11
When an end user uses a web browser to dynamically query a database, the client browser actually requests a web page from the web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
12
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
13
The benefits of the web as a data access platform arise from its cross-platform functionality and the simplicity of its interface.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
14
Having a web-based database interface eliminates the design and implementation issues of a database system.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
15
The Common Gateway Interface (CGI) is a newer web server interface standard that is much more efficient and faster than a dynamic link library (DLL).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
16
An application programming interface (API) uses script files that perform specific functions based on the client's parameters that are passed to the web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
17
The use of HTML does not equip a web browser with computational abilities beyond formatting output text and accepting form field inputs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
18
The only time the client and server computers communicate is when the client requests a page and the server sends the requested page to the client.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
19
APIs are implemented as dynamic-link libraries that are dynamically invoked when needed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
20
A client-side extension is a program that interacts directly with the web server to handle specific types of requests.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
21
One of the advantages of over other middleware is that it requires no configuration on the client side.

A) ODBC
B) JDBC
C) OLE-DB
D) ADO.NET
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
22
Cloud services allow any organization to quickly and economically add information technology services to its IT portfolio.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
23
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
24
In the ADO.NET framework, the object contains the actual SQL code or a stored procedure call to be run by the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
25
Which of the following 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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
26
A plug-in is an external application that is automatically invoked by a web browser when needed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
27
is an object-oriented programming language developed by Sun Microsystems that runs on top of web browser software.

A) Visual Basic
B) Java
C) JavaScript
D) VBScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
28
ODBC works on the operating system.

A) Kronos
B) UNIX
C) Windows
D) Mac
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
29
In the ADO.NET framework, the object is the in-memory representation of the data in the database.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
30
Another name for a database server-side extension program is .

A) a web server
B) a web application middleware
C) web-to-database middleware
D) a database application server
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
31
HTML is designed to facilitate the extraction and manipulation of data from structured documents over the Internet.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
32
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
33
The ODBC API standard defines three levels of compliance: , Level-1, and Level-2, which provide increasing levels of functionality.

A) Elementary
B) Basic
C) Core
D) Level-0
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
34
In the ODBC architecture, a(n) is in charge of managing all database connections.

A) ODBC API
B) DLL
C) ODBC driver
D) driver manager
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
35
The first line of an XML document represents the document declaration, and it is mandatory.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
36
In a document type definition (DTD) file, a plus (+) symbol beside an element indicates that it is an optional child element within its parent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
37
The initial costs of using cloud services tend to be significantly higher than building on-premise IT infrastructures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
38
A document type definition (DTD) can be referenced by many Extensible Markup Language (XML) documents of the same type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
39
The is the most specialized object in the ADO.NET framework.

A) Command
B) DataReader
C) DataAdapter
D) DataSet
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
40
is a higher-level, object-oriented application interface used to access remote database servers.

A) UDA
B) ODBC
C) DAO
D) RDO
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
41
A(n) can use a shared connection to the database instead of creating a new one every time.

A) DLL
B) API
C) web browser
D) HTTP GET request
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
42
Which of the following is a well-defined web-server interface?

A) Common Gateway Interface
B) Tiny Internet Interface
C) Windows NT
D) Command Line Interface
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
43
cloud is a type of cloud infrastructure that is built by a third-party organization to sell cloud services to the general public.

A) Community
B) Public
C) Exclusive
D) Private
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
44
code is embedded inside an HTML page and is activated by triggering events such as clicking on a link.

A) XML
B) SQL
C) Visual Basic
D) VBScript
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
45
Which of the following 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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
46
Every XML document has a .

A) root element
B) base tag
C) schema
D) DTD
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
47
_____ is a scripting language that allows web authors to design interactive sites.

A) Visual Basic
B) HTML
C) JavaScript
D) Java
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
48
is a web application server that provides the ability to connect web servers to multiple data sources.

A) MS Access
B) ColdFusion/JRun
C) FoxPro
D) dBase
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
49
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
50
Each time an end user clicks a hyperlink, the browser generates a(n) page request that is sent to the designated web server using the TCP/IP Internet protocol.

A) HTML
B) XML
C) HTTP GET
D) API
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
51
A(n) file provides the composition of the database's logical model and defines the syntax rules for an XML document.

A) XMLD
B) XHTML
C) DTD
D) meta
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
52
Which of the following is a characteristic of the XML metalanguage?
A) It is concerned with the way data are displayed.
B) It allows the definition of new tags.

A) You can use the // symbol for entering a comment in the XML document.
B) It can be used as a replacement of HTML.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
53
What is a disadvantage of using an API web-server interface?

A) It is slower than CGI scripts.
B) It is inefficient because it uses DLLs.
C) An external program needs to run for each user request.
D) An API error can bring down the entire web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
54
The _____ is an advanced data definition language that is used to describe the structure of XML data documents.

A) XHTML
B) HTML schema
C) DTD
D) XML schema
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
55
Which of the following is True 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 security and authentication of users through user IDs and passwords.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
56
Among client-side extensions, is a Microsoft specification for writing programs that run inside the Internet Explorer browser.

A) COBOL
B) ActiveX
C) JavaScript
D) Visor.Net
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
57
The main disadvantage of using CGI scripts is that:

A) they cause a resource bottleneck since they have to execute separately for each user request.
B) they are specific to the web server and to the operating system, thus being platform dependent.
C) an error in one script can damage and bring down the web server completely.
D) they do not have the capability to process forms or prepare outputs based on form data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which of the following is a client-side extension?

A) ActiveX
B) ODBC
C) SQL*Net
D) TCP/IP
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
59
You must use plug-ins and other client-side extensions:

A) to create an open communication line between a server and its clients.
B) to eliminate the need for running external programs for each client request.
C) to improve processing capabilities of a browser.
D) to create dynamic web search pages.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
60
The web browser's job is to interpret the HTML code that it receives from a web server and to:

A) develop web-based applications.
B) display it in a standard formatted way.
C) perform immediate data entry validation.
D) extract details, such as order data, from it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
61
ODBC, OLE-DB, and ADO.NET form the backbone of the architecture.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
62
In the category, the cloud service provider offers the capability to build and deploy consumer-created applications using the provider's cloud infrastructure.

A) Application as a Service (AaaS)
B) Infrastructure as a Service (IaaS)
C) Software as a Service (SaaS)
D) Platform as a Service (PaaS)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
63
To prevent the server from performing all data validation, data input validation is one of the most basic requirements for web applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
64
Open Database Connectivity (ODBC), a superset of the SQL Access Group Call Level Interface (CLI), is implemented by .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
65
A(n) provides limited additional semantic value to XML, such as data type support or data validation rules.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
66
In the context of OLE-DB, a is an object (application or process) that requests and uses data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
67
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).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
68
is an application programming interface that allows a Java program to interact with a wide range of data sources (relational databases, tabular data sources, spreadsheets, and text files).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
69
A(n) _____ is a program written in a programming language that is not compiled, but is interpreted and executed at run time.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
70
XML tags must be well formed, that is, each opening tag must have a corresponding tag.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
71
APIs are faster than scripts because the code resides in memory and there is no need to run an external program for each request.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
72
A(n) is a unique name by which the data source will be known to ODBC, and therefore, to applications.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
73
A web server is a middleware application that expands the functionality of web servers by linking them to a wide range of services.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
74
Regardless of the type of web server interface used, a web-to-database program must be able to connect with a database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
75
XML is derived from the , an international standard for the publication and distribution of highly complex technical documents.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
76
, or transactions done over the Internet, enables all types of organizations to sell products and services to a global market.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
77
A DBMS that supports exchanges can integrate with external systems such as the web, mobile data, and legacy systems, thus enabling the creation of new types of systems.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
78
webpages are at the heart of current generation websites.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
79
provides a unified interface to access data from any programming language that uses the underlying OLE- DB objects.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
80
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 85 في هذه المجموعة.