Visual Basic - Study Mode

[#361] Which is used to check both the conditions in a given if statement?
Correct Answer

(B) AndAlso

[#362] A label control's . . . . . . . . property determines whether the control automatically sizes to fit its current contents.
Correct Answer

(A) AutoSize property

[#363] When the . . . . . . . . is checked, its value is set to 1 and when it is unchecked, the value is set to 0.
Correct Answer

(B) checkbox

[#364] Which event occurs each time an interval is elapsed in the timer?
Correct Answer

(A) Tick

[#365] Selection structures that can select from many alternatives are known as . . . . . . . .
Correct Answer

(B) Multiple-alternative selection structures