Test your basic knowledge |

Asp.net Programming

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Databound control that supports automatic paging - sorting - editing - deleting - and selecting






2. In a production environment - you should NOT leave debug=___






3. Test conducted on a complete - integrated system to evaluate the system's compliance with its specified requirements.






4. When _________ is set to Off all visitors see the full error details






5. The keyboard shortcut would you use to RESTART debugging






6. The property you use to determine number of submenu items the menu control should display






7. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet






8. This property determines whether the items in the TreeView can be collapsed or expanded






9. Contains simple fixes and self-help for less experienced users






10. This event fires right after you modify an existing record in the database (assume you are using GridView to modify the record)






11. A panel that can be shown during the execution of an asynchronous Ajax operation






12. Set the _________ property to change the symbol/text between elements of the path in a SiteMapControl






13. when sub objects don't load unless they are explicitly told too






14. A subroutine that is stored in the database and executed by calling it directly from the client






15. A language for describing web services and how to access them.






16. A panel that can be shown during the execution of an asynchronous Ajax operation






17. The ASP.NET service allows you to manage user accounts in your system






18. This type of column / field within GridView in the default field for most data base types






19. Asynchronous JavaScript and XML; a combination of technologies that enable Web applications to make quick - incremental updates to the user interface without reloading the entire browser page






20. The D in CRUD stands for_______






21. Enables controls to write information to a central log location at runtime






22. Asynchronous JavaScript and XML; a combination of technologies that enable Web applications to make quick - incremental updates to the user interface without reloading the entire browser page






23. In a sitemap file - the name of the attribute which you use to specify text that will be displayed when the user hovers over a particular Menu / Tree view element in the browser






24. Submits data to be processed. The data is included in the body of the request. This may result in the creation of a new resource or the updates of existing resources or both






25. When an exception occurs - the remainder of the code in the ____ block is skipped






26. Enables nested components to add script and service references to pages when a ScriptManager control is already defined in a parent element.






27. A debugging window where you can test expressions while the page is running






28. This security concept allows a website to confirm you are who you say you are






29. Session["CustId"]=tbxCustomerName.Contents is a _____ error






30. SQL data type that corresponds the .NET double data type






31. XML-based a protocol for accessing a Web Service






32. The property you set to true within CommandField to enable Selection






33. Microsoft's source control software package oriented towards small software development projects.






34. Kind of database you are most likely to encounter when using ASP.NET






35. The control allows you to display different data to different types of users






36. The control can I use to find out the user's name






37. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements






38. A set of components which can be invoked - and whose interface descriptions can be published and discovered






39. A popular JavaScript framework that simplifies working with the DOM - visual effects - event handling - and AJAX






40. Allow the definition of a class - struct - or interface to be split into multiple files






41. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute






42. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.






43. XML-based protocol for accessing a Web Service






44. Control that helps create flicker-free pages by only updating content defined within its ContentTemplate element






45. A set of ASP.NET controls that enable you to validate user input on the client and server-side.






46. A block of content that can be reused in pages (master pages - pages - and other user controls).






47. Describes the structure that an XML document will take






48. The persistence of property values across postbacks






49. The name of tag you use to define the error page (or pages) you want to show - within web.config






50. A way to let the development team know what needs to be fixed. Contains severity level - status - date - and comments.