Multiple Choice
Case 1 - Frames Unlimited
Frames Unlimited is a wholesale picture and poster frame business. Frame data is stored in sequential access files that contain four columns: item number, item name, size, and price.
-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 ____.
A) declare a StreamWriter variable for the output file
B) open the pictureFrame57.txt file for output using the CreateText method
C) declare a StreamReader variable for the input file
D) open the pictureFrame.txt file
Correct Answer:

Verified
Correct Answer:
Verified
Q28: Describe two advantages to programmers of using
Q29: Write the statement that would write two
Q30: Which of the following statements will write
Q31: After declaring a StreamReader variable,you can use
Q32: An application contains the Structure statement shown
Q34: A(n)_ is defined as a sequence (stream)of
Q35: Case 1 - Frames Unlimited<br>Frames Unlimited is
Q36: You can use the _ to open
Q37: In the syntax for the PadLeft method,_
Q38: The Peek method,looks ahead into the file