Audiences generally focus first on the ____ displayed on a slide.

A. links
B. text
C. visual elements
D. colors


Answer: C

Computer Science & Information Technology

You might also like to view...

How many times will the following for loop be executed?

``` for (int count = 10; count <= 21; count++) System.out.println("Java is great!"); ``` a. 0 b. 12 c. 10 d. 11

Computer Science & Information Technology

A file server uses caching, and achieves a hit rate of 80%. File operations in the server cost 5 ms of CPU time when the server finds the requested block in the cache, and take an additional 15 ms of disk I/O time otherwise. Explaining any assumptions you make, estimate the server’s throughput capacity (average requests/sec) if it is: i) single-threaded; ii) two-threaded, running on a single processor; iii) two-threaded, running on a two-processor computer.

What will be an ideal response?

Computer Science & Information Technology

Answer the following statement(s) true (T) or false (F)

1. As shown in the accompanying figure, a partially locked layer displays a hollow lock.

2. The transparency of the Background layer cannot be changed.
3. Pixel masks are resolution independent.
4. After clicking the Clone Stamp Tool button on the Tools panel, you press and hold CTRL while clicking in the portion of the picture that you wish to copy.
5. Flattening composite images increase the file size.

Computer Science & Information Technology

A(n) ____________________ refers to a program that is running in memory and on the CPU.

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

Computer Science & Information Technology