Chapter 4 Flashcards

1
Q

In the HTML anchor tag (<a>), the _________ attribute specifies the target URL.</a>

A

href

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

In the HTML anchor tag (<a>), the _________ attribute specifies the target URL.</a>

A

href

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

You can put CSS code in a separate file and link it to a Web page through use of the
HTML _________ element.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The JavaScript code on a Web page is executed on the _________

A

client-side

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

You can use a(n) _________ element to display a specific message to users when their
browser is not running JavaScript

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

You can disable ViewState at the page level by setting the _________ attribute of the
Page directive to false in the ASP.NET page.

A

EnableViewState

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The _________ state is used to store data that is used globally throughout an application,
as opposed to the _________ state, which stores data for a user session

A

Application, Session

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A Web application is accessed using a(n) _________ name instead of a physical folder
name

A

virtual directory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

ou must mark classes with the _________ attribute to expose them as a Web service

A

WebService

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Of all the methods in a Web service class, only those marked with _________ attributes
are exposed as Web service methods

A

WebMethod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

SOAP relies on _________ as its message format and uses _________ for message
transmission.

A

XML, HTTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You can put CSS code in a separate file and link it to a Web page through use of the
HTML _________ element.

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

The JavaScript code on a Web page is executed on the _________

A

client-side

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

You can use a(n) _________ element to display a specific message to users when their
browser is not running JavaScript

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

You can disable ViewState at the page level by setting the _________ attribute of the
Page directive to false in the ASP.NET page.

A

EnableViewState

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

The _________ state is used to store data that is used globally throughout an application,
as opposed to the _________ state, which stores data for a user session

A

Application, Session

17
Q

A Web application is accessed using a(n) _________ name instead of a physical folder
name

A

virtual directory

18
Q

ou must mark classes with the _________ attribute to expose them as a Web service

A

WebService

19
Q

Of all the methods in a Web service class, only those marked with _________ attributes
are exposed as Web service methods

A

WebMethod

20
Q

SOAP relies on _________ as its message format and uses _________ for message
transmission.

A

XML, HTTP