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. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






20. To remove all breakpoints in your website






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






22. Controls that display and edit data in the user interface






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






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






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






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






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






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






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






30. Stores a control's essential data that must be available on postback to enable the control to function even when view state has been disabled.






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






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






33. Describes the structure that an XML document will take






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






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






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






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






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






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






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






41. responsible for ensuring that various component projects of a particular software release meet customer needs and are brought together and released on time with high quality






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






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






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






45. To link to other pages within your site use _______






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






47. Serves as a central location for network administration and security. It is responsible for authenticating and authorizing all users and computers within a network of Windows domain type.






48. Of the controls that you can use to display and edit data on your web pages - _____ is designed to show a single record at a time






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






50. The persistence of property values across postbacks