You can use _____ types of graphics to enhance documents created with Microsoft Word.

A. one
B. three
C. two
D. many

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following is the next step a router performs on startup after it has loaded an IOS image and transferred control to the IOS image?

A) It performs a POST process. B) It copies a bootstrap program from ROM to RAM and runs it. C) It decides which IOS image to load into RAM and loads the OS. D) It finds the startup-config file and loads it into RAM as the running-config.

Computer Science & Information Technology

After the following code executes, what is the output if user enters 0?

``` int x = -1; cout << "Enter a 0 or 1: "; cin >> x; if (c) cout << "true" << endl; else cout << "false" << endl; ``` a. nothing will be displayed b. false c. x d. true e. 0

Computer Science & Information Technology