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.
Which of the following statements removes the selected line in the list box?
A) lstPosters.Items.DeleteAt(lstPosters.SelectedIndex)
B) lstPosters.Items.Remove(5)
C) lstPosters.Items.Remove("16x20")
D) lstPosters.Items.RemoveAt(lstPosters.SelectedIndex)
Correct Answer:

Verified
Correct Answer:
Verified
Q13: When you pass a structure variable to
Q22: You can use the Strings.Space method to
Q31: After declaring a StreamReader variable,you can use
Q36: You can use the _ to open
Q37: In the syntax for the PadLeft method,_
Q46: Write the statement that would remove the
Q51: Write an If clause that determines whether
Q52: Case-Based Critical Thinking Questions Case 1 -
Q59: You reserve memory locations by declaring a
Q60: Problems - Correcting Logic and Code Errors