Visual Basic - Study Mode
[#371] Designers generally use . . . . . . . . font style and . . . . . . . . font size in an interface.
Correct Answer
(A) One, two
[#372] The . . . . . . . . is one of the controls that is used to handle graphics
Correct Answer
(A) picture box
[#373] During runtime checkbox can be selected, if a checkbox is already selected or not by using the . . . . . . . . property.
Correct Answer
(A) Checked
[#374] . . . . . . . . is the default name assigned to the label control.
Correct Answer
(B) Label1
[#375] Which of the following calculates the quarterly payment on a loan of $6000 for 3 years at 9% interest? Payments should be expressed as a negative number.
Correct Answer
(B) Financial.Pmt (0.09/4, 3*4, 6000)