You can add and remove colors from a gradient.

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


True

Computer Science & Information Technology

You might also like to view...

What is the effect of the following code fragment?

``` for ( int i = 0; i < MAX_SIZE; ++i ) list2[MAX_SIZE - i - 1] = list1[i]; ``` a. stores in list2 one less than each corresponding element of list1 b. stores in list2 the elements of list1 arranged in ascending order c. stores in list2 the elements of list1 arranged in descending order d. stores in list2 the reverse of list1

Computer Science & Information Technology

A Communications Controller in SNA is responsible for

a. controlling communications links b. routing data in the network c. connecting directly to the Host Processor d. all of the above

Computer Science & Information Technology

To save a document as a Web page, you should click the FILE tab, click Save As, specify the drive, folder, and the file name, then select _____ from the Save as type list, and, finally click the Save button.

A. Internet Page B. HTML C. Web Page D. Web File

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Windows has no way to support the encryption of entire volumes. 2) Cache memory reduces average memory access time by exploiting the principle of locality. 3) A key aspect of I/O is the use of buffers that are controlled by I/O utilities rather than by application processes. 4) Two of the most widely used approaches to improve disk I/O performance are disk scheduling and disk cache. 5) In the C-SCAN disk scheduling algorithm, the disk arm is required to move in one direction only until it reaches the last track or there are no more requests to service in that direction, then it reverses direction and the scan proceeds in the opposite direction in the same fashion.

Computer Science & Information Technology