True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
1.
|
HTML
controls used by ASP.NET are the same as HTML tags and elements used by a browser.
|
|
|
2.
|
ASP.NET code is never sent to the browser.
|
|
|
3.
|
The
Page_Init event initializes the page control hierarchy.
|
|
|
4.
|
The
Response object is used to share information between a single client and the Web
server.
|
|
|
5.
|
All
namespace objects inherit from the System object.
|
|
|
6.
|
Using
Visual Studio .NET, the server event logs cannot be accessed without having physical access to the
server.
|
|
|
7.
|
In
HTML, a keyword can be used to specify a minimized attribute.
|
|
|
8.
|
The
values of the properties of the Web Server objects can be changed by using the Properties window in
Visual Studio .NET.
|
|
|
9.
|
The
text property is used to assign the value of an HTML Server Label control.
|
|
|
10.
|
HTML
tags can be used within an XSLT stylesheet.
|
|
|
11.
|
Procedures and properties that are declared Protected can be called from anywhere
within the same application.
|
|
|
12.
|
ADO.NET allows the retrieval of data from XML documents.
|
|
|
13.
|
ODBC
drivers can be used to access nonrelational data stores.
|
|
|
14.
|
The
DataSet object can be used to retrieve data from a database.
|
|
|
15.
|
The
Query and View Editor is used for creating database queries.
|
|
|
16.
|
The
DataGrid control is inherit from the ListControl class.
|
|
|
17.
|
Many
DataViews can be retrieved from a DataSet.
|
|
|
18.
|
IIS
can be used to run a Web application in its own memory space.
|
|
|
19.
|
The
WSDL utility works directly with the Web Service.
|
|
|
20.
|
The
HTTP Get and Post methods are limited to sending only primitive data types.
|
Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
|
21.
|
The
code behind the page can be written in any ASP.NET-compatible language, including
____. a. | C# | c. | Perl | b. | Java | d. | All of the above. | | | | |
|
|
|
22.
|
The
____ property is used to set the background image of a Web page to a fixed position. a. | bgColor | c. | bgProperties | b. | background | d. | alink | | | | |
|
|
|
23.
|
The
____ class represents numeric values for the properties of other objects. a. | Value | c. | Number | b. | Math | d. | Unit | | | | |
|
|
|
24.
|
The
____ property is used to display a message when the user places the pointer over an
object. a. | ToolTip | c. | SRC | b. | InnerText | d. | InnerHTML | | | | |
|
|
|
25.
|
A
____ in a tag indicates that the tag is processing information and therefore does not contain
data. a. | quotation
mark | c. | forward
slash | b. | question mark | d. | backward slash | | | | |
|
|
|
26.
|
The
____ attribute allows the developer to use the XSLTransform object, which contains the XSL or XSLT
stylesheets. a. | Transform | c. | TransformSource | b. | TranformArgumentList | d. | DocumentContent | | | | |
|
|
|
27.
|
The
____ is used by XML parsers to determine the rules to validate the XML data. a. | stylesheet | c. | XSL
file | b. | data
sheet | d. | schema | | | | |
|
|
|
28.
|
When
an ASP.NET application is written in Visual Basic .NET, each module ends in the file extension
____.
|
|
|
29.
|
Values that are passed to subprocedures and functions are called
____. a. | methods | c. | constants | b. | objects | d. | parameters | | | | |
|
|
|
30.
|
____
are used to store data that can be retrieved at a later time. a. | Classes | c. | Procedures | b. | Methods | d. | Variables | | | | |
|
|
|
31.
|
____
contain the connection information required to connect to an ODBC or OLE-DB data
source. a. | Data Source
Names | c. | ADO
objects | b. | ODBC drivers | d. | OLE-DB providers | | | | |
|
|
|
32.
|
The
____ object can be used to group data commands together as a logical transaction. a. | Connection | c. | DataReader | b. | Transaction | d. | Command | | | | |
|
|
|
33.
|
Within a stored procedure, blocks of code that are enclosed within a blue line can be
edited via the ____. a. | Table Editor | c. | SQL Editor | b. | Query and View
Editor | d. | SQL Query
Builder | | | | |
|
|
|
Figure
7-4.bmp
|
|
|
34.
|
Figure 7-4 shows a Web page that contains DropDownList controls. The text displayed in
the DropDownList controls is configured with the ____ property. a. | DataSource | c. | DataTextField | b. | DataValueField | d. | DataTextFormatString | | | | |
|
|
|
35.
|
A
DataGrid can be bound to a data source using the ____ property. a. | DataTextFormatString | c. | DataValueField | b. | DataTextField | d. | DataSource | | | | |
|
|
|
36.
|
The
____ object is a set of records disconnected from the database. a. | DataView | c. | DataAdapter | b. | DataReader | d. | DataSet | | | | |
|
|
|
Figure
8-8.bmp
|
|
|
37.
|
In
Figure 8-8, the first column in the DataGrid control is a ____. a. | BoundColumn | c. | HyperLinkColumn | b. | TemplateColumn | d. | ButtonColumn | | | | |
|
|
|
38.
|
The
____ window within the Debugger displays the properties of the current object. a. | Locals | c. | Me | b. | Auto | d. | Watch | | | | |
|
|
|
39.
|
The
SOAP contract is an XML-formatted document called the ____. a. | WSDL | c. | DISCO | b. | UDDI | d. | Web Reference | | | | |
|
|
|
40.
|
The
____ property can be used to assign a ValidationSummary control to a mobile form. a. | Text | c. | formToValidate | b. | Assign | d. | OnItemCommand | | | | |
|