Exam 10: Structures and Sequential Access Files
Exam 1: An Introduction to Visual Basic 201259 Questions
Exam 2: Designing Applications57 Questions
Exam 3: Using Variables and Constants58 Questions
Exam 4: The Selection Structure57 Questions
Exam 5: More on the Selection Structure56 Questions
Exam 6: The Repetition Structure59 Questions
Exam 7: Sub and Function Procedures56 Questions
Exam 8: String Manipulation57 Questions
Exam 9: Arrays57 Questions
Exam 10: Structures and Sequential Access Files58 Questions
Exam 11: Classes and Objects58 Questions
Exam 12: Web Applications55 Questions
Exam 13: Working With Access Databases and Linq57 Questions
Exam 14: Access Databases and SQL58 Questions
Select questions type
Examples of text stored in sequential access files include an employee list,a memo,or a sales report.
(True/False)
4.9/5
(24)
Write the statement that would write two columns of text to an output file named outFile.The first column,which contains the data for the strStudentID variable,must contain nine characters.The second column contains the data for the strLastName variable.
(Essay)
4.8/5
(46)
Write the statement that would remove the item "RGT12985" from the lstPartNumber control.
(Essay)
4.8/5
(37)
You need to create a report using the pictureFrame.txt sequential access file.The report provides a list of all picture frames with a size of 5x7.The report will be saved as another sequential access file named pictureFrame57.txt.Your first step is to ____.
(Multiple Choice)
4.8/5
(31)
Variables declared using a structure are often referred to as ____.
(Multiple Choice)
4.9/5
(38)
You should use the ____ method to close a sequential access file as soon as you are finished using it.
(Multiple Choice)
4.8/5
(41)
You can use the ____ to open a sequential access file for output.
(Multiple Choice)
4.9/5
(30)
Which of the following opens the employee.txt file for output,creates a StreamWriter object,and assigns it to the outFile variable? 

(Not Answered)
This question doesn't have any answer yet
Which of the following removes the sixth item from the lstTrees control? 

(Not Answered)
This question doesn't have any answer yet
After declaring a StreamReader variable,you can use the ____ to open a sequential access file for input;doing this automatically creates a StreamReader object.
(Multiple Choice)
4.9/5
(41)
A file to which information is written is referred to as a(n)____ file.
(Multiple Choice)
4.9/5
(35)
Which of the following statements should be used first when opening the input file? 

(Not Answered)
This question doesn't have any answer yet
Which of the following declares a StreamReader variable named newFile?
(Multiple Choice)
4.9/5
(33)
Write an If clause that determines whether the sequential access file named contacts.txt exists.If the file exists,open the file.If the file does not exist,display the message "File not found" in a message box.The application is named "View Contacts".
(Essay)
4.9/5
(35)
Showing 41 - 58 of 58
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)