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






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






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






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






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






6. The D in CRUD stands for_______






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






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






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






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






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






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






13. Describes the structure that an XML document will take






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






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






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






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






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






19. To remove all breakpoints in your website






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






21. A framework for building service-oriented applications.






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






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






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






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






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






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






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






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






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






31. The property you use to determine number of submenu items the menu control should display






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






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






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






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






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






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






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






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






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






41. The type of field allows you to set up delete control within the corresponding properties window






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






43. The persistence of property values across postbacks






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






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






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






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






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






49. An open-source application security project.






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