Which of the following is NOT used to refer to a group of instructions in Visual Basic?
A) sub B) procedure C) block D) sub procedure
C
You might also like to view...
What is the value of x after execution of the following code?
int x, y, z; y = 3; z = 4; x = pow (z, y); a) 7 b) 12 c) 64 d) 81
What process group within the ISO 12207 standard consists of the traditional development lifecycle process activities?
A. Project enabling B. Software implementation C. Quality assurance D. Software integration
The StreamWriter's CreateText method will _____________.
a. create a new file or replace an existing one b. append text at the end of the existing file c. insert text at the beginning of the file d. maintain the data for an existing file
The ________ is automatically cleared once you select "Where" because Access cannot display a field when it is included in an aggregate function
Fill in the blank(s) with correct word