Deck 4: ASP.net Web Development

Full screen (f)
exit full mode
Question
What is the size of the session ID?

A)32 bit long string
B)32 bit long double
C)32 bit long character
D)32 bit long integer
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following extension does a WebService file will have?

A).asmx
B).aspx
C).ascx
D).resx
Question
Which of the following extension does a WebForm file will have?

A).asmx
B).aspx
C).ascx
D).resx
Question
What is default timeout of session?

A)5
B)10
C)20
D)30
Question
Which concept is used to provide consistent layout in webform?

A)Master Page
B)Themes
C)GridView
D)None of the above
Question
An alternative way of displaying text on web page using

A)Asp:label
B)Asp:listitem
C)Asp:button
D)None of the above
Question
Why is Global.asax is used?

A)Declare Global variables
B)Implement application and session level events
C)No use
D)None of the above
Question
Which of the following is not a member of ADO DBCommand object?

A)ExecuteScalar
B)ExecuteStream
C)Open
D)ExecuteReader
Question
Default Session data is stored in ASP.Net.

A)StateServer
B)Session Object
C)InProcess
D)all of the above
Question
Which of the following control is used to validate that two fields are equal?

A)RegularExpressionValidator
B)CompareValidator
C)Equals() metho
D)D RequiredFieldValidator
Question
Mode of storing ASP.NET session

A)InProc
B)StateServer
C)SQL Server
D)All of the above
Question
Which of the following denote ways to manage state in an ASP.Net Application?

A)Session objects
B)Application objects
C)ViewState
D)All of the above
Question
In .NET the operation of reading metadata and using its contents is known as ______?

A)Reflection
B)Enumeration
C)Binding
D)Serialization
Question
When an .aspx page is requested from the web server, the output will be rendered to browser in following format?

A)HTML
B)XML
C)WML
D)JSP
Question
Select the control which does not have any visible interface.

A)Datalist
B)DropdownList
C)Repeater
D)DataGrid
Question
Which of the following languages are used to write server side scripting in ASP.NET?

A)C-Sharp
B)VB
C)Both C-Sharp and VB
D)C++
Question
By default, ASP.NET store SessionIDs in _________.

A)Cookies
B)Cache
C)Database
D)Global Variable
Question
Which of the following is not an ASP.NET page event?

A)Init
B)Load
C)Import
D)Disposed
Question
What class does the ASP.NET web form class inherit from by default?

A)System.Web.UI.Page
B)System.Web.UI.Form
C)System.Web.GUI.Page
D)System.Web.Form
Question
Master pages are used to provide the code and appearance that are the same for a series of __________.

A)Content Pages
B)Base pages
C)Both A and B
D)None of the above
Question
Menus, TreeView and SiteMapPath controls cannot be styled with CSS
Question
Every Server control must have an Id
Question
Application_Start event is available in ___________.

A)Web.config
B)Local.asax
C)Global.asax
D)None of the above
Question
Properties and Indexer are used to access which type of data members?

A)Private
B)Publi
C)C Protecte
D)D Internal
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/24
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 4: ASP.net Web Development
1
What is the size of the session ID?

A)32 bit long string
B)32 bit long double
C)32 bit long character
D)32 bit long integer
32 bit long integer
2
Which of the following extension does a WebService file will have?

A).asmx
B).aspx
C).ascx
D).resx
.asmx
3
Which of the following extension does a WebForm file will have?

A).asmx
B).aspx
C).ascx
D).resx
.aspx
4
What is default timeout of session?

A)5
B)10
C)20
D)30
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
5
Which concept is used to provide consistent layout in webform?

A)Master Page
B)Themes
C)GridView
D)None of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
6
An alternative way of displaying text on web page using

A)Asp:label
B)Asp:listitem
C)Asp:button
D)None of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
7
Why is Global.asax is used?

A)Declare Global variables
B)Implement application and session level events
C)No use
D)None of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following is not a member of ADO DBCommand object?

A)ExecuteScalar
B)ExecuteStream
C)Open
D)ExecuteReader
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
9
Default Session data is stored in ASP.Net.

A)StateServer
B)Session Object
C)InProcess
D)all of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following control is used to validate that two fields are equal?

A)RegularExpressionValidator
B)CompareValidator
C)Equals() metho
D)D RequiredFieldValidator
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
11
Mode of storing ASP.NET session

A)InProc
B)StateServer
C)SQL Server
D)All of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
12
Which of the following denote ways to manage state in an ASP.Net Application?

A)Session objects
B)Application objects
C)ViewState
D)All of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
13
In .NET the operation of reading metadata and using its contents is known as ______?

A)Reflection
B)Enumeration
C)Binding
D)Serialization
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
14
When an .aspx page is requested from the web server, the output will be rendered to browser in following format?

A)HTML
B)XML
C)WML
D)JSP
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
15
Select the control which does not have any visible interface.

A)Datalist
B)DropdownList
C)Repeater
D)DataGrid
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
16
Which of the following languages are used to write server side scripting in ASP.NET?

A)C-Sharp
B)VB
C)Both C-Sharp and VB
D)C++
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
17
By default, ASP.NET store SessionIDs in _________.

A)Cookies
B)Cache
C)Database
D)Global Variable
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is not an ASP.NET page event?

A)Init
B)Load
C)Import
D)Disposed
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
19
What class does the ASP.NET web form class inherit from by default?

A)System.Web.UI.Page
B)System.Web.UI.Form
C)System.Web.GUI.Page
D)System.Web.Form
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
20
Master pages are used to provide the code and appearance that are the same for a series of __________.

A)Content Pages
B)Base pages
C)Both A and B
D)None of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
21
Menus, TreeView and SiteMapPath controls cannot be styled with CSS
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
22
Every Server control must have an Id
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
23
Application_Start event is available in ___________.

A)Web.config
B)Local.asax
C)Global.asax
D)None of the above
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
24
Properties and Indexer are used to access which type of data members?

A)Private
B)Publi
C)C Protecte
D)D Internal
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 24 flashcards in this deck.