Deck 8: Database Application Development

Full screen (f)
exit full mode
Question
A(n)________ is a set of application routines that programs use to direct the performance of procedures by the computer's operating system.

A) API
B) MOM
C) RPC
D) LAN
Use Space or
up arrow
down arrow
to flip the card.
Question
________ is any of several classes of software that allow an application to interoperate with other software without requiring the user to understand all software involved.

A) User interface enhancers
B) Middleware
C) Interface managers
D) MPP
Question
Extensible Markup Language (XML)is:

A) a scripting language that allows the creation of customized tags to enable easier sharing of data across organizations.
B) a database language.
C) a product used for database middleware.
D) none of the above.
Question
Which of the following is not a common distribution logic for two-tiered server environments:

A) Fat Client
B) Tall Client
C) Thin Client
D) Distributed
Question
PHP is a popular API for MySQL because of all of the following EXCEPT:

A) Microsoft integration.
B) high performance.
C) easy to use.
D) MySQL connectivity built-in.
Question
A Web server:

A) is used only to host Web pages.
B) processes client requests and returns HTML pages to the client.
C) always contains a database.
D) is considered to be part of the firewall.
Question
Which of the following is an advantage of stored procedures?

A) Data integrity improves when fewer applications access the procedure.
B) The layers get cleaner.
C) Stored procedures result in fatter clients.
D) Performance improves for compiled SQL statements.
Question
Which of the following is not a disadvantage of stored procedures?

A) Writing stored procedures takes more time than writing an application in Visual Basic or PowerBuilder.
B) Decreases in network traffic are realized.
C) Stored procedures are proprietary and not easy to move from one RDBMS to another.
D) Each client must be loaded with the application to be used at that location.
Question
Which of the following have affected the way businesses use computing systems to meet the demand of the competitive marketplace?

A) GUI evolutions
B) Networking advances
C) Communication changes
D) All of the above
Question
Which of the following is a component of processing logic?

A) Input
B) Output
C) Retrieval
D) Business rules
Question
A device that manages file operations and is shared by each client PC on a LAN is called a:

A) file server.
B) file processor.
C) database server.
D) fat client.
Question
________ is the process of assigning pieces of application code to clients or servers.

A) Application partitioning
B) Modularizing programs
C) Code distribution
D) Program breakup
Question
A PC configured to handle user interface with little or no local storage is called a:

A) server.
B) fat client.
C) thin client.
D) workstation.
Question
An application programming interface that enables an application program to process RDBMS databases meets the:

A) object linking and embedding standard.
B) open database connectivity standard.
C) multi-platform connectivity standard.
D) open source standard.
Question
HTML is an acronym for:

A) Hypertext Manipulation Language.
B) Hot Type Markup Language.
C) Hyperbolic Mechanical Language.
D) Hypertext Markup Language.
Question
Which of the following is true about three-tier architectures?

A) Less scalable than two-tier
B) Increased risk
C) More technological flexibility
D) All of the above
Question
All of the following are common Web server interfaces EXCEPT:

A) Common Gateway Interface (CGI).
B) Hypertext Markup Language.
C) Application Program Interface (API).
D) Java servlets.
Question
The main difference between Java applets and Java servlets is:

A) applets are stored on the client but executed on the server.
B) servlets are stored on the server while applets are stored on the client.
C) both applets and servlets are executed and stored on the server.
D) none of the above.
Question
Java servlets:

A) are small programs that execute from within another application rather than from the operating system.
B) must be executed each time a user makes a request.
C) are stored on the client.
D) are implemented as dynamic link libraries (DLLs).
Question
A(n)________ is a module of code written in SQL or some proprietary language to run business rules on a server.

A) SQL program
B) select module
C) select procedure
D) stored procedure
Question
All of the following are concerns about developing a Web services approach EXCEPT:

A) transaction speed.
B) user acceptability.
C) security.
D) reliability.
Question
A fat client does most of its processing on the server.
Question
When an XML document is shredded,each element is:

A) thrown away.
B) split up.
C) stored in a relational table.
D) added to other XML documents.
Question
Application partitioning gives developers the opportunity to write application code that can later be placed on either a client workstation or a server,depending upon which location will give the best performance.
Question
Which if the following is NOT a method for storing XML documents?

A) shredding
B) use a BLOB or CLOB to store the entire XML file
C) use an XML native database
D) convert to text
Question
Web services:

A) are a set of services available to all on the Web.
B) are a set of emerging standards for protocols for automatic communication between software over the Web.
C) are a set of standards based upon HTML.
D) none of the above.
Question
FLWOR is an acronym for:

A) Flowers
B) For, LET, Where OrderBy, Return
C) For, Locate, Work,Order, Results
D) None of the above
Question
________ facilitates the ability of applications to query relational data along with associated structured data.

A) XPath
B) XQuery
C) XSLT
D) SOAP
Question
________ is a language used to transform complex XML documents and also to create HTML pages from XML documents.

A) HTML
B) XSLT
C) SGI
D) WSL
Question
SOAP stands for:

A) what you wash your hands with.
B) Simple ODBC Access Protocol.
C) Strategic Operational Advanced Planning.
D) Simple Object Access Protocol Method.
Question
An XML-based grammar used to describe a Web service is called:

A) Web Service Description Language (WSDL).
B) WIDL.
C) WISL.
D) Business-to-Business (B2B).
Question
A technical specification for creating a distributed registry of Web services and businesses that are open to communicating through Web services is called:

A) HTML.
B) B2B.
C) UDDI.
D) XML.
Question
The presentation logic component of a client/server system is responsible for formatting and presenting data on the user's screen.
Question
The storage component of a client/server architecture is responsible for data storage and retrieval from the physical storage devices associated with the application.
Question
Service-oriented architectures (SOA)are:

A) a set of tiers designed to serve each other.
B) a collection of services that communicate with each other in some manner.
C) architecture designed for the military.
D) none of the above.
Question
The promise of Web services is the development of a standardized communication system using ________.

A) HTML
B) XST
C) XML
D) XPath
Question
Business rules logic includes such activities as data validation and identification of processing errors.
Question
The XML shown in the figure below,describes some data from the Pinevalley Furniture case study.
<strong>The XML shown in the figure below,describes some data from the Pinevalley Furniture case study.   The following XPath expression returns for results: /furniturecompany/product/[finish = Cherry]/standardprice</strong> A) All products with a cherry finish B) A description of all products with a cherry finish C) The standard price of products with a cherry finish D) Nothing <div style=padding-top: 35px>
The following XPath expression returns for results:
/furniturecompany/product/[finish = "Cherry"]/standardprice

A) All products with a cherry finish
B) A description of all products with a cherry finish
C) The standard price of products with a cherry finish
D) Nothing
Question
Extensible Business Reporting Languge (XBRL)is an example of:

A) a 3GL language.
B) an XML-based vocabulary.
C) a legacy database application.
D) none of the above.
Question
All of the following are newer XML schema languages EXCEPT:

A) Document Type Declarations (DTDs).
B) XML Schema Definition (XSD).
C) RELAX NG.
D) Document Structure Description (DSD).
Question
Hypertext Transfer Protocol (HTTP)is a communications protocol used to transfer browser requests to a Web server and to transfer pages from the Web server back to the browser.
Question
Two-tier architectures are much more scalable than three-tier architectures.
Question
An API is a set of routines that a database server uses to access database objects.
Question
XQuery is an HTML transformation language used to query HTML pages.
Question
In some three-tier architectures,most application code is stored on the application server.
Question
An XML Schema is a language used to define HTML.
Question
VBScript is a scripting language based upon Java that is used to achieve interactivity on Web pages.
Question
XML addresses the structuring and manipulation of information in a Web browser.
Question
Storing XML data is becoming a big question as XML data becomes more prevalent.
Question
The fundamental authoring language used to create documents for the Web is SGML,an acronym for Standard Generalized Markup Language.
Question
XML uses bcode,long commands embedded in quotes,to characterize data.
Question
When developing an application,one must decide where it will be placed when it is developed.
Question
PHP is a platform for Web development.
Question
XML-based vocabularies,such as XBRL,do not allow meaningful comparisons to be made of data across many organizations.
Question
Extensible Markup Language (XML)is a scripting language based upon SGML that allows the creation of customized tags.
Question
ODBC is an application programming interface that provides a common language for application programs to access and process an SQL database independent of the particular RDBMS that is accessed.
Question
Three-tier architectures generally result in higher long-term costs.
Question
Strippimg an XML document means storing each element of an XML schema in a relational table and using other tables to store the elements.
Question
Java servlets execute from within another program and reside on the server.
Question
Document Type Declarations (DTDs)are unable to specify data types.
Question
UDDI stands for Underwritten Data Dictionary Inquiry.
Question
A client PC that is responsible for presentation logic,application logic,and many DBMS functions is called a ________.
Question
________ is an application programming interface that provides a common language for application programs to access and process SQL databases independent of the particular RDBMS that is accessed.
Question
Even with XML,different types of devices will require a different page.
Question
Web services allow for communication between programs over the Internet.
Question
Web Services Description Language is an XML-based grammar.
Question
A PC configured to handle user interfaces with limited local storage is called a ________.
Question
A computer that provides database storage and access in a client/server environment is called a ________.
Question
A module of code,that may be written in a proprietary language such as Oracle's PL/SQL,that implements business rules on a database server is called a ________.
Question
________ are more efficient than CGI scripts and are implemented as shared code or dynamic link libraries.
Question
Java programs similar to applets that execute on the server are called ________.
Question
The ________ specification allows drivers to conform to various levels of the specification,and that affects the level of functionality of the drivers.
Question
________ is the application logic component responsible for data storage and retrieval.
Question
Sets of routines that an application program uses to direct the performance of procedures by the computer's operating system is called a(n)________.
Question
SOAP is an insignificant Web standard.
Question
Lack of secure standards and lack of user acceptance are the major issues that must be resolved with Web services.
Question
The process of assigning parts of an application to a client or server is called ________.
Question
A client/server configuration that has three layers (one client and two servers)has a ________.
Question
The client/server architectures that have evolved can be distinguished by the distribution of ________ across clients and servers.
Question
________ describes a networked computing model that distributes processes between computers that request services and computers that provide services.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Database Application Development
1
A(n)________ is a set of application routines that programs use to direct the performance of procedures by the computer's operating system.

A) API
B) MOM
C) RPC
D) LAN
A
2
________ is any of several classes of software that allow an application to interoperate with other software without requiring the user to understand all software involved.

A) User interface enhancers
B) Middleware
C) Interface managers
D) MPP
B
3
Extensible Markup Language (XML)is:

A) a scripting language that allows the creation of customized tags to enable easier sharing of data across organizations.
B) a database language.
C) a product used for database middleware.
D) none of the above.
A
4
Which of the following is not a common distribution logic for two-tiered server environments:

A) Fat Client
B) Tall Client
C) Thin Client
D) Distributed
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
5
PHP is a popular API for MySQL because of all of the following EXCEPT:

A) Microsoft integration.
B) high performance.
C) easy to use.
D) MySQL connectivity built-in.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
6
A Web server:

A) is used only to host Web pages.
B) processes client requests and returns HTML pages to the client.
C) always contains a database.
D) is considered to be part of the firewall.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
7
Which of the following is an advantage of stored procedures?

A) Data integrity improves when fewer applications access the procedure.
B) The layers get cleaner.
C) Stored procedures result in fatter clients.
D) Performance improves for compiled SQL statements.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following is not a disadvantage of stored procedures?

A) Writing stored procedures takes more time than writing an application in Visual Basic or PowerBuilder.
B) Decreases in network traffic are realized.
C) Stored procedures are proprietary and not easy to move from one RDBMS to another.
D) Each client must be loaded with the application to be used at that location.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following have affected the way businesses use computing systems to meet the demand of the competitive marketplace?

A) GUI evolutions
B) Networking advances
C) Communication changes
D) All of the above
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following is a component of processing logic?

A) Input
B) Output
C) Retrieval
D) Business rules
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
11
A device that manages file operations and is shared by each client PC on a LAN is called a:

A) file server.
B) file processor.
C) database server.
D) fat client.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
12
________ is the process of assigning pieces of application code to clients or servers.

A) Application partitioning
B) Modularizing programs
C) Code distribution
D) Program breakup
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
13
A PC configured to handle user interface with little or no local storage is called a:

A) server.
B) fat client.
C) thin client.
D) workstation.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
14
An application programming interface that enables an application program to process RDBMS databases meets the:

A) object linking and embedding standard.
B) open database connectivity standard.
C) multi-platform connectivity standard.
D) open source standard.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
15
HTML is an acronym for:

A) Hypertext Manipulation Language.
B) Hot Type Markup Language.
C) Hyperbolic Mechanical Language.
D) Hypertext Markup Language.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following is true about three-tier architectures?

A) Less scalable than two-tier
B) Increased risk
C) More technological flexibility
D) All of the above
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
17
All of the following are common Web server interfaces EXCEPT:

A) Common Gateway Interface (CGI).
B) Hypertext Markup Language.
C) Application Program Interface (API).
D) Java servlets.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
18
The main difference between Java applets and Java servlets is:

A) applets are stored on the client but executed on the server.
B) servlets are stored on the server while applets are stored on the client.
C) both applets and servlets are executed and stored on the server.
D) none of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
19
Java servlets:

A) are small programs that execute from within another application rather than from the operating system.
B) must be executed each time a user makes a request.
C) are stored on the client.
D) are implemented as dynamic link libraries (DLLs).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
20
A(n)________ is a module of code written in SQL or some proprietary language to run business rules on a server.

A) SQL program
B) select module
C) select procedure
D) stored procedure
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
21
All of the following are concerns about developing a Web services approach EXCEPT:

A) transaction speed.
B) user acceptability.
C) security.
D) reliability.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
22
A fat client does most of its processing on the server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
23
When an XML document is shredded,each element is:

A) thrown away.
B) split up.
C) stored in a relational table.
D) added to other XML documents.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
24
Application partitioning gives developers the opportunity to write application code that can later be placed on either a client workstation or a server,depending upon which location will give the best performance.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
25
Which if the following is NOT a method for storing XML documents?

A) shredding
B) use a BLOB or CLOB to store the entire XML file
C) use an XML native database
D) convert to text
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
26
Web services:

A) are a set of services available to all on the Web.
B) are a set of emerging standards for protocols for automatic communication between software over the Web.
C) are a set of standards based upon HTML.
D) none of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
27
FLWOR is an acronym for:

A) Flowers
B) For, LET, Where OrderBy, Return
C) For, Locate, Work,Order, Results
D) None of the above
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
28
________ facilitates the ability of applications to query relational data along with associated structured data.

A) XPath
B) XQuery
C) XSLT
D) SOAP
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
29
________ is a language used to transform complex XML documents and also to create HTML pages from XML documents.

A) HTML
B) XSLT
C) SGI
D) WSL
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
30
SOAP stands for:

A) what you wash your hands with.
B) Simple ODBC Access Protocol.
C) Strategic Operational Advanced Planning.
D) Simple Object Access Protocol Method.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
31
An XML-based grammar used to describe a Web service is called:

A) Web Service Description Language (WSDL).
B) WIDL.
C) WISL.
D) Business-to-Business (B2B).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
32
A technical specification for creating a distributed registry of Web services and businesses that are open to communicating through Web services is called:

A) HTML.
B) B2B.
C) UDDI.
D) XML.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
33
The presentation logic component of a client/server system is responsible for formatting and presenting data on the user's screen.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
34
The storage component of a client/server architecture is responsible for data storage and retrieval from the physical storage devices associated with the application.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
35
Service-oriented architectures (SOA)are:

A) a set of tiers designed to serve each other.
B) a collection of services that communicate with each other in some manner.
C) architecture designed for the military.
D) none of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
36
The promise of Web services is the development of a standardized communication system using ________.

A) HTML
B) XST
C) XML
D) XPath
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
37
Business rules logic includes such activities as data validation and identification of processing errors.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
38
The XML shown in the figure below,describes some data from the Pinevalley Furniture case study.
<strong>The XML shown in the figure below,describes some data from the Pinevalley Furniture case study.   The following XPath expression returns for results: /furniturecompany/product/[finish = Cherry]/standardprice</strong> A) All products with a cherry finish B) A description of all products with a cherry finish C) The standard price of products with a cherry finish D) Nothing
The following XPath expression returns for results:
/furniturecompany/product/[finish = "Cherry"]/standardprice

A) All products with a cherry finish
B) A description of all products with a cherry finish
C) The standard price of products with a cherry finish
D) Nothing
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
39
Extensible Business Reporting Languge (XBRL)is an example of:

A) a 3GL language.
B) an XML-based vocabulary.
C) a legacy database application.
D) none of the above.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
40
All of the following are newer XML schema languages EXCEPT:

A) Document Type Declarations (DTDs).
B) XML Schema Definition (XSD).
C) RELAX NG.
D) Document Structure Description (DSD).
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
41
Hypertext Transfer Protocol (HTTP)is a communications protocol used to transfer browser requests to a Web server and to transfer pages from the Web server back to the browser.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
42
Two-tier architectures are much more scalable than three-tier architectures.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
43
An API is a set of routines that a database server uses to access database objects.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
44
XQuery is an HTML transformation language used to query HTML pages.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
45
In some three-tier architectures,most application code is stored on the application server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
46
An XML Schema is a language used to define HTML.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
47
VBScript is a scripting language based upon Java that is used to achieve interactivity on Web pages.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
48
XML addresses the structuring and manipulation of information in a Web browser.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
49
Storing XML data is becoming a big question as XML data becomes more prevalent.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
50
The fundamental authoring language used to create documents for the Web is SGML,an acronym for Standard Generalized Markup Language.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
51
XML uses bcode,long commands embedded in quotes,to characterize data.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
52
When developing an application,one must decide where it will be placed when it is developed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
53
PHP is a platform for Web development.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
54
XML-based vocabularies,such as XBRL,do not allow meaningful comparisons to be made of data across many organizations.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
55
Extensible Markup Language (XML)is a scripting language based upon SGML that allows the creation of customized tags.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
56
ODBC is an application programming interface that provides a common language for application programs to access and process an SQL database independent of the particular RDBMS that is accessed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
57
Three-tier architectures generally result in higher long-term costs.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
58
Strippimg an XML document means storing each element of an XML schema in a relational table and using other tables to store the elements.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
59
Java servlets execute from within another program and reside on the server.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
60
Document Type Declarations (DTDs)are unable to specify data types.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
61
UDDI stands for Underwritten Data Dictionary Inquiry.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
62
A client PC that is responsible for presentation logic,application logic,and many DBMS functions is called a ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
63
________ is an application programming interface that provides a common language for application programs to access and process SQL databases independent of the particular RDBMS that is accessed.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
64
Even with XML,different types of devices will require a different page.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
65
Web services allow for communication between programs over the Internet.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
66
Web Services Description Language is an XML-based grammar.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
67
A PC configured to handle user interfaces with limited local storage is called a ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
68
A computer that provides database storage and access in a client/server environment is called a ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
69
A module of code,that may be written in a proprietary language such as Oracle's PL/SQL,that implements business rules on a database server is called a ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
70
________ are more efficient than CGI scripts and are implemented as shared code or dynamic link libraries.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
71
Java programs similar to applets that execute on the server are called ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
72
The ________ specification allows drivers to conform to various levels of the specification,and that affects the level of functionality of the drivers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
73
________ is the application logic component responsible for data storage and retrieval.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
74
Sets of routines that an application program uses to direct the performance of procedures by the computer's operating system is called a(n)________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
75
SOAP is an insignificant Web standard.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
76
Lack of secure standards and lack of user acceptance are the major issues that must be resolved with Web services.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
77
The process of assigning parts of an application to a client or server is called ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
78
A client/server configuration that has three layers (one client and two servers)has a ________.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
79
The client/server architectures that have evolved can be distinguished by the distribution of ________ across clients and servers.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
80
________ describes a networked computing model that distributes processes between computers that request services and computers that provide services.
Unlock Deck
Unlock for access to all 100 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 100 flashcards in this deck.