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 processing steps for an ASP.NET page. Includes initialization - instantiating controls - restoring and maintaining state - running event handler code - and rendering.






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






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






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






5. If the value of passwordFormat is set to _______ - users cannot retrieve their original passwords






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






24. Describes the structure that an XML document will take






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






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






27. The keyboard shortcut would you use to RESTART debugging






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






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






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






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






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






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






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






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






36. Microsoft proprietary extension to SQL






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






38. JavaScript syntax for storing and exchanging text information






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






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






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






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






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






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






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






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






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






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






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






50. XML-based protocol for accessing a Web Service