Which of the following is an advantage of using Web graphics found on the Web?

a. There is a vast source of graphics
b. You don’t lose resolution when transferring to your computer
c. Pictures are already digitized
d. All of the above


d. All of the above

Computer Science & Information Technology

You might also like to view...

Which of the following code fragments gives a random double value between 2 and 5 inclusive? You can assume that the random number seed has been set and any needed definitions and initializations have been made.

a. 3.0*rand() + 2 b. 3.0*(RAND_MAX-rand())/RAND_MAX + 2 c. ((RAND_MAX-rand())/static_cast(RAND_MAX))*3 + 2 d. (RAND_MAX-rand())/static_cast(RAND_MAX)*5 -2 e. rand()/static_cast(RAND_MAX)*2 + 3

Computer Science & Information Technology

The ____ refers to how long a project should take.

a. mockup b. project scope c. comp d. deliverables

Computer Science & Information Technology

What statement regarding virtual disk types is accurate?

A. A fixed size virtual disk does not immediately allocate the configured size of the disk. B. A fixed size virtual disk has reduced performance in comparison to a dynamic disk. C. A dynamic disk does not immediately allocate the configured size of the disk. D. A dynamic disk is only suitable for hosts with large amounts of storage to accommodate their size.

Computer Science & Information Technology

The ____ command on the File menu quits Dreamweaver and closes all open windows.

A. Close B. Exit C. Quit D. End

Computer Science & Information Technology