Multiple Choice
Case-Based Critical Thinking Questions 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
Q3: Which of the following statements will close
Q4: Programmers use structure variables to store related
Q26: The members of a structure can be
Q29: Write the statement that would write two
Q32: An application contains the Structure statement shown
Q38: The Peek method,looks ahead into the file
Q42: An application contains the Structure statement shown
Q49: Write a Structure statement that defines a
Q50: Which of the following opens the employee.txt
Q52: Which of the following statements will read