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.
-Which of the following statements should be used first when opening the input file?
A) If IO.File.Exists("pictureFrame57.txt") Then
B) If IO.File.Exists("pictureFrame.txt") Then
C) inFile = IO.File.OpenText("pictureFrame57.txt")
D) inFile = IO.File.OpenText("pictureFrame.txt")
Correct Answer:

Verified
Correct Answer:
Verified
Q9: Variables declared using a structure are often
Q10: Which of the following can be used
Q11: The _ method writes a newline character
Q12: Files that are read by the computer
Q13: When you pass a structure variable to
Q15: Most programmers use the Structure statement,rather than
Q16: Write a Do clause that reads each
Q17: Write a Structure statement that defines a
Q18: Write the code to declare a variable
Q19: Assume that the variable amount contains the