Tap ENTER _____ times after the date before keying the letter address.

A. 1
B. 2
C. 3
D. 4


Answer: B

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

``` #include using namespace std; void f1(int x, int &y, int *z) { x++; y++; (*z)++; } int main() { int i = 1, j = 1, k = 1; f1(i, j, &k); cout << "i is " << i << endl; cout << "j is " << j << endl; cout << "k is " << k << endl; return 0; } ```

Computer Science & Information Technology

Which of the following moves desktop settings and applications from one computer to another?

A. ImageX B. User State Migration Tool (USMT) C. Application Compatibility Toolkit D. Windows PE

Computer Science & Information Technology

When creating a table with four columns, the size of each column will:

A) depend on the font of the paragraph above. B) be 110 pts wide. C) be 1 inch wide. D) be of equal width.

Computer Science & Information Technology

A(n) ____________________ filename is how the operating system knows the file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology