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 that display and edit data in the user interface






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






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






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






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






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






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






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






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






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






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






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






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






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






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






17. A Web Debugging Proxy which logs all HTTP traffic between a computer and the Internet






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






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






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






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






22. Microsoft proprietary extension to SQL






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






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






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. To discard old trace records when the maximum number of trace requests are reached - use ______ attribute






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






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






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






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






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






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






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






34. JavaScript syntax for storing and exchanging text information






35. XML-based protocol for accessing a Web Service






36. An open-source application security project.






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






38. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






46. Describes the structure that an XML document will take






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






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






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






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