Deck 7: Database Processing Applications

Full screen (f)
exit full mode
Question
Every DBMS product uses the same API.
Use Space or
up arrow
down arrow
to flip the card.
Question
After trying to open a connection,a PHP connection to a DBMS needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Question
When using Microsoft Access and IIS,the Web pages that access the database can be written using the ________ scripting language.
Question
How can XML be used with a DBMS?
Question
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Services (IIS)as its Web server.
Question
To get data after opening a connection,a PHP program needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Question
In PHP,any programming language statements that are to be processed on the server must be enclosed in ________.

A)
B) [php and php]
C) (php and php)
D)
E) and
Question
NetBeans is a(n)________.
Question
ODBC only works with Microsoft products.
Question
A SELECT … FOR XML statement produces output in HTML5 format.
Question
Every DBMS product has an application programming interface (API).
Question
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Question
The first PHP element to be created is the ________.

A) Command object
B) Connection
C) Errors collection
D) Parameters collection
E) RecordSet object
Question
ODBC is an industry standard interface between programming code and DBMS APIs.
Question
After getting data from a database,a PHP program needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Question
When using Microsoft Access and IIS,the Web pages that access the database cannot be written using PHP.
Question
The most commonly used Web server on servers running the UNIX or Linux operating system is Internet Information Services (IIS).
Question
Briefly describe PHP.
Question
ODBC stands for Open Database Connectivity.
Question
What is the NetBeans IDE?
Question
When using Microsoft Access and IIS,the connection to the Access database must be provided by using a(n)________.
Question
ODBC stands for ________.
Question
With ODBC,only a single driver is needed to handle all data source types,such as SQL Server,Oracle Database,MySQL,and Microsoft Access.
Question
What are the common differences between a Web database processing system running on the Windows operating system and one running on a Linux operating system?
Question
Which of the following is a task performed by the driver according to the ODBC standard?

A) Determines the appropriate DBMS
B) Validates the format of the ODBC command received from the application
C) Converts data source error codes into ODBC standard error codes
D) Verifies the application to the data source
E) Converts the data source into an SQL-compliant data structure
Question
With ODBC,a file data source is available only to the user that created it.
Question
According to the ODBC standard,which of the following is not part of the specification of a data source?

A) The associated DBMS
B) The database
C) The driver
D) The operating system
E) The network platform
Question
Every DBMS product has a(n)________ that allows DBMS functions to be executed from application program code.
Question
Which of the following is a function performed by the driver manager in ODBC?

A) Submit SQL statements to the data source.
B) Determine the type of DBMS that processes a given ODBC data source.
C) Load the appropriate ODBC driver into memory.
D) Convert data source error codes into ODBC error codes.
E) Both B and C
Question
Define and briefly describe the function of ODBC.
Question
If the computer hosting the Web server is running a UNIX or Linux operating system,the Web server is probably ________.

A) Apache
B) Tomcat
C) Internet Information Server (IIS)
D) Internet Interpreter Server (IIS)
E) Information Interpreter Server (IIS)
Question
When using Microsoft Access and IIS with an ODBC data source,the ODBC data source should be a(n)________.
Question
If the Web server and the DBMS are running on different servers,the system has a(n)________ architecture.
Question
In general,the best type of ODBC data source that can be defined for a Web application is a system data source.
Question
According to the ODBC standard,a(n)________ is a database and its associated DBMS,operating system,and network platform.
Question
The ODBC standard defines a way to ________.

A) start transactions
B) develop E-R diagrams
C) normalize relations
D) insert attributes into table schemas
E) use wildcards in SQL statements
Question
If the computer hosting the Web server is running a Windows operating system,the Web server is probably ________.

A) Apache
B) Tomcat
C) Internet Information Services (IIS)
D) Internet Interpreter Server (IIS)
E) Information Interpreter Server (IIS)
Question
With ODBC,a database and the DBMS that processes it are identified by the data source.
Question
The intermediary between the application and the DBMS drivers in the ODBC architecture is the ________.

A) driver manager
B) OLE DB interface
C) ODBC driver
D) data source
E) database connector
Question
A commonly used Web server on servers running the Linux operating system is ________.
Question
XML designers created a system that allows document structure,data content,and materialization to be mixed.
Question
What are XML Web Services?
Question
A common default Web page name recognized by most Web servers is FirstPage.html.
Question
XML Web Services is a means for protecting and hiding elements of program functionality that otherwise would be available for misuse over the Web.
Question
Extensible Markup Language (XML)is becoming a standard means for defining the structure of documents and for transmitting documents from one computer to another.
Question
What is XML,and why is it useful?
Question
XML stands for ________.
Question
In XML,a document author can only use the predefined XML tags.
Question
XML allows a programmer to ________.

A) define elements
B) use only predefined elements
C) use only "shrink-warped," purchased programs
D) loosely define the structure of a document
E) Both A and B
Question
When using Microsoft Access and IIS,the basic Web home page can be named index.html.
Question
Basic Web pages are created using Hypertext Markup Language (HTML).
Question
When using Microsoft Access and IIS,the ODBC data source should be a system data source.
Question
HTML standards are defined by the World Wide Web Consortium (W3C).
Question
XML stands for ________.

A) Experimental Markup Language
B) Existential Markup Language
C) Extendable Markup Language
D) Extensible Markup Language
E) Extensible Marketing Language
Question
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is FrontPage.
Question
XML provides a standardized,non-customizable way to describe the content of a document.
Question
As a data description language,JSON is much more complex than XML.
Question
With PHP,we enclose PHP commands in between the ________ and ________ symbols.
Question
When using Microsoft Access and IIS,there is no need for an ODBC data source.
Question
A trigger is an event stored in a database that is invoked by the DBMS when specified events occur.
Question
A(n)________ is a program stored within the DBMS that is invoked by the DBMS when a specified event occurs.
Question
When working with Microsoft Access on a Windows operating system,a simple but usable ASCII text editor is ________.

A) Microsoft Word
B) Notepad
C) Wordpad
D) Microsoft Frontpage
E) Microsoft Visual Studio .NET
Question
A(n)________ is similar to a computer program subroutine or function,but it is stored within the database.
Question
When using Microsoft Access and IIS,we can create Web pages that access the database using the popular ________ scripting language.

A) PHP
B) DSN
C) DSP
D) JSN
E) PSJ
Question
The final step of using a PHP connection to a DBMS is to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Question
A BEFORE trigger can be combined with an INSERT,UPDATE,or READ statement.
Question
Which of the following SQL commands cannot be used with a trigger?

A) INSERT
B) SELECT
C) UPDATE
D) DELETE
E) Both B and D
Question
A stored procedure is invoked automatically by the DBMS whenever certain events occur.
Question
When using an ODBC data source with IIS and Microsoft Access,we should use ________.

A) a file data source
B) a system data source
C) a user data source
D) a LAMP data source
E) a WAMP data source
Question
ODBC stands for ________.

A) Open Database Compatibility
B) Open Database Connectivity
C) Open-source Database Compatibility
D) Open-source Database Connectivity
E) None of the above
Question
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is ________.
Question
A stored procedure is a module of logic normally written in a traditional programming language like C++ and stored in the application program.
Question
Before running Web pages in Internet Information Server (IIS)against a Microsoft Access database,we need to create a(n)________.

A) ODBC data source
B) JBDC data source
C) OLE DB data source
D) LAMP data source
E) WAMP data source
Question
Every DBMS product has an API,which stands for ________.

A) All Program Interpreter
B) All Program Interface
C) Application Programming Interpreter
D) Application Programming Interface
E) None of the above
Question
Which of the following is not a type of trigger that can be invoked before DBMS insert,update,or delete actions?

A) BEFORE triggers
B) PREVIOUS triggers
C) AFTER triggers
D) INSTEAD OF triggers
E) None of the above
Question
Which of the following is true about stored procedures?

A) Stored procedures cannot be passed parameters like a regular application function.
B) Stored procedures are stored as an embedded function in the application program.
C) Stored procedures are stored in the database.
D) Stored procedures are invoked automatically by the DBMS when specific events occur.
E) Stored procedures are always written in PHP.
Question
When using Microsoft Access and IIS,a basic Web home page name that we should use even if we need to change IIS settings is ________.

A) AWebPage.htm
B) index.html
C) MyWebPage.htm
D) MyWeb.htm
E) MyPage.htm
Question
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
Question
What is a stored procedure?
Question
Even when using Microsoft Access and IIS,we should still use a basic Web home page named ________.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/84
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 7: Database Processing Applications
1
Every DBMS product uses the same API.
False
2
After trying to open a connection,a PHP connection to a DBMS needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
B
3
When using Microsoft Access and IIS,the Web pages that access the database can be written using the ________ scripting language.
PHP
4
How can XML be used with a DBMS?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
5
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Services (IIS)as its Web server.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
6
To get data after opening a connection,a PHP program needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
7
In PHP,any programming language statements that are to be processed on the server must be enclosed in ________.

A)
B) [php and php]
C) (php and php)
D)
E) and
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
8
NetBeans is a(n)________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
9
ODBC only works with Microsoft products.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
10
A SELECT … FOR XML statement produces output in HTML5 format.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
11
Every DBMS product has an application programming interface (API).
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
12
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
13
The first PHP element to be created is the ________.

A) Command object
B) Connection
C) Errors collection
D) Parameters collection
E) RecordSet object
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
14
ODBC is an industry standard interface between programming code and DBMS APIs.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
15
After getting data from a database,a PHP program needs to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
16
When using Microsoft Access and IIS,the Web pages that access the database cannot be written using PHP.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
17
The most commonly used Web server on servers running the UNIX or Linux operating system is Internet Information Services (IIS).
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
18
Briefly describe PHP.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
19
ODBC stands for Open Database Connectivity.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
20
What is the NetBeans IDE?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
21
When using Microsoft Access and IIS,the connection to the Access database must be provided by using a(n)________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
22
ODBC stands for ________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
23
With ODBC,only a single driver is needed to handle all data source types,such as SQL Server,Oracle Database,MySQL,and Microsoft Access.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
24
What are the common differences between a Web database processing system running on the Windows operating system and one running on a Linux operating system?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
25
Which of the following is a task performed by the driver according to the ODBC standard?

A) Determines the appropriate DBMS
B) Validates the format of the ODBC command received from the application
C) Converts data source error codes into ODBC standard error codes
D) Verifies the application to the data source
E) Converts the data source into an SQL-compliant data structure
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
26
With ODBC,a file data source is available only to the user that created it.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
27
According to the ODBC standard,which of the following is not part of the specification of a data source?

A) The associated DBMS
B) The database
C) The driver
D) The operating system
E) The network platform
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
28
Every DBMS product has a(n)________ that allows DBMS functions to be executed from application program code.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is a function performed by the driver manager in ODBC?

A) Submit SQL statements to the data source.
B) Determine the type of DBMS that processes a given ODBC data source.
C) Load the appropriate ODBC driver into memory.
D) Convert data source error codes into ODBC error codes.
E) Both B and C
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
30
Define and briefly describe the function of ODBC.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
31
If the computer hosting the Web server is running a UNIX or Linux operating system,the Web server is probably ________.

A) Apache
B) Tomcat
C) Internet Information Server (IIS)
D) Internet Interpreter Server (IIS)
E) Information Interpreter Server (IIS)
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
32
When using Microsoft Access and IIS with an ODBC data source,the ODBC data source should be a(n)________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
33
If the Web server and the DBMS are running on different servers,the system has a(n)________ architecture.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
34
In general,the best type of ODBC data source that can be defined for a Web application is a system data source.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
35
According to the ODBC standard,a(n)________ is a database and its associated DBMS,operating system,and network platform.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
36
The ODBC standard defines a way to ________.

A) start transactions
B) develop E-R diagrams
C) normalize relations
D) insert attributes into table schemas
E) use wildcards in SQL statements
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
37
If the computer hosting the Web server is running a Windows operating system,the Web server is probably ________.

A) Apache
B) Tomcat
C) Internet Information Services (IIS)
D) Internet Interpreter Server (IIS)
E) Information Interpreter Server (IIS)
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
38
With ODBC,a database and the DBMS that processes it are identified by the data source.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
39
The intermediary between the application and the DBMS drivers in the ODBC architecture is the ________.

A) driver manager
B) OLE DB interface
C) ODBC driver
D) data source
E) database connector
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
40
A commonly used Web server on servers running the Linux operating system is ________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
41
XML designers created a system that allows document structure,data content,and materialization to be mixed.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
42
What are XML Web Services?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
43
A common default Web page name recognized by most Web servers is FirstPage.html.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
44
XML Web Services is a means for protecting and hiding elements of program functionality that otherwise would be available for misuse over the Web.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
45
Extensible Markup Language (XML)is becoming a standard means for defining the structure of documents and for transmitting documents from one computer to another.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
46
What is XML,and why is it useful?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
47
XML stands for ________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
48
In XML,a document author can only use the predefined XML tags.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
49
XML allows a programmer to ________.

A) define elements
B) use only predefined elements
C) use only "shrink-warped," purchased programs
D) loosely define the structure of a document
E) Both A and B
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
50
When using Microsoft Access and IIS,the basic Web home page can be named index.html.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
51
Basic Web pages are created using Hypertext Markup Language (HTML).
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
52
When using Microsoft Access and IIS,the ODBC data source should be a system data source.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
53
HTML standards are defined by the World Wide Web Consortium (W3C).
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
54
XML stands for ________.

A) Experimental Markup Language
B) Existential Markup Language
C) Extendable Markup Language
D) Extensible Markup Language
E) Extensible Marketing Language
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
55
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is FrontPage.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
56
XML provides a standardized,non-customizable way to describe the content of a document.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
57
As a data description language,JSON is much more complex than XML.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
58
With PHP,we enclose PHP commands in between the ________ and ________ symbols.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
59
When using Microsoft Access and IIS,there is no need for an ODBC data source.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
60
A trigger is an event stored in a database that is invoked by the DBMS when specified events occur.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
61
A(n)________ is a program stored within the DBMS that is invoked by the DBMS when a specified event occurs.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
62
When working with Microsoft Access on a Windows operating system,a simple but usable ASCII text editor is ________.

A) Microsoft Word
B) Notepad
C) Wordpad
D) Microsoft Frontpage
E) Microsoft Visual Studio .NET
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)________ is similar to a computer program subroutine or function,but it is stored within the database.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
64
When using Microsoft Access and IIS,we can create Web pages that access the database using the popular ________ scripting language.

A) PHP
B) DSN
C) DSP
D) JSN
E) PSJ
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
65
The final step of using a PHP connection to a DBMS is to ________.

A) open the connection
B) test the connection
C) query the database
D) process the query results
E) close the connection
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
66
A BEFORE trigger can be combined with an INSERT,UPDATE,or READ statement.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
67
Which of the following SQL commands cannot be used with a trigger?

A) INSERT
B) SELECT
C) UPDATE
D) DELETE
E) Both B and D
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
68
A stored procedure is invoked automatically by the DBMS whenever certain events occur.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
69
When using an ODBC data source with IIS and Microsoft Access,we should use ________.

A) a file data source
B) a system data source
C) a user data source
D) a LAMP data source
E) a WAMP data source
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
70
ODBC stands for ________.

A) Open Database Compatibility
B) Open Database Connectivity
C) Open-source Database Compatibility
D) Open-source Database Connectivity
E) None of the above
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
71
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is ________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
72
A stored procedure is a module of logic normally written in a traditional programming language like C++ and stored in the application program.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
73
Before running Web pages in Internet Information Server (IIS)against a Microsoft Access database,we need to create a(n)________.

A) ODBC data source
B) JBDC data source
C) OLE DB data source
D) LAMP data source
E) WAMP data source
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
74
Every DBMS product has an API,which stands for ________.

A) All Program Interpreter
B) All Program Interface
C) Application Programming Interpreter
D) Application Programming Interface
E) None of the above
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
75
Which of the following is not a type of trigger that can be invoked before DBMS insert,update,or delete actions?

A) BEFORE triggers
B) PREVIOUS triggers
C) AFTER triggers
D) INSTEAD OF triggers
E) None of the above
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
76
Which of the following is true about stored procedures?

A) Stored procedures cannot be passed parameters like a regular application function.
B) Stored procedures are stored as an embedded function in the application program.
C) Stored procedures are stored in the database.
D) Stored procedures are invoked automatically by the DBMS when specific events occur.
E) Stored procedures are always written in PHP.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
77
When using Microsoft Access and IIS,a basic Web home page name that we should use even if we need to change IIS settings is ________.

A) AWebPage.htm
B) index.html
C) MyWebPage.htm
D) MyWeb.htm
E) MyPage.htm
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
78
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
79
What is a stored procedure?
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
80
Even when using Microsoft Access and IIS,we should still use a basic Web home page named ________.
Unlock Deck
Unlock for access to all 84 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 84 flashcards in this deck.