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. Enables controls to write information to a central log location at runtime






2. The persistence of property values across postbacks






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






41. integrated source control - issue tracking - and process management for development teams.






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






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






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






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






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






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






48. The keyboard shortcut would you use to RESTART debugging






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






50. A framework for building service-oriented applications.