Advanced Web Programming MCQ's With Answers
AWP UNIT 5 MCQ's
1. Which namespace allows us to Form Authentication ?
- System.Web.Ui.Forms.Security
- System.Web.Security
- System.Web.Configuration
- System.Web.Authentication
Ans : System.Web.Security
2. _________ tag is used to include the user lists for windows authentication.
- < authentiation>
- < credentials>
- < identity>
- < authorization>
Ans : < authorization>
3. ________ control detects the user's authentication state and toggles the state of a link to log in to or log out of a Web site.
- Login
- LoginName
- LoginView
- LoginStatus
Ans : LoginStatus
4. Which view is provide by LoginView control?
- Anonymous template
- View template
- User template
- Admin template
Ans : Anonymous template
5. Which of the following is not an event fired by Login control?
- LoggedIn
- LoginError
- LoggingIn
- LoginStatus
Ans : LoginStatus
6. __________ is the default authentication mode in Asp.Net.
- Form Authentication
- Windows Authentication
- Passport Authentication
- Profile Authentication
Ans : Windows Authentication
7. AJAX is an acronym for______________.
- Asynchronous JavaScript and XML
- Allochronic Jif and XML
- Asynchronous Java and XML
- Asymmetrical JScript and XML
Ans : Asynchronous JavaScript and XML
8. Which of the following is not an AJAX extension control in Visual Web Developer?
- UpdateProgress
- Timer
- UpdatePanel
- ReportViewer
Ans : ReportViewer
9. The Triggers collection of UpdatePanel contains ______________.
- AsyncTrigger
- AsyncPostBackTrigger
- PostBackAsyncTrigger
- UpdateTrigger
Ans : AsyncPostBackTrigger
10. There can only one _____________ control in an Ajax enabled web page.
- Timer
- ScriptManager
- UpdateProgress
- Calendar
Ans : ScriptManager
11. If RenderMode property of UpdatePanel is set to _____________ , then it renders itself as a <div>.
- Block
- Inline
- span
- div
Ans : Block
12. The ______________ event occurs when the number of milliseconds specified in the Interval property of a Timer has elapsed.
- Command
- CheckedChanged
- PreRender
- Tick
Ans : Tick
13. ____________ control provides a wait message showing that the last request is still being processed.
- UpdatePanel
- AdRotator
- UpdateProgress
- Timer
Ans : UpdateProgress
14. Contentment Late is a property of _______________.
- Calendar
- UpdatePanel
- Panel
- DropDownList
Ans : UpdatePanel
15. ______________ controls helps in flicker-free page rendering.
- Dynamic Data
- Navigation
- AJAX
- Rich Controls
Ans : AJAX
16. Which of the following is XML comment style?
- <!-- This is a comment -->
- <%-- comments here --%>
- // comment here
- /* comment here */
Ans : <!-- This is a comment -->
17. XMLTextWriter class is present in ________________ namespace.
- System.Xml.Xsl
- System.Xml.Linq
- System.Xml
- System.Web
Ans : System.Xml
18. Which of the following is not a valid enumerator of XmlNodeType?
- Attribute
- Document
- Text
- String
Ans : String
19. _____________ control is used to display an XML document.
- Xml control
- Label Control
- GridView
- FormView
Ans : Xml control
20. _________ is the standard style sheet language for transforming XML.
- CSS
- XSLT
- DSSSL
- Stylus
Ans : XSLT
21. Which of the following is not correct for XML File?
- highly structured
- self-describing
- suitable for the exchange of data across the Internet
- XML is extensible
Ans : highly structured
22. Which of the following is not a property of Xml web control?
- DocumentContent
- DocumentSource
- TransformSource
- DocumentPath
Ans : DocumentPath
23. What is the full form of XML?
- Extensible markup language
- Expandable markup language
- Expandable marker language
- Extensible modern language
Ans : Extensible markup language
Post a Comment