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

1. Free clip art works well for business use because it is economical.
2. Free clip art images may contain spyware or viruses.
3. For published clip art, even if you cannot track it to its original source, it is likely safe to use.
4. A desirable attribute of clip art is the transparent background.
5. Each color you create in clip art becomes a new path or shape, at least temporarily until the image is flattened and prepared for distribution.


1. False
2. True
3. False
4. True
5. True

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1-1Maxwell made a presentation to his class about the importance of computer memory. After his presentation was over, he was asked several questions. Select the best answer for each question. When you start a program, it is loaded from a disk into _____?

A. ROM B. the microprocessor C. RAM D. the arithmetic-logic unit

Computer Science & Information Technology

A(n) ________ provides a color-coordinated set of design elements including font, color, and special effects

Fill in the blank(s) with correct word

Computer Science & Information Technology

The ________ is normally located in the lower-left desktop corner and is used to access files, obtain help, launch applications, and add/remove hardware

A) Start button B) Taskbar C) Notification area D) Recycle Bin

Computer Science & Information Technology

Given the following method from the class LinkedBag What does this method do?

template bool LinkedBag::doSomething(const ItemType& anEntry) const { return (getPointerTo(anEntry) != nullptr); } a. setItem b. contains c. isEmpty d. destructor

Computer Science & Information Technology