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. A set of components which can be invoked - and whose interface descriptions can be published and discovered






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






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






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






5. To remove all breakpoints in your website






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






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






8. JavaScript syntax for storing and exchanging text information






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






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






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






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






13. Microsoft proprietary extension to SQL






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






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






40. A set of components which can be invoked - and whose interface descriptions can be published and discovered






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






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






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






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






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






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






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






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






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






50. The D in CRUD stands for_______