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. ________ allows you to display multiple records - supports data grouping - but does not allow you to insert records in the underlying data directly nor does it natively support paging






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






3. A static method that is defined in a web page and can be called from client script






4. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.






5. 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






6. XML-based protocol for accessing a Web Service






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






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






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






10. The keyboard shortcut would you use to RESTART debugging






11. Describes the structure that an XML document will take






12. Code in the ______ block is always fired - irrespective of whether an exception occurred or not






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






14. 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






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






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






17. Data is added to the requested address for a page. That data can be retrieved using the QueryString property Should be used for retrieval only






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






19. Microsoft proprietary extension to SQL






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






21. ________ allows you to display multiple records - supports paging natively - but does not allow you to insert records in the underlying data directly






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






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






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






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






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






27. Methods that can be called over the Internet by other applications






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






29. The D in CRUD stands for_______






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






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






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






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






34. Enables assemblies that are used in an application domain to be updated without unloading the application domain






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






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






37. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.






38. A directory service where businesses can register and search for Web services.






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






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






41. When attached to a public method it indicates that you want the method exposed as part of the XML Web service.






42. An approach for getting information content from a Web site by reading a designated Web page that contains an XML file that describes and includes the desired content






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






44. The persistence of property values across postbacks






45. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.






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






47. If you want to sort the output based on price (with most expensive item first) - what clause should you use?






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






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






50. To send the user to a new page - without modifying the client's address bar - Use _______