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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






16. The D in CRUD stands for_______






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






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






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






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






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






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






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






24. JavaScript syntax for storing and exchanging text information






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






26. XML-based protocol for accessing a Web Service






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






46. A framework for building service-oriented applications.






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






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






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






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