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. A set of ASP.NET controls that enable you to validate user input on the client and server-side.






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






3. An open-source application security project.






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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. A panel that can be shown during the execution of an asynchronous Ajax operation






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






21. A framework for building service-oriented applications.






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






23. To remove all breakpoints in your website






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






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






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






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






28. Microsoft proprietary extension to SQL






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






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






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






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






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






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






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






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






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






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






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






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






41. Describes the structure that an XML document will take






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






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






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






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






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






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






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






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






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