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. XML-based protocol for accessing a Web Service






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






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






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






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






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






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






8. Describes the structure that an XML document will take






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






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






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






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






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






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






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






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






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






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






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






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






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






22. The persistence of property values across postbacks






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






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






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






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






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






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






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






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






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






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






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






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






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. XML-based a protocol for accessing a Web Service






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






38. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






45. Data source controls you use to bind hierarchical XML based data






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






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






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






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






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