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. The D in CRUD stands for_______






2. Controls used to retrieve data from a data source; that data is offered to data-bound controls






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






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






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






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






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






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






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






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






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






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






13. Describes the structure that an XML document will take






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






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






16. To remove all breakpoints in your website






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






41. JavaScript syntax for storing and exchanging text information






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






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






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






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






46. A static method that is defined in a web page and can be called from client script






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






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






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