Deck 7: Database Processing Applications

ملء الشاشة (f)
exit full mode
سؤال
With ODBC,a database and the DBMS that processes it are identified by the data source.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
A BEFORE trigger is called by the DBMS before reading data.
سؤال
Every DBMS product has an application programming interface (API).
سؤال
With ODBC,a file data source is available only to the user that created it.
سؤال
ODBC is an industry standard interface between programming code and DBMS APIs.
سؤال
A stored procedure is invoked automatically by the DBMS whenever certain events occur.
سؤال
Every DBMS product uses the same API.
سؤال
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
سؤال
ODBC stands for Open Database Connectivity.
سؤال
A trigger is an event stored in a database that is invoked by the DBMS when specified events occur.
سؤال
HTML standards are defined by the World Wide Web Consortium (W3C).
سؤال
A stored procedure is a module of logic normally written in a traditional programming language like C++ and stored in the application program.
سؤال
The most commonly used Web server on servers running the UNIX or Linux operating system is Internet Information Services (IIS).
سؤال
Basic Web pages are created using Hypertext Markup Language (HTML).
سؤال
In general,the best type of ODBC data source that can be defined for a Web application is a system data source.
سؤال
ODBC only works with Microsoft products.
سؤال
A common default Web page name recognized by most Web servers is FirstPage.html.
سؤال
With ODBC,only a single driver is needed to handle all data source types,such as SQL Server,Oracle Database,MySQL,and Microsoft Access.
سؤال
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
سؤال
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Services (IIS)as its Web server.
سؤال
XML Web Services is a means for protecting and hiding elements of program functionality that otherwise would be available for misuse over the Web.
سؤال
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
سؤال
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).
سؤال
XML designers created a system that allows document structure,data content,and materialization to be mixed.
سؤال
XML provides a standardized,non-customizable way to describe the content of a document.
سؤال
Extensible Markup Language (XML)is becoming a standard means for defining the structure of documents and for transmitting documents from one computer to another.
سؤال
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).
سؤال
When using Microsoft Access and IIS,the Web pages that access the database cannot be written using PHP.
سؤال
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is FrontPage.
سؤال
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
سؤال
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
سؤال
When using Microsoft Access and IIS,there is no need for an ODBC data source.
سؤال
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) All of the above are true about stored procedures.
سؤال
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
سؤال
The ODBC standard defines a way to:

A) start transactions.
B) rollback transactions.
C) create a connection.
D) issue SQL commands.
E) All of the above
سؤال
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
سؤال
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
سؤال
When using Microsoft Access and IIS,the ODBC data source should be a system data source.
سؤال
When using Microsoft Access and IIS,the basic Web home page can be named index.html.
سؤال
In XML,a document author can only use the predefined XML tags.
سؤال
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 .
سؤال
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.
سؤال
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.
سؤال
Before running Web pages in Internet Information Server (IIS)against a Microsoft Access database,we need to create a(n):

A) OBDC data source.
B) JBDC data source.
C) OLE DB data source.
D) LAMP data source.
E) WAMP data source.
سؤال
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.
سؤال
XML stands for:

A) Experimental Markup Language.
B) Existential Markup Language.
C) Extendable Markup Language.
D) Extensible Markup Language.
E) Extensible Marketing Language.
سؤال
A(n)________ is similar to a computer program subroutine or function,but it is stored within the database.
سؤال
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.
سؤال
A commonly used Web server on servers running the Linux operating system is ________.
سؤال
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.
سؤال
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
سؤال
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.
سؤال
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.
سؤال
XML allows a programmer to:

A) define elements.
B) use only predefined elements.
C) use only "shrink-warped," purchased programs.
D) Both A and B
E) All of the above
سؤال
ODBC stands for ________.
سؤال
The first PHP element to be created is the:

A) Command object.
B) Connection.
C) Errors collection.
D) Parameters collection.
E) RecordSet object.
سؤال
A(n)________ is a program stored within the DBMS that is invoked by the DBMS when a specified event occurs.
سؤال
Every DBMS product has a(n)________ that allows DBMS functions to be executed from application program code.
سؤال
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
سؤال
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.
سؤال
Briefly describe PHP.
سؤال
What is the NetBeans IDE?
سؤال
What is a trigger?
سؤال
What is XML,and why is it useful?
سؤال
With PHP,we enclose PHP commands in between the ________ and ________ symbols.
سؤال
When using Microsoft Access and IIS,the Web pages that access the database can be written using the ________ scripting language.
سؤال
XML stands for ________.
سؤال
What is a stored procedure?
سؤال
If the Web server and the DBMS are running on the different servers,the system has a(n)________ architecture.
سؤال
Briefly describe three types of triggers.
سؤال
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is ________.
سؤال
What is a three-tier architecture?
سؤال
When using Microsoft Access and IIS,the connection to the Access database must be provided by using a(n)________.
سؤال
NetBeans is a(n)________.
سؤال
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?
سؤال
When using Microsoft Access and IIS with an ODBC data source,the ODBC data source should be a(n)________.
سؤال
How can XML be used with a DBMS?
سؤال
According to the ODBC standard,a(n)________ is a database and its associated DBMS,operating system,and network platform.
سؤال
Even when using Microsoft Access and IIS,we should still use a basic Web home page named ________.
سؤال
Define and briefly describe the function of ODBC.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/82
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 7: Database Processing Applications
1
With ODBC,a database and the DBMS that processes it are identified by the data source.
True
2
A BEFORE trigger is called by the DBMS before reading data.
False
3
Every DBMS product has an application programming interface (API).
True
4
With ODBC,a file data source is available only to the user that created it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
5
ODBC is an industry standard interface between programming code and DBMS APIs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
6
A stored procedure is invoked automatically by the DBMS whenever certain events occur.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
7
Every DBMS product uses the same API.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
8
With ODBC,the driver manager serves as an intermediary between the application and the DBMS drivers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
9
ODBC stands for Open Database Connectivity.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
10
A trigger is an event stored in a database that is invoked by the DBMS when specified events occur.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
11
HTML standards are defined by the World Wide Web Consortium (W3C).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
12
A stored procedure is a module of logic normally written in a traditional programming language like C++ and stored in the application program.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
13
The most commonly used Web server on servers running the UNIX or Linux operating system is Internet Information Services (IIS).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
14
Basic Web pages are created using Hypertext Markup Language (HTML).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
15
In general,the best type of ODBC data source that can be defined for a Web application is a system data source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
16
ODBC only works with Microsoft products.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
17
A common default Web page name recognized by most Web servers is FirstPage.html.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
18
With ODBC,only a single driver is needed to handle all data source types,such as SQL Server,Oracle Database,MySQL,and Microsoft Access.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
19
If the Web server and the DBMS are running on the same server,the system has a three-tier architecture.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
20
If a server is using a Microsoft Windows operating system,it is usually running Internet Information Services (IIS)as its Web server.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
21
XML Web Services is a means for protecting and hiding elements of program functionality that otherwise would be available for misuse over the Web.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
22
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
23
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).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
24
XML designers created a system that allows document structure,data content,and materialization to be mixed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
25
XML provides a standardized,non-customizable way to describe the content of a document.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
26
Extensible Markup Language (XML)is becoming a standard means for defining the structure of documents and for transmitting documents from one computer to another.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
27
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).
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
28
When using Microsoft Access and IIS,the Web pages that access the database cannot be written using PHP.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
29
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is FrontPage.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
30
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
31
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
32
When using Microsoft Access and IIS,there is no need for an ODBC data source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
33
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) All of the above are true about stored procedures.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
34
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
35
The ODBC standard defines a way to:

A) start transactions.
B) rollback transactions.
C) create a connection.
D) issue SQL commands.
E) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
36
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
37
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
38
When using Microsoft Access and IIS,the ODBC data source should be a system data source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
39
When using Microsoft Access and IIS,the basic Web home page can be named index.html.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
40
In XML,a document author can only use the predefined XML tags.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
41
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 .
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
42
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
43
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
44
Before running Web pages in Internet Information Server (IIS)against a Microsoft Access database,we need to create a(n):

A) OBDC data source.
B) JBDC data source.
C) OLE DB data source.
D) LAMP data source.
E) WAMP data source.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
45
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
46
XML stands for:

A) Experimental Markup Language.
B) Existential Markup Language.
C) Extendable Markup Language.
D) Extensible Markup Language.
E) Extensible Marketing Language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
47
A(n)________ is similar to a computer program subroutine or function,but it is stored within the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
48
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
49
A commonly used Web server on servers running the Linux operating system is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
50
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
51
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
52
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
53
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
54
XML allows a programmer to:

A) define elements.
B) use only predefined elements.
C) use only "shrink-warped," purchased programs.
D) Both A and B
E) All of the above
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
55
ODBC stands for ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
56
The first PHP element to be created is the:

A) Command object.
B) Connection.
C) Errors collection.
D) Parameters collection.
E) RecordSet object.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
57
A(n)________ is a program stored within the DBMS that is invoked by the DBMS when a specified event occurs.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
58
Every DBMS product has a(n)________ that allows DBMS functions to be executed from application program code.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
59
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
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
60
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.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
61
Briefly describe PHP.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
62
What is the NetBeans IDE?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
63
What is a trigger?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
64
What is XML,and why is it useful?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
65
With PHP,we enclose PHP commands in between the ________ and ________ symbols.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
66
When using Microsoft Access and IIS,the Web pages that access the database can be written using the ________ scripting language.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
67
XML stands for ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
68
What is a stored procedure?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
69
If the Web server and the DBMS are running on the different servers,the system has a(n)________ architecture.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
70
Briefly describe three types of triggers.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
71
When using Microsoft Access and IIS,a good basic ASCII text editor for producing HTML is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
72
What is a three-tier architecture?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
73
When using Microsoft Access and IIS,the connection to the Access database must be provided by using a(n)________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
74
NetBeans is a(n)________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
75
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?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
76
When using Microsoft Access and IIS with an ODBC data source,the ODBC data source should be a(n)________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
77
How can XML be used with a DBMS?
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
78
According to the ODBC standard,a(n)________ is a database and its associated DBMS,operating system,and network platform.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
79
Even when using Microsoft Access and IIS,we should still use a basic Web home page named ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
80
Define and briefly describe the function of ODBC.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 82 في هذه المجموعة.