The set of Visual Basic instructions that tells an object how to behave after an action by the user (such as clicking a button) is referred to as a(n) ____.
A. sub-program
B. event procedure
C. object function
D. subroutine
Answer: B
You might also like to view...
If the following pseudocode was coded and executed, what would display?
``` Declare String str = "a1b2c3d4" Declare Integer index Declare Integer num = 0 For index = 0 To length(str) - 1 If isDigit(str[index]) Then Set num = num + 1 End If End For Display num ``` a. 3 b. 0 c. 5 d. 4
When in Page Preview, the user may use ________ to increase the magnification of the document on the screen
Fill in the blank(s) with correct word
The Save As command saves an existing workbook on a disk, using its current name and save location.
Answer the following statement true (T) or false (F)
Because of the complexity of sorting algorithms, it is not possible to sort an array using pointers and pointer arithmetic.
Answer the following statement true (T) or false (F)