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 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
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
Q33: Case 1 - Frames Unlimited<br>Frames Unlimited is
Q34: A(n)_ is defined as a sequence (stream)of
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