Skip to content
#2. Which one is display the date?
#3. Which one is display the time?
#4. Which one is display the date and time both?
#5. Which one display the month and name of month?
#6. Which one method display the day of current month?
#7. Which one method display the weekday?
#8. Which one method display the weekday and weekday name?
#9. Which one method count the no. of character in word?
#10. Which one method is used to display content of each field?
#12. Which one is used to save the result in file?
#13. Which one is help to know in no. of visitor?
#14. Which one method is used to return the absolute value?
#15. What are the ASP Scripting Objects?
#16. It is text file that contains details about an ASP application, such as when it should begin and end.
#17. ASP server scripts are surrounded by delimiters, which?
#18. How do you write “Hello World” in ASP
#19. “<%=" is the same as:
#20. What is the default scripting language in ASP?
#21. How can you script your ASP code in JavaScript?
#22. How do you get information from a form that is submitted using the “post” method?
#23. Page 1 has this link: Go How can page2.asp get the “color” parameter?
#24. Which ASP property is used to identify a user?
#25. All users of the same application share ONE Session object.
#26. Include files must have the file extension “.inc”
#27. What is the correct way to include the file “time.inc” ?
#28. Which one of these events is a standard Global.asa event?
#29. Global.asa is required for all Web sites
#30. Which of these objects is NOT an ASP component?
#31. ASP comes with a standard component that displays a different advertisement each time a user enters or refreshes a page, what is the name of this component?
#32. How do you create a FileSystemObject?
#33. In ASP, which command is used to create a cookie?
#34. In ASP, which command is used to retrieve a cookie value?
#35. A session ends if a user has not requested or refreshed a page in the application for a specified period. How long is this period – by default?
#36. What does XML stand for?
#37. Which ASP object is often used to retrieve user-information from forms?
#38. There is a way of describing XML data, how?
#39. Which ASP object is often used to send output to the user from the server?
#40. XML’s goal is to replace HTML
#41. What is the correct syntax of the declaration which defines the XML version?
#42. What does DTD stand for?
#43. Is this a “well formed” XML document? Tove Jani Reminder Don’t forget me this weekend!
#44. Which statement is true?
#45. Which statement is NOT true?
#46. XML preserves white spaces
#47. Is this a “well formed” XML document? Tove Jani
#48. Is this a “well formed” XML document? Tove Jani
#49. XML elements cannot be empty
#50. Which is not a correct name for an XML element?
#51. Which is a correct name for an XML element?
#52. XML attribute values must always be enclosed in quotes
#53. What does XSL stand for?
#54. What is a correct way of referring to a stylesheet called “mystyle.xsl” ?
#55. For the XML parser to ignore a certain section of your XML document, which syntax is correct?
#56. Which statement is true?
#57. What are XML entities used for?
#58. Which of the following XML fragments is well-formed?
#59. What is an XML instance?
#60. Which XML DOM object represents a node in the node tree?