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. A subroutine that is stored in the database and executed by calling it directly from the client






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






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






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






5. Data source controls you use to bind hierarchical XML based data






6. The persistence of property values across postbacks






7. This control shows the user where they are on the site - i.e. - the path to the current location.






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






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






10. Databound control that supports automatic paging - sorting - editing - deleting - and selecting






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






12. The site map will match structure of a website if ______ structure mirrors the physical folder structure






13. A framework for building service-oriented applications.






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






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






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






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






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






19. Takes care of managing client script files and server-side Ajax behavior






20. ________ 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






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






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. When an exception occurs - the remainder of the code in the ____ block is skipped






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






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






26. An object whose state cannot be modified after it is created






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






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






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






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






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






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






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






34. Test that seeks to uncover new errors in existing functionality after changes have been made to a system - such as functional enhancements - patches - or configuration changes






35. A join that returns records from related tables only if their related fields match is called






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






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






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






39. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance






40. Takes care of managing client script files and server-side Ajax behavior






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






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






43. A data structure that uses a hash function to map keys - to their associated values in an associative array.






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






45. Microsoft proprietary extension to SQL






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






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






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






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






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