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