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. The name of tag you use to define the error page (or pages) you want to show - within web.config






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






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






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






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






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






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






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






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






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






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






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






13. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






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






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. A data structure that uses a hash function to map keys - to their associated values in an associative array.






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. An automatic way to associate page events and methods - no explicit Handles clause or delegate is needed






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






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






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






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






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






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






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






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






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






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






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






37. Test conducted to determine if the requirements of a specification or contract are met. Business Analysts play the role of the end-users.






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






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






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






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






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






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






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






45. A framework for building service-oriented applications.






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






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






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






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






50. The persistence of property values across postbacks