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. when sub objects don't load unless they are explicitly told too






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






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






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






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






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






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






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






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






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






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






12. Describes the structure that an XML document will take






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






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






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






16. Microsoft proprietary extension to SQL






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






18. An HTTP POST to the same page that the form is on.






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






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






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






22. The processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.






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






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






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






26. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






45. A framework for building service-oriented applications.






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






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






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






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






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