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. An object whose state cannot be modified after it is created






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






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






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






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






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






7. Microsoft proprietary extension to SQL






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






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






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






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






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






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






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






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






16. A framework for building service-oriented applications.






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






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






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






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






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






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






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






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






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






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






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






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






29. An open-source application security project.






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






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






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






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






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






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






36. JavaScript syntax for storing and exchanging text information






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






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






39. The persistence of property values across postbacks






40. XML-based protocol for accessing a Web Service






41. Enables controls to write information to a central log location at runtime






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






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






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






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






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






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






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






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






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