True/False
Indicate whether the sentence or statement is true
or false.
|
|
|
1.
|
Users
can create dynamic Web applications using just HTML.
|
|
|
2.
|
ASP.NET form controls can interact with client-side events, such as clicking a
button.
|
|
|
3.
|
ASP.NET code is never sent to the browser.
|
|
|
4.
|
The
compiled code behind the page is the class definition for that page.
|
|
|
5.
|
Using
Visual Studio .NET, the server event logs cannot be accessed without having physical access to the
server.
|
|
|
6.
|
The
keyword localhost can be used to refer to the local Web site.
|
|
|
7.
|
If a
background image is inserted in a Web page, the image will tile across and down the page by
default.
|
|
|
8.
|
The
values of the properties of the Web Server objects can be changed by using the Properties window in
Visual Studio .NET.
|
|
|
9.
|
In
HTML Server controls, JavaScript is used to capture the events on the client.
|
|
|
10.
|
The
properties of individual controls can be changed by adding code to the code behind the
page.
|
|
|
11.
|
The
XPointer standard is used to add a hyperlink to an XML document.
|
|
|
12.
|
An
XSLT style sheet cannot be directly inserted into the XML document.
|
|
|
13.
|
In
XML, all tags must be closed.
|
|
|
14.
|
XSLT
stylesheets must be formatted according to the XML standards.
|
|
|
15.
|
In an
XSLT stylesheet, each child element within an element must have the same formatting.
|
|
|
16.
|
In an
XSLT stylesheet, the xsl:value-of command is used to specify the attributes for the HTML
properties.
|
|
|
17.
|
XML
allows the developer to define his or her own markup language.
|
|
|
18.
|
The
AdRotator class uses the value from the Keyword property to group banner ads.
|
|
|
19.
|
The
SelectionChanged event occurs when the user clicks on the next or previous month
hyperlinks.
|
|
|
20.
|
The
File Upload control is an HTML Server control.
|
Multiple Choice
Identify the
letter of the choice that best completes the statement or answers the question.
|
|
|
21.
|
ASP
controls must begin with the prefix ____ followed by the name of the control. a. | asa: | c. | asmx: | b. | asp: | d. | aspx: | | | | |
|
|
|
22.
|
____
are external files that can be included within other WebForms, and can be reused across multiple
files. a. | Data validation
controls | c. | Mobile
controls | b. | Literal controls | d. | User controls | | | | |
|
|
|
23.
|
The
____ object is used to send information to the browser. a. | Application | c. | Response | b. | Request | d. | Session | | | | |
|
|
|
24.
|
When
a .NET application is requested, the Loader program loads the program into the ____
compiler.
|
|
|
25.
|
The
____ window allows the developer to manage files and projects. a. | Solution
Explorer | c. | main | b. | Server Explorer | d. | Task | | | | |
|
|
|
26.
|
On a
Web page, the page background can be configured as the URL of a graphic using the ____
property. a. | bgColor | c. | bgProperties | b. | background | d. | alink | | | | |
|
|
|
27.
|
The
server-side include files in Visual Studio .NET are known as ____. a. | solutions | c. | macros | b. | projects | d. | user controls | | | | |
|
|
|
28.
|
____
style sheets are used to apply style rules across multiple Web pages. a. | Inline | c. | External | b. | Embedded | d. | Web | | | | |
|
|
|
29.
|
To
break the contents of a string across multiple lines, each string must be contained within its own
pair of ____, and the string must be concatenated. a. | quotation
marks | c. | apostrophes | b. | underscores | d. | question marks | | | | |
|
|
|
30.
|
Events that must be returned to the Web server are handled by the ____
function. a. | isPostBack | c. | _ViewState | b. | _doPostBack | d. | RepeatDirection | | | | |
|
|
|
31.
|
To
capture mouse clicks on an image, the ____ control is used. a. | Image | c. | Literal | b. | ImageButton | d. | SRC | | | | |
|
|
|
32.
|
The
reserved window name ____ renders the content in a new window without frames. a. | _New | c. | _parent | b. | _blank | d. | _top | | | | |
|
|
|
33.
|
In
JScript, the delimiters for constructing regular expressions are a pair of ____
characters. a. | forward
slash | c. | question
mark | b. | backward
slash | d. | quotation
mark | | | | |
|
|
|
34.
|
The
____ stylesheet contains formatting objects, and is used to format the XML document.
|
|
|
35.
|
XSLT
stylesheets use ____ to group together formatting rules. a. | templates | c. | categories | b. | patterns | d. | sections | | | | |
|
|
|
36.
|
The
____ property indicates that the XML data is a string containing the entire text of the XML
document. a. | Document | c. | DocumentSource | b. | DocumentContent | d. | TransformSource | | | | |
|
|
|
37.
|
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 | | | | |
|
|
|
38.
|
The
____ attribute contains a reference to the XsltArgumentList, that contains the arguments to be passed
to the stylesheet. a. | Transform | c. | TransformSource | b. | TransformArgumentList | d. | DocumentContent | | | | |
|
|
|
39.
|
The
____ attribute is used to identify the physical or virtual path to the XSL or XSLT
stylesheet. a. | Transform | c. | TransformSource | b. | TransformArgumentList | d. | DocumentContent | | | | |
|
|
|
40.
|
The
XML schema can be written in a ____ document.
|