Sie sind auf Seite 1von 3

QUESTION BANK (ASP)

1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. What are Active Server Pages Why ASP is called Dynamic? What are different parts of ASP (programmatic code and embedded HTML)? What is difference between client side scripting and server side scripting Explain the client- server model What tools or s/w are needed to run an ASP page Difference between virtual address and physical address, root address Write a short note on a. Personal Web Server b. Internet Information Server Can we use ASP without IIS or PWS? If yes how What do you mean by Localhost and virtual directory Different editors used for creating ASP pages what are the advantages and disadvantages of using Notepad Is there any way to view the output of an ASP page without having a Web Server Installed What are different versions of ASP? Explain the difference between them Can we create an ASP page using Java Script as scripting language What is the shortcut to write Response.Write How comments are written in Vbscript What do you mean by Line Continution Character Explain the ASP process and ASP architecture What are different stages of ASP process Can server side scripting and client side scripting coexist What are the benefits of using server side scripting instead of client side scripting What are variant variables Why we use Explicit Declaration in VBScript. Explain with example How you declare and use arrays in VBScript What do you mean by concatenation operator Comparison and logical operators What do you mean by precision of floating points What are control structure give Explain syntax What are functions? Explain Functions with different number of arguments What is Typecasting and why should I Typecast? What are built in Functions? Explain Following a. Math Functions b. Date Functions c. String Functions

32. 33. 34. 35. 36. 37.

What are different six built in objects of ASP. Explain What do you mean by collections What do you mean by term instantiation What are events in ASP? Explain Why object oriented programming is so popular What will happen if I use Request (name) without any property or method name? How the element name is searched? 38. What is the Response object 39. How Web Server send HTML to the browser

40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64. 65. 66. 67. 68. 69. 70. 71. 72. 73. 74. 75. 76. 77.

78. 79. 80. 81. 82. 83.

What do you mean by buffering of pages. What is difference between Response.Clear, Response.End and Response.Flush What are different ways to send the user to another page What are cookies? Explain with example What is difference between Server.Execute and Response.Redirect What is querystring What is difference between GET and POST method What are different ways of reading Form values from an ASP page (QueryString collection and Form collection) Do Different browsers display forms differently Retrieving values from Radio Buttons and Check Boxes What happens if multiple text boxes or list boxes have non-unique NAME properties What are HTTP headers? How can we access the HTTP headers Why ServerVariables collection is used Explain different HTTP headers used in ASP. What are cookies? How to read cookies using the Request Object How to write cookies using the Response Object What are advantages and disadvantages of using cookies How many cookies should I save on the clients computer What type of information are cookies used to store most often? What are different ways of maintaining Persistent Information on the Web Why there is need to Maintain State Explain the Session Object and what are session variables Explain the Application Object and what are Application variables What are pitfalls of Application Object and Session Object What is the significance of SessionID in session object Explain Session.Timeout How you will do locking of Application variables. Why locking is needed What are different properties, methods and Event Handlers of Application and Session Object (Session_OnStart, Session_OnEnd, Application_OnEnd, Application_OnStart) What is way of initializing Application and Session Variables Creating a Global.asa File. Why create Global.asa file Explain Server Object with properties methods and events What are different ways of Redirecting users (Server.Execute and Server.Transfer) What is the way of including particular file in to an ASP page What are Relational Databases and Flat-File databases system Explain different five methods of data saving Why we use database. Explain the following terms and difference between them a. ADO b. RDO c. OLEDB d. ODBC What are ADO objects? Explain the different components of ADO object What are different steps of accessing databases What are different ways of connecting a particular databases in an ASP page Where we use DSN-less connection Where we use DSN connection Explain the following objects with their properties, methods a. RecordSet Object

b. Connection Object c. Command Object 84. Why we use adovbs. Inc file 85. Inserting, Updating and deleting Database records 86. Explain the following terms a. Cursors and their types b. Locking c. Command type 87. 88. 89. 90. What is difference between implicit and explicit connections Which is faster: DSN or DSN less Connection What is the alternative to include adovbs.inc What do you mean by a. Optimistic locking type b. Pessimistic locking type What happens if I make changes to a record and never call Update? Accessing Database using fields collection What methods are used for moving between different records How can we count records in a Databases

91. 92. 93. 94.

Das könnte Ihnen auch gefallen