Deck 8: Database Application Development

Full screen (f)
exit full mode
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.
Use Space or
up arrow
down arrow
to flip the card.
Question
A computer that provides database storage and access in a client/server environment is called a(n):

A) database server.
B) file server.
C) cloud data store.
D) info server.
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
________ 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
All of the following are characteristics of cloud technologies EXCEPT:

A) unlimited bandwidth.
B) on-demand self-service IT capabilities.
C) broad network access.
D) rapid elasticity.
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) only applets will run on Macintosh systems.
Question
________ is/are 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
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
Question
A client PC that is responsible for processing presentation logic, extensive application and business rules logic as well as many DBMS functions is called a:

A) file server.
B) file processor.
C) database server.
D) fat client.
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
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
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
Which of the following is a component of processing logic?

A) Input
B) Output
C) Retrieval
D) Business rules
Question
An emerging trend likely to have an effect on the development of three-tier applications is called:

A) corporate computing.
B) local area networks.
C) cloud computing.
D) wide-area storage.
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) Requires a Mac
Question
The client/server architectures that have evolved can be distinguished by the distribution of ________ across clients and servers.

A) memory
B) files
C) application logic components
D) query logic components
Question
The ________ specification allows drivers to conform to various levels of the specification, and that affects the level of functionality of the drivers.

A) JDBC
B) ODBC
C) CORBA
D) Cobra
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 PC configured to handle user interfaces with limited local storage is called a(n):

A) fat client.
B) thin client.
C) light client.
D) overweight client.
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):

A) application program interface.
B) xpi.
C) application device interface.
D) CMOS.
Question
The XML shown in the figure below describes some data from the Pine Valley Furniture case study. <strong>The XML shown in the figure below describes some data from the Pine Valley Furniture case study.   What does the following The following XPath expression return? /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>
What does the following The following XPath expression return?
/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
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
An XML transformation language that allows applications to query both XML data and relational databases is called:

A) Xtransform.
B) Xstation.
C) Xdatabase.
D) XQuery.
Question
________ facilitates the ability of applications to query relational data along with associated structured data.

A) XPath
B) XQuery
C) XSLT
D) SOAP
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) are still conceptual and yet to be created.
Question
Extensible Business Reporting Language (XBRL) is an example of:

A) a 3GL language.
B) an XML-based vocabulary.
C) a legacy database application.
D) a special SQL command to JOIN tables.
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
________ is a rapidly developing scripting language that allows for the creation of customized tags that can be used across applications.

A) Extensible Markup Language
B) HTML
C) SGL
D) CGI
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
________ is a method to store XML documents by storing each element independently in a relational table.

A) Writing
B) Sledding
C) Shredding
D) Shedding
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
The phrase ________ refers to a model for providing ubiquitous, convenient and on-demand network access.

A) software services
B) grid computing
C) network computing
D) cloud computing
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
FLWOR is an acronym for:

A) flowers.
B) For, LET, Where OrderBy, Return.
C) For, Locate, Work, Order, Results.
D) First, Let, Work, Order, Results.
Question
The promise of Web services is the development of a standardized communication system using:

A) HTML.
B) XST.
C) XML.
D) XPath.
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) a special SQL command to JOIN tables.
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(n):

A) persistent module.
B) function.
C) application component.
D) stored procedure.
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
Which of 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
XQuery can be used to transform XML into:

A) XPath.
B) XQuery.
C) XMILL.
D) XHTML.
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
An API is a set of routines that a database server uses to access database objects.
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
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 client PC that is responsible for presentation logic, application logic, and many DBMS functions is called a fat client.
Question
Java servlets execute from within another program and reside on the server.
Question
The presentation logic component of a client/server system is responsible for formatting and presenting data on the user's screen.
Question
In some three-tier architectures, most application code is stored on the application server.
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
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
Geolocation logic is the application logic component responsible for data storage and retrieval.
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
Client/server describes a networked computing model that distributes processes between computers that request services and computers that provide services.
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) architecture designed for Schools of Accountancy (SOA).
Question
A fat client does most of its processing on the server.
Question
Business rules logic includes such activities as data validation and identification of processing errors.
Question
When developing an application, one must decide where it will be placed when it is developed.
Question
The process of assigning parts of an application to a client or server is called application partitioning.
Question
PHP is a platform for Web development.
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
All .html files can be processed by the web server itself.
Question
Open Database Connectivity 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
Storing XML data is becoming a big question as XML data becomes more prevalent.
Question
A client/server configuration that has three layers (one client and two servers) has a three-tier architecture.
Question
Document Type Declarations (DTDs) are unable to specify data types.
Question
Infrastructure-as-a-Service refers to the use of technologies such as servers, storage and networks from external service providers.
Question
Cloud computing will have a limited impact on three-tier applications.
Question
An XML Schema is a language used to define HTML.
Question
Two-tier architectures are much more scalable than three-tier architectures.
Question
Java programs similar to applets that execute on the server are called hamlets.
Question
Application Programming Interfaces are more efficient than CGI scripts and are implemented as shared code or dynamic link libraries.
Question
XML uses bcode, long commands embedded in quotes, to characterize data.
Question
Extensible Markup Language (XML) is a scripting language based upon SGML that allows the creation of customized tags.
Question
An HTTP Schema Definition is a language used for defining XML databases.
Question
Three-tier architectures generally result in higher long-term costs.
Question
Software as a service (SAAS) refers to an entire application or suite of applications running on the cloud.
Question
Stripping an XML document means storing each element of an XML schema in a relational table and using other tables to store the elements.
Question
XML addresses the structuring and manipulation of information in a Web browser.
Question
XML-based vocabularies, such as XBRL, do not allow meaningful comparisons to be made of data across many organizations.
Question
Data returned on a web server is always in XML.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/105
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 8: Database Application Development
1
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.
C
2
A computer that provides database storage and access in a client/server environment is called a(n):

A) database server.
B) file server.
C) cloud data store.
D) info server.
A
3
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
B
4
________ 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 105 flashcards in this deck.
Unlock Deck
k this deck
5
All of the following are characteristics of cloud technologies EXCEPT:

A) unlimited bandwidth.
B) on-demand self-service IT capabilities.
C) broad network access.
D) rapid elasticity.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
6
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) only applets will run on Macintosh systems.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
7
________ is/are 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
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
8
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
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
9
A client PC that is responsible for processing presentation logic, extensive application and business rules logic as well as many DBMS functions is called a:

A) file server.
B) file processor.
C) database server.
D) fat client.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
10
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 105 flashcards in this deck.
Unlock Deck
k this deck
11
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 105 flashcards in this deck.
Unlock Deck
k this deck
12
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 105 flashcards in this deck.
Unlock Deck
k this deck
13
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 105 flashcards in this deck.
Unlock Deck
k this deck
14
An emerging trend likely to have an effect on the development of three-tier applications is called:

A) corporate computing.
B) local area networks.
C) cloud computing.
D) wide-area storage.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following is true about three-tier architectures?

A) Less scalable than two-tier
B) Increased risk
C) More technological flexibility
D) Requires a Mac
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
16
The client/server architectures that have evolved can be distinguished by the distribution of ________ across clients and servers.

A) memory
B) files
C) application logic components
D) query logic components
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
17
The ________ specification allows drivers to conform to various levels of the specification, and that affects the level of functionality of the drivers.

A) JDBC
B) ODBC
C) CORBA
D) Cobra
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
18
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 105 flashcards in this deck.
Unlock Deck
k this deck
19
A PC configured to handle user interfaces with limited local storage is called a(n):

A) fat client.
B) thin client.
C) light client.
D) overweight client.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
20
Sets of routines that an application program uses to direct the performance of procedures by the computer's operating system is called a(n):

A) application program interface.
B) xpi.
C) application device interface.
D) CMOS.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
21
The XML shown in the figure below describes some data from the Pine Valley Furniture case study. <strong>The XML shown in the figure below describes some data from the Pine Valley Furniture case study.   What does the following The following XPath expression return? /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
What does the following The following XPath expression return?
/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 105 flashcards in this deck.
Unlock Deck
k this deck
22
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 105 flashcards in this deck.
Unlock Deck
k this deck
23
An XML transformation language that allows applications to query both XML data and relational databases is called:

A) Xtransform.
B) Xstation.
C) Xdatabase.
D) XQuery.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
24
________ 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 105 flashcards in this deck.
Unlock Deck
k this deck
25
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) are still conceptual and yet to be created.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
26
Extensible Business Reporting Language (XBRL) is an example of:

A) a 3GL language.
B) an XML-based vocabulary.
C) a legacy database application.
D) a special SQL command to JOIN tables.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
27
________ 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 105 flashcards in this deck.
Unlock Deck
k this deck
28
________ is a rapidly developing scripting language that allows for the creation of customized tags that can be used across applications.

A) Extensible Markup Language
B) HTML
C) SGL
D) CGI
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
29
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 105 flashcards in this deck.
Unlock Deck
k this deck
30
________ is a method to store XML documents by storing each element independently in a relational table.

A) Writing
B) Sledding
C) Shredding
D) Shedding
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
31
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 105 flashcards in this deck.
Unlock Deck
k this deck
32
The phrase ________ refers to a model for providing ubiquitous, convenient and on-demand network access.

A) software services
B) grid computing
C) network computing
D) cloud computing
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
33
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 105 flashcards in this deck.
Unlock Deck
k this deck
34
FLWOR is an acronym for:

A) flowers.
B) For, LET, Where OrderBy, Return.
C) For, Locate, Work, Order, Results.
D) First, Let, Work, Order, Results.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
35
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 105 flashcards in this deck.
Unlock Deck
k this deck
36
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) a special SQL command to JOIN tables.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
37
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(n):

A) persistent module.
B) function.
C) application component.
D) stored procedure.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
38
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 105 flashcards in this deck.
Unlock Deck
k this deck
39
Which of 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 105 flashcards in this deck.
Unlock Deck
k this deck
40
XQuery can be used to transform XML into:

A) XPath.
B) XQuery.
C) XMILL.
D) XHTML.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
41
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 105 flashcards in this deck.
Unlock Deck
k this deck
42
An API is a set of routines that a database server uses to access database objects.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
43
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 105 flashcards in this deck.
Unlock Deck
k this deck
44
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 105 flashcards in this deck.
Unlock Deck
k this deck
45
A client PC that is responsible for presentation logic, application logic, and many DBMS functions is called a fat client.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
46
Java servlets execute from within another program and reside on the server.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
47
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 105 flashcards in this deck.
Unlock Deck
k this deck
48
In some three-tier architectures, most application code is stored on the application server.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
49
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 105 flashcards in this deck.
Unlock Deck
k this deck
50
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 105 flashcards in this deck.
Unlock Deck
k this deck
51
Geolocation logic is the application logic component responsible for data storage and retrieval.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
52
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 105 flashcards in this deck.
Unlock Deck
k this deck
53
Client/server 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 105 flashcards in this deck.
Unlock Deck
k this deck
54
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) architecture designed for Schools of Accountancy (SOA).
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
55
A fat client does most of its processing on the server.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
56
Business rules logic includes such activities as data validation and identification of processing errors.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
57
When developing an application, one must decide where it will be placed when it is developed.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
58
The process of assigning parts of an application to a client or server is called application partitioning.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
59
PHP is a platform for Web development.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
60
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 105 flashcards in this deck.
Unlock Deck
k this deck
61
All .html files can be processed by the web server itself.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
62
Open Database Connectivity 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 105 flashcards in this deck.
Unlock Deck
k this deck
63
Storing XML data is becoming a big question as XML data becomes more prevalent.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
64
A client/server configuration that has three layers (one client and two servers) has a three-tier architecture.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
65
Document Type Declarations (DTDs) are unable to specify data types.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
66
Infrastructure-as-a-Service refers to the use of technologies such as servers, storage and networks from external service providers.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
67
Cloud computing will have a limited impact on three-tier applications.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
68
An XML Schema is a language used to define HTML.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
69
Two-tier architectures are much more scalable than three-tier architectures.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
70
Java programs similar to applets that execute on the server are called hamlets.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
71
Application Programming Interfaces are more efficient than CGI scripts and are implemented as shared code or dynamic link libraries.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
72
XML uses bcode, long commands embedded in quotes, to characterize data.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
73
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 105 flashcards in this deck.
Unlock Deck
k this deck
74
An HTTP Schema Definition is a language used for defining XML databases.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
75
Three-tier architectures generally result in higher long-term costs.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
76
Software as a service (SAAS) refers to an entire application or suite of applications running on the cloud.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
77
Stripping 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 105 flashcards in this deck.
Unlock Deck
k this deck
78
XML addresses the structuring and manipulation of information in a Web browser.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
79
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 105 flashcards in this deck.
Unlock Deck
k this deck
80
Data returned on a web server is always in XML.
Unlock Deck
Unlock for access to all 105 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 105 flashcards in this deck.