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 data structure that uses a hash function to map keys - to their associated values in an associative array.






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






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






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






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






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






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






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






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






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






11. To remove all breakpoints in your website






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






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






14. Microsoft proprietary extension to SQL






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






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






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






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






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






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






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






22. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






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






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






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






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






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






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






36. Describes the structure that an XML document will take






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






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






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






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






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






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






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






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






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






46. XML-based protocol for accessing a Web Service






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






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






49. A framework for building service-oriented applications.






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