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.
-An application uses the posterFrame.txt sequential access file to display all of the poster frames in a list box.You need to use the list box to select and remove any poster frames that are 16x20.Which of the following statements determines if a line is selected in the list box?
A) if lstPosters.SelectedIndex <> -1 Then
B) if lstPosters.Selected <> -1 Then
C) if lstPosters.SelectedIndex = -1 Then
D) if lstPosters.Selected = -1 Then
Correct Answer:

Verified
Correct Answer:
Verified
Q36: You can use the _ to open
Q37: In the syntax for the PadLeft method,_
Q38: The Peek method,looks ahead into the file
Q39: To access a member of a structure
Q40: Programmers refer to a sequence of characters
Q42: You should use the _ method to
Q43: In Visual Basic,you use a(n)_ to write
Q44: Case 1 - Frames Unlimited<br>Frames Unlimited is
Q45: You cannot include an array in a
Q46: Write the statement that would remove the