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. Users will need reauthenticate each time they close and reopen the browser if this property is set to false.






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






4. Describes the structure that an XML document will take






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






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






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






8. Microsoft proprietary extension to SQL






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






10. The keyboard shortcut would you use to RESTART debugging






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






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






13. To remove all breakpoints in your website






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






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






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






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






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






19. A directory service where businesses can register and search for Web services.






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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