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. The ASP.NET service allows you to manage user accounts in your system






2. If the value of passwordFormat is set to _______ - users cannot retrieve their original passwords






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






20. Controls used to retrieve data from a data source; that data is offered to data-bound controls






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






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






23. integrated source control - issue tracking - and process management for development teams.






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






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






26. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed






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






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






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






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






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






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






33. The keyboard shortcut would you use to RESTART debugging






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






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






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






37. A framework for building service-oriented applications.






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






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






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






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






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






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






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






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






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






47. An open-source application security project.






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






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






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