Visual Basic - Study Mode
[#426] the . . . . . . . .is a term commonly used in the programming world to describe the interface and environment that we use to create our applications.
Correct Answer
(A) ide
[#427] A control's border is determined by . . . . . . . . property.
Correct Answer
(C) BorderStyle
[#428] The Char data type can store . . . . . . . .
Correct Answer
(A) One Unicode character
[#429] Each of the options on the submenu are referred to as . . . . . . . .
Correct Answer
(B) Submenu items
[#430] Which of the following declares a five-element one-dimensional array?
Correct Answer
(D) Dim dblAmounts() As Double={3.55, 6.70, 8, 4, 2.34,1.45}