A reference line is keyed is one blank line below the ____.
A. date
B. letter address
C. salutation
D. subject line
Answer: B
You might also like to view...
A(n) _________________ is an object that has methods that allow you to process a collection of items one at a time.
a) iterator b) loop c) conditional d) palindrome e) nested loop
An adjustable array is:
A. an array whose elements are adjustable based upon exceptions B. a static array C. an array that can be adjusted to be a static array or a dynamic array, whichever is more important at the time D. an array whose size can change depending upon the number of elements it stores
SMTP, POP3 and IMAP are default ports for ________
Fill in the blank(s) with correct word
Case 8-2 Another colleague shares the following code with you: Dim strEmployees(50) As String ' Later in the code ReDim strEmployees(65). Which of the following lines could replace the line at the bottom of the code in the sample and retain the data in the elements 0 through 50?
A. ReDim Retain strEmployees(65) B. ReDim Reserve strEmployees(65) C. ReDim Restore strEmployees(65) D. ReDim Preserve strEmployees(65)