Visual Basic - Study Mode
[#326] Specifying the number of decimal places and special characters to display in a number is called as . . . . . . . .
Correct Answer
(B) Formatting
[#327] Passing a variable's address is referred to as . . . . . . . .
Correct Answer
(C) Pass by reference
[#328] Which is an easier alternative of multiple-alternative selection structure?
Correct Answer
(C) Select case Statement
[#329] The . . . . . . . . is used to code both pretest and posttest loops.
Correct Answer
(A) Do loop statement
[#330] A button's . . . . . . . . event is used to run code.
Correct Answer
(C) Click