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. Controls used to retrieve data from a data source; that data is offered to data-bound controls






2. To remove all breakpoints in your website






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






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






5. XML-based protocol for accessing a Web Service






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






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






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






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






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






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






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






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






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






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






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






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






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






19. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






24. The D in CRUD stands for_______






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






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






27. The persistence of property values across postbacks






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






45. Code in the ______ block is always fired - irrespective of whether an exception occurred or not






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






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






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






49. Test performed - to determine how fast some aspect of a system performs under a particular workload. Verifies scalability - reliability and resource usage.






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