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. Session["CustId"]=tbxCustomerName.Contents is a _____ error






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






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






4. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute






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






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






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






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






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






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






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






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






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






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






15. The persistence of property values across postbacks






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






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






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






19. XML-based protocol for accessing a Web Service






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






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






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






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






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






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






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






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






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






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






30. An open-source application security project.






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






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






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






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. A set of components which can be invoked - and whose interface descriptions can be published and discovered






36. A join that returns records from related tables only if their related fields match is called






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






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






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






40. The D in CRUD stands for_______






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






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






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






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






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






46. Describes the structure that an XML document will take






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






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






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






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