Deck 11: Developing Web Applications

Full screen (f)
exit full mode
Question
ASP.NET controls are more powerful than HTML controls because __________.

A) more fonts are available
B) graphics can be embedded in them
C) they use event handlers to carry out actions at runtime
D) powerful hyperlinks can be embedded in them
Use Space or
up arrow
down arrow
to flip the card.
Question
Which is not a valid URL protocol?

A) ftp://
B) http://
C) https://
D) htm://
Question
Which Web control is similar to the Windows form ComboBox control?

A) TextBox
B) DropDownList
C) CheckBoxList
D) ListBox
Question
When the Web first became popular, _______was the only available tool for creating pages with text, graphics, buttons, and input forms.

A) JavaScript
B) HTML
C) PHP
D) XML
Question
All of the following are true about HTML tables except ________.

A) they are more powerful than ASP.NET controls
B) they are used to align text and graphics
C) they have cell padding and cell spacing properties
D) Visual Studio provides resizing handles that you can drag with the mouse
Question
Which of the following outlines the proper order for connecting a web form to a database?

A) Add a GridView control to the form Select the Data Source type
Copy the database file to the App_Data folder
Configure the SELECT statement for the database query
B) Copy the database file to the App_Data folder Add a GridView control to the form
Select the Data Source type
Configure the SELECT statement for the database query
C) Copy the database file to the App_Data folder Select the Data Source type
Configure the SELECT statement for the database query
Add a GridView control to the form
D) Configure the SELECT statement for the database query Copy the database file to the App_Data folder
Select the Data Source type
Add a GridView control to the form
Question
The GridView control provides all the following features except __________.

A) it's designed to display only one row at a time
B) you can sort on any column
C) you can select the order in which columns appear
D) you can format data within the columns
Question
Which method allows the user to navigate to another Web page?

A) Redirect.Response
B) Hyperlink.Redirect
C) Response.Redirect
D) Redirect.Hyperlink
Question
The DetailsView control allows the user to do which of the following?

A) display multiple rows of a database table at the same time
B) connect to a data source
C) view but not edit the rows of a database
D) all of the above are true
Question
ASP.NET is called a _________because it provides development tools, code libraries, and visual controls for web based applications.

A) web tool
B) platform
C) code bank
D) programming language
Question
Which of the following is not one of the four types of web sites available from the ASP.NET Open Website dialog box?

A) Local IIS
B) File System
C) HTML
D) FTP site
Question
The following controls all have a Windows form counterpart except __________.

A) RadioButtonList
B) Button
C) TextBox
D) CheckBox
Question
Web forms use a ________control to access a database and retrieve table rows.

A) DataSet
B) DataSource
C) DataDetails
D) Connection
Question
When designing web forms, the Toolbox window contains all of the following groups of controls except:

A) Login to authenticate users.
B) Data controls for connecting to data sources.
C) WebParts that let the user modify the content and behavior of the web pages.
D) Ftp controls for connecting to remote computers.
Question
What does a Web browser do for an end user?

A) Interprets HTML
B) Connects to Web sites
C) Hosts a Web site
D) A and B are correct
Question
When an ASP.NET application is created, it contains only one file named __________.

A) Default.aspx
B) Index.aspx
C) Default.htm
D) Web.config
Question
Which statement is true about the CheckBoxList control?

A) each item has a Selected property
B) only one item can be checked at a time
C) it functions just like a ListBox control
D) A and C are correct
Question
Internet Information Services (IIS) __________.

A) implements a professional-quality Web server
B) contains minimal security and configuration features
C) requires little expertise to set up and maintain
D) all of the above
Question
The following are true about a HyperLink control, except __________.

A) its Text property is shown to the user at runtime
B) it generates an event
C) it allows the user to navigate to another Web page
D) its Target property controls whether new page will appear in a separate window
Question
Which of the following is not a Web browser?

A) Safari
B) Firefox
C) Windows Explorer
D) Chrome
Question
Web applications use the ______control instead of the datasets used by desktop applications.

A) Gridview
B) DataSource
C) Table
D) MS Access
Question
Web applications use a ______control which is similar to the DataGridView used by desktop applications.

A) GridView
B) DataSource
C) Table
D) DetailsView
Question
When you are designing Web forms, the ______window contains Web-related controls.

A) Toolbox
B) Web kit
C) Widget
D) WebParts
Question
Which of the following is not a TextBox TextMode property choice?

A) Sorted
B) SingleLine
C) MultiLine
D) Password
Question
A postback occurs when the server processes the page contents and __________.

A) does nothing when there are no changes to the page contents
B) sends an error when the requested page is not found
C) sends a different page that was requested by the user
D) resends a modified version of the same page currently displayed
Question
Which of the following is true regarding ASP.NET?

A) ASP.NET is a client-side programming technology.
B) ASP.NET is Microsoft's version of HTML and provides the same capabilities as HTML.
C) ASP.NET provides many controls that are similar to those used in Windows forms.
D) ASP.NET is the first generation of Web programming technology introduced by Microsoft.
Question
Web applications are designed around a ______model, meaning the one computer produces data while another uses data.

A) Client-Server
B) Peer-to-Peer
C) Master-Slave
D) Server-User
Question
When the Web form default.aspx is added to a project, another file named ______is also created.

A) default.asp
B) default.aspx.vb
C) default.config
D) default.vb
Question
A web form can be identified by its ______filename extension.

A) .asp
B) .aspx.vb
C) .aspx
D) .config
Question
All of the following are browsers your Web pages should be tested with except __________.

A) Chrome
B) WebPro
C) Safari
D) Firefox
Question
Which of the following is true about the HTML Designer?

A) it requires the user know how to write HTML code
B) it's a tool that simplifies the design of Web pages and Web forms
C) it's an add-on to Visual Studio for an additional cost
D) it's not possible to visually edit Web pages using this tool
Question
When running a web application with Visual Studio or Visual Web Developer, _________________.

A) the resulting Web page is displayed in a Web browser
B) the server executes statements in the code-behind file
C) the server creates a Web page consisting of standard HTML tags and controls
D) all of the above
Question
Which of the following is not true about the ASP.NET development platform?

A) Visual Basic code can be stored in a separate file from a web page's text and HTML.
B) It allows you to transfer much of your Visual Basic knowledge to Web applications.
C) It allows the use of object-oriented program code.
D) Visual Basic is the only programming language that may be used.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/33
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Developing Web Applications
1
ASP.NET controls are more powerful than HTML controls because __________.

A) more fonts are available
B) graphics can be embedded in them
C) they use event handlers to carry out actions at runtime
D) powerful hyperlinks can be embedded in them
C
2
Which is not a valid URL protocol?

A) ftp://
B) http://
C) https://
D) htm://
D
3
Which Web control is similar to the Windows form ComboBox control?

A) TextBox
B) DropDownList
C) CheckBoxList
D) ListBox
B
4
When the Web first became popular, _______was the only available tool for creating pages with text, graphics, buttons, and input forms.

A) JavaScript
B) HTML
C) PHP
D) XML
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
5
All of the following are true about HTML tables except ________.

A) they are more powerful than ASP.NET controls
B) they are used to align text and graphics
C) they have cell padding and cell spacing properties
D) Visual Studio provides resizing handles that you can drag with the mouse
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following outlines the proper order for connecting a web form to a database?

A) Add a GridView control to the form Select the Data Source type
Copy the database file to the App_Data folder
Configure the SELECT statement for the database query
B) Copy the database file to the App_Data folder Add a GridView control to the form
Select the Data Source type
Configure the SELECT statement for the database query
C) Copy the database file to the App_Data folder Select the Data Source type
Configure the SELECT statement for the database query
Add a GridView control to the form
D) Configure the SELECT statement for the database query Copy the database file to the App_Data folder
Select the Data Source type
Add a GridView control to the form
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
7
The GridView control provides all the following features except __________.

A) it's designed to display only one row at a time
B) you can sort on any column
C) you can select the order in which columns appear
D) you can format data within the columns
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
8
Which method allows the user to navigate to another Web page?

A) Redirect.Response
B) Hyperlink.Redirect
C) Response.Redirect
D) Redirect.Hyperlink
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
9
The DetailsView control allows the user to do which of the following?

A) display multiple rows of a database table at the same time
B) connect to a data source
C) view but not edit the rows of a database
D) all of the above are true
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
10
ASP.NET is called a _________because it provides development tools, code libraries, and visual controls for web based applications.

A) web tool
B) platform
C) code bank
D) programming language
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following is not one of the four types of web sites available from the ASP.NET Open Website dialog box?

A) Local IIS
B) File System
C) HTML
D) FTP site
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
12
The following controls all have a Windows form counterpart except __________.

A) RadioButtonList
B) Button
C) TextBox
D) CheckBox
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
13
Web forms use a ________control to access a database and retrieve table rows.

A) DataSet
B) DataSource
C) DataDetails
D) Connection
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
14
When designing web forms, the Toolbox window contains all of the following groups of controls except:

A) Login to authenticate users.
B) Data controls for connecting to data sources.
C) WebParts that let the user modify the content and behavior of the web pages.
D) Ftp controls for connecting to remote computers.
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
15
What does a Web browser do for an end user?

A) Interprets HTML
B) Connects to Web sites
C) Hosts a Web site
D) A and B are correct
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
16
When an ASP.NET application is created, it contains only one file named __________.

A) Default.aspx
B) Index.aspx
C) Default.htm
D) Web.config
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
17
Which statement is true about the CheckBoxList control?

A) each item has a Selected property
B) only one item can be checked at a time
C) it functions just like a ListBox control
D) A and C are correct
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
18
Internet Information Services (IIS) __________.

A) implements a professional-quality Web server
B) contains minimal security and configuration features
C) requires little expertise to set up and maintain
D) all of the above
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
19
The following are true about a HyperLink control, except __________.

A) its Text property is shown to the user at runtime
B) it generates an event
C) it allows the user to navigate to another Web page
D) its Target property controls whether new page will appear in a separate window
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
20
Which of the following is not a Web browser?

A) Safari
B) Firefox
C) Windows Explorer
D) Chrome
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
21
Web applications use the ______control instead of the datasets used by desktop applications.

A) Gridview
B) DataSource
C) Table
D) MS Access
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
22
Web applications use a ______control which is similar to the DataGridView used by desktop applications.

A) GridView
B) DataSource
C) Table
D) DetailsView
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
23
When you are designing Web forms, the ______window contains Web-related controls.

A) Toolbox
B) Web kit
C) Widget
D) WebParts
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following is not a TextBox TextMode property choice?

A) Sorted
B) SingleLine
C) MultiLine
D) Password
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
25
A postback occurs when the server processes the page contents and __________.

A) does nothing when there are no changes to the page contents
B) sends an error when the requested page is not found
C) sends a different page that was requested by the user
D) resends a modified version of the same page currently displayed
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
26
Which of the following is true regarding ASP.NET?

A) ASP.NET is a client-side programming technology.
B) ASP.NET is Microsoft's version of HTML and provides the same capabilities as HTML.
C) ASP.NET provides many controls that are similar to those used in Windows forms.
D) ASP.NET is the first generation of Web programming technology introduced by Microsoft.
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
27
Web applications are designed around a ______model, meaning the one computer produces data while another uses data.

A) Client-Server
B) Peer-to-Peer
C) Master-Slave
D) Server-User
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
28
When the Web form default.aspx is added to a project, another file named ______is also created.

A) default.asp
B) default.aspx.vb
C) default.config
D) default.vb
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
29
A web form can be identified by its ______filename extension.

A) .asp
B) .aspx.vb
C) .aspx
D) .config
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
30
All of the following are browsers your Web pages should be tested with except __________.

A) Chrome
B) WebPro
C) Safari
D) Firefox
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following is true about the HTML Designer?

A) it requires the user know how to write HTML code
B) it's a tool that simplifies the design of Web pages and Web forms
C) it's an add-on to Visual Studio for an additional cost
D) it's not possible to visually edit Web pages using this tool
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
32
When running a web application with Visual Studio or Visual Web Developer, _________________.

A) the resulting Web page is displayed in a Web browser
B) the server executes statements in the code-behind file
C) the server creates a Web page consisting of standard HTML tags and controls
D) all of the above
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
33
Which of the following is not true about the ASP.NET development platform?

A) Visual Basic code can be stored in a separate file from a web page's text and HTML.
B) It allows you to transfer much of your Visual Basic knowledge to Web applications.
C) It allows the use of object-oriented program code.
D) Visual Basic is the only programming language that may be used.
Unlock Deck
Unlock for access to all 33 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 33 flashcards in this deck.