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. presents an HTML document as a tree structure and defines a standard way to manipulate HTML elements






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






22. An open-source application security project.






23. This property determines whether the items in the TreeView can be collapsed or expanded






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






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






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






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






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






29. The keyboard shortcut would you use to RESTART debugging






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






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






32. Describes the structure that an XML document will take






33. The control allows you to display different data to different types of users






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






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






36. JavaScript syntax for storing and exchanging text information






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






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






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






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






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






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






43. The persistence of property values across postbacks






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






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






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






47. To link to other pages within your site use _______






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






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






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