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. Contains simple fixes and self-help for less experienced users






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






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






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






5. To remove all breakpoints in your website






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






7. JavaScript syntax for storing and exchanging text information






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






32. A framework for building service-oriented applications.






33. Describes the structure that an XML document will take






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






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






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






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






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






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






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






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






42. XML-based protocol for accessing a Web Service






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






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






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






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






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






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






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






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