Advanced Web Programming MCQ's | Unit 5 AWP MCQ | WaoFamHub


Advanced Web Programming MCQ's With Answers

Advanced Web Programming


AWP UNIT 5 MCQ's 

1. Which namespace allows us to Form Authentication ?

  1. System.Web.Ui.Forms.Security 
  2. System.Web.Security 
  3. System.Web.Configuration 
  4. System.Web.Authentication 

Ans : System.Web.Security

2. _________ tag is used to include the user lists for windows authentication. 

  1. < authentiation> 
  2. < credentials> 
  3. < identity> 
  4. < 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.

  1. Login 
  2. LoginName
  3. LoginView 
  4. LoginStatus 

Ans : LoginStatus

4. Which view is provide by LoginView control?

  1. Anonymous template 
  2. View template 
  3. User template 
  4. Admin template 

Ans : Anonymous template

5. Which of the following is not an event fired by Login control? 

  1. LoggedIn 
  2. LoginError 
  3. LoggingIn
  4. LoginStatus 

Ans : LoginStatus

6. __________ is the default authentication mode in Asp.Net. 

  1. Form Authentication 
  2. Windows Authentication 
  3. Passport Authentication 
  4. Profile Authentication 

Ans : Windows Authentication

7. AJAX is an acronym for______________.

  1. Asynchronous JavaScript and XML 
  2. Allochronic Jif and XML 
  3. Asynchronous Java and XML 
  4. Asymmetrical JScript and XML

Ans : Asynchronous JavaScript and XML

8. Which of the following is not an AJAX extension control in Visual Web Developer?

  1. UpdateProgress 
  2. Timer 
  3. UpdatePanel 
  4. ReportViewer 

Ans : ReportViewer

9. The Triggers collection of UpdatePanel contains ______________. 

  1. AsyncTrigger 
  2. AsyncPostBackTrigger 
  3. PostBackAsyncTrigger 
  4. UpdateTrigger 

Ans : AsyncPostBackTrigger

10. There can only one _____________ control in an Ajax enabled web page. 

  1. Timer 
  2. ScriptManager 
  3. UpdateProgress 
  4. Calendar 

Ans : ScriptManager

11. If RenderMode property of UpdatePanel is set to _____________ , then it renders itself as a <div>. 

  1. Block 
  2. Inline 
  3. span 
  4. div 

Ans : Block

12. The ______________ event occurs when the number of milliseconds specified in the Interval property of a Timer has elapsed. 

  1. Command 
  2. CheckedChanged 
  3. PreRender 
  4. Tick 

Ans : Tick

13. ____________ control provides a wait message showing that the last request is still being processed. 

  1. UpdatePanel 
  2. AdRotator 
  3. UpdateProgress 
  4. Timer 

Ans : UpdateProgress

14. Contentment Late is a property of _______________. 

  1. Calendar
  2. UpdatePanel 
  3. Panel 
  4. DropDownList 

Ans : UpdatePanel

15. ______________ controls helps in flicker-free page rendering. 

  1. Dynamic Data
  2. Navigation 
  3. AJAX 
  4. Rich Controls 

Ans : AJAX

16. Which of the following is XML comment style? 

  1. <!-- This is a comment --> 
  2. <%-- comments here --%> 
  3. // comment here 
  4. /* comment here */ 

Ans : <!-- This is a comment -->

17. XMLTextWriter class is present in ________________ namespace.

  1. System.Xml.Xsl 
  2. System.Xml.Linq 
  3. System.Xml  
  4. System.Web

Ans : System.Xml 

18. Which of the following is not a valid enumerator of XmlNodeType? 

  1. Attribute 
  2. Document 
  3. Text 
  4. String

Ans : String

19. _____________ control is used to display an XML document. 

  1. Xml control 
  2. Label Control 
  3. GridView 
  4. FormView 

Ans : Xml control 

20. _________ is the standard style sheet language for transforming XML. 

  1. CSS 
  2. XSLT 
  3. DSSSL 
  4. Stylus 

Ans : XSLT

21. Which of the following is not correct for XML File? 

  1. highly structured
  2. self-describing 
  3. suitable for the exchange of data across the Internet 
  4. XML is extensible 

Ans : highly structured

22. Which of the following is not a property of Xml web control? 

  1. DocumentContent 
  2. DocumentSource 
  3. TransformSource 
  4. DocumentPath 

Ans : DocumentPath

23. What is the full form of XML?  

  1. Extensible markup language 
  2. Expandable markup language 
  3. Expandable marker language 
  4. Extensible modern language 

Ans : Extensible markup language


Post a Comment

Previous Post Next Post