Deck 13: Web App Developing in Aspnet With Vb

Full screen (f)
exit full mode
Question
Visual Studio creates a class for every ASPX file it creates in a .NET language.
Use Space or
up arrow
down arrow
to flip the card.
Question
Microsoft's _________ technology is used for web-based app development.

A)ASP .NET
B)APM .NET
C)PHP .NET
D)All of the above
Question
__________ is an Internet standard that specifies the way in which certain types of data must be formatted so that programs can interpret the data correctly.

A)IIS
B)DNS
C)MIME
D)None of the above.
Question
The code-behind file is a(n)_______ class.

A)partial
B)full
C)abstract
D)virtual
Question
The pathname to a file on a web server specifies the location of an actual directory on the web server's file system.
Question
The information tier typically stores data in a(n)___________.

A)DataGrid
B)XML document
C)relational database management system
D)None of the above
Question
The host is the computer that requests a Web page for display.
Question
A simple Web Form consists of two related files,an ASPX file and a(n)_______.

A)HTML document
B)database file
C)C# code-behind file
D)None of the above.
Question
A _______ is an address indicating the location of a resource on the web.

A)DNS
B)URL
C)ASPX
D)None of the above.
Question
Web forms are customized by programmers by adding Web _________ such as labels and buttons.

A)features
B)controls
C)servers
D)None of the above
Question
The middle tier of a multi-tier app processes client requests and maintains the reliability of the stored data.
Question
The file that contains the coding for a Web Form is a Web-code file.
Question
A web server translates a hostname into an IP address.
Question
An IP address is:

A)an internet protocol address
B)a set of numbers distinguishing computers
C)a value that identifies a server
D)All of the above
Question
The top tier in a multi-tier app is the app's user interface which gathers input and displays output.
Question
Web Form files have the extension:

A))wbfm
B))wasp
C))aspc
D))aspx
Question
Web Forms use the same controls as Windows Forms.
Question
Namespace ___________ contains classes for creating web apps and controls.

A)System.Web.Creation
B)System.ASP
C)System.Web.GUI
D)System.Web.UI
Question
For ASP .NET apps,IIS is usually the web server.
Question
The information tier of a multi-tier app holds the app's data.
Question
A ________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.

A)tracking file
B)cookie
C)Web log
D)virtual record
Question
An instance of the web page is re-compiled each time the ASPX file is requested by a user.
Question
Controls and other elements are placed on a Web From sequentially.
Question
A ________ checks whether data entered into another web control is correct or in the proper format.

A)validation control
B)format control
C)user control
D)certification control
Question
HTTP is a _________ protocol: it does not support persistent connections.

A)connectionful
B)connectionless
C)stateless
D)stateful
Question
An EntityDataSource control allows an ASP.NET app to interact with a database via LINQ to Entities.
Question
.NET provides session-tracking capabilities in class __________.

A)Session
B)HttpState
C)HttpSessionState
D)SessionState
Question
The first time a client connects to a server for a web app that uses sessions,the server creates a unique ________ that can later be compared to others in the server's memory in order to identify the client.

A)session ID
B)HttpSessionState object
C)cookie
D)None of the above.
Question
A validator control ensures that the entered information is in the correct format.
Question
Relative positioning specifies that controls will be located exactly where they're dragged and dropped onto the form by the programmer.
Question
GridView method Refresh refreshes the information displayed in the GridView.
Question
Each _________ in a GridView is represented as a BoundField.

A)row
B)column
C)table
D)database
Question
A database used by an ASP.NET website should be located in the project's Data folder.
Question
When HTML for a page is created,a validator is converted into _________.

A)JavaScript
B)C#
C)Visual Basic
D)None of the above.
Question
A ________ ASP.NET data control displays data on a Web Form in a tabular format.

A)TabView
B)GridView
C)TabFormat
D)GridFormat
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/35
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 13: Web App Developing in Aspnet With Vb
1
Visual Studio creates a class for every ASPX file it creates in a .NET language.
True
2
Microsoft's _________ technology is used for web-based app development.

A)ASP .NET
B)APM .NET
C)PHP .NET
D)All of the above
ASP .NET
3
__________ is an Internet standard that specifies the way in which certain types of data must be formatted so that programs can interpret the data correctly.

A)IIS
B)DNS
C)MIME
D)None of the above.
C
4
The code-behind file is a(n)_______ class.

A)partial
B)full
C)abstract
D)virtual
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
5
The pathname to a file on a web server specifies the location of an actual directory on the web server's file system.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
6
The information tier typically stores data in a(n)___________.

A)DataGrid
B)XML document
C)relational database management system
D)None of the above
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
7
The host is the computer that requests a Web page for display.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
8
A simple Web Form consists of two related files,an ASPX file and a(n)_______.

A)HTML document
B)database file
C)C# code-behind file
D)None of the above.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
9
A _______ is an address indicating the location of a resource on the web.

A)DNS
B)URL
C)ASPX
D)None of the above.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
10
Web forms are customized by programmers by adding Web _________ such as labels and buttons.

A)features
B)controls
C)servers
D)None of the above
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
11
The middle tier of a multi-tier app processes client requests and maintains the reliability of the stored data.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
12
The file that contains the coding for a Web Form is a Web-code file.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
13
A web server translates a hostname into an IP address.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
14
An IP address is:

A)an internet protocol address
B)a set of numbers distinguishing computers
C)a value that identifies a server
D)All of the above
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
15
The top tier in a multi-tier app is the app's user interface which gathers input and displays output.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
16
Web Form files have the extension:

A))wbfm
B))wasp
C))aspc
D))aspx
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
17
Web Forms use the same controls as Windows Forms.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
18
Namespace ___________ contains classes for creating web apps and controls.

A)System.Web.Creation
B)System.ASP
C)System.Web.GUI
D)System.Web.UI
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
19
For ASP .NET apps,IIS is usually the web server.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
20
The information tier of a multi-tier app holds the app's data.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
21
A ________ is a piece of data stored in a small text file to maintain information about the client during and between browser sessions.

A)tracking file
B)cookie
C)Web log
D)virtual record
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
22
An instance of the web page is re-compiled each time the ASPX file is requested by a user.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
23
Controls and other elements are placed on a Web From sequentially.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
24
A ________ checks whether data entered into another web control is correct or in the proper format.

A)validation control
B)format control
C)user control
D)certification control
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
25
HTTP is a _________ protocol: it does not support persistent connections.

A)connectionful
B)connectionless
C)stateless
D)stateful
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
26
An EntityDataSource control allows an ASP.NET app to interact with a database via LINQ to Entities.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
27
.NET provides session-tracking capabilities in class __________.

A)Session
B)HttpState
C)HttpSessionState
D)SessionState
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
28
The first time a client connects to a server for a web app that uses sessions,the server creates a unique ________ that can later be compared to others in the server's memory in order to identify the client.

A)session ID
B)HttpSessionState object
C)cookie
D)None of the above.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
29
A validator control ensures that the entered information is in the correct format.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
30
Relative positioning specifies that controls will be located exactly where they're dragged and dropped onto the form by the programmer.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
31
GridView method Refresh refreshes the information displayed in the GridView.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
32
Each _________ in a GridView is represented as a BoundField.

A)row
B)column
C)table
D)database
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
33
A database used by an ASP.NET website should be located in the project's Data folder.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
34
When HTML for a page is created,a validator is converted into _________.

A)JavaScript
B)C#
C)Visual Basic
D)None of the above.
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
35
A ________ ASP.NET data control displays data on a Web Form in a tabular format.

A)TabView
B)GridView
C)TabFormat
D)GridFormat
Unlock Deck
Unlock for access to all 35 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 35 flashcards in this deck.