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. Technique used to store copies of data in a location that is quicker to access than the original source; in order to improve performance






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






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






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






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






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






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






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






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






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






11. XML-based protocol for accessing a Web Service






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






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. Databound control that supports automatic paging - sorting - editing - deleting - and selecting






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






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






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






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






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






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






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






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






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






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






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






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. When an exception occurs - the remainder of the code in the ____ block is skipped






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






30. To remove all breakpoints in your website






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






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






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






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






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






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






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






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






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






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






41. JavaScript syntax for storing and exchanging text information






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






43. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






49. Describes the structure that an XML document will take






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