If your default email client is ________, you can send a presentation file directly from PowerPoint

Fill in the blank(s) with correct word


Outlook

Computer Science & Information Technology

You might also like to view...

____________________ files can be saved with either the .html or .htm file extension.

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

Computer Science & Information Technology

Which of the following return codes for HTTP requests means that the file could not be found?

A) 404 B) 420 C) 80 D) 443

Computer Science & Information Technology

If you wish to quickly apply a color scheme to an entire set of rows and columns in Excel, you should apply a ________ style.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Assuming a linked list of n nodes, the C++ statements

Node *cur = head; while (cur != null) { cout << curr->item << endl; cur = cur->next; } // end while require ______ assignment(s). a. n b. n – 1 c. n + 1 d. 1

Computer Science & Information Technology