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 site map will match structure of a website if ______ structure mirrors the physical folder structure






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






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






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






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






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






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






8. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






16. Submits data to be processed. The data is included in the body of the request. This may result in the creation of a new resource or the updates of existing resources or both






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






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






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






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






21. Microsoft proprietary extension to SQL






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






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






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






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






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






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






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






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






30. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet






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






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






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






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






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






36. To remove all breakpoints in your website






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






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






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






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






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






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






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






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






45. An open-source application security project.






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






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






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






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






50. XML-based protocol for accessing a Web Service