Questions
Which of the following objects maintains information for the life of an application?
- Session object
- Dictionary object
- Voting
- Application object
Which method of response object outputs the contents of the page buffer immediately but it does not stop processing the rest of the page?
- End
- Clear
- Flush
- None of these
Which of the following types of cursors in ASP allows you to move through a recordset and reflects all changes made by another user?
- adOpenForwardOnly
- adOpenStatic
- adOpenDynamic
- None of these
Which parameter of CreateTextFile method specifies the path of file to be created?
- Overwrite
- Unicode
- FileSpecifier
- None of these
Which of the following File Access components in ASP is used for reading from and writing to a file?
- FileSystem object
- TextStream
- Folder
- File
Which of the following text files is used to record the activities of the visitors to your site?
- Store HTML Form Data
- Create a Custom Log
- Store tip of the Day
- None of these
Which of the following methods of TextStream method reads the specified number of characters from the text file?
- Read(<character>)
- Write(<string>)
- Read
- ReadLine
____________ component of ASP provides communication with a database.
- Request object
- Server object
- Active databse
- Content linking
Which of the following properties of recordset object in ASP indicates that the current record postion is after the last record in a recordset?
- BOF
- EOF
- RecordCount
- None of these
____________ are the tools used to communicate with the server's environment and system.
- Components and objects
- Request and response
- Properties
- None of these
Which of the following server variables describes a virtual path to the script being executed?
- PATH_TRANSLATED
- SCRIPT_NAME
- REMOTE_ADDR
- SERVER_PORT
Which property of TextStream object indicates when the end of a particular line in a text file is reached?
- AtEndOfLine
- AtEndOfStream
- Column
- Line
_________ are used to exchange bits of information between different web pages.
- Query strings
- Form
- HTMLEncode
- None of these
________ method of TextStream object is used to write the given string to a text file and adds a newline character.
- Write(<string>)
- WriteLine(<string>)
- WriteBlankLine(<number of lines>)
- Close
_________ method skips the specified number of characters in an open file.
- SkipLine
- Skip(<characters>)
- Close
- None of these