What is meant by a "live" effect?

What will be an ideal response?


Effects are live, which means you can apply an effect command to an object and
edit it later on.

Computer Science & Information Technology

You might also like to view...

Using the Hotel schema given at the start of the Exercises at the end of Chapter 4, determine whether the following queries are semantically correct:

(a) SELECT r.type, r.price FROM Room r, Hotel h WHERE r.hotel_number = h.hotel_number AND h.hotel_name = ‘Grosvenor Hotel’ AND r.type > 100; (b) SELECT g.guestNo, g.name FROM Hotel h, Booking b, Guest g WHERE h.hotelNo = b.hotelNo AND h.hName = ‘Grosvenor Hotel’; (c) SELECT r.roomNo, h.hotelNo FROM Hotel h, Booking b, Room r WHERE h.hotelNo = b.hotelNo AND h.hotelNo = ‘H21’ AND b.roomNo = r.roomNo AND type = ‘S’ AND b.hotelNo = ‘H22’;

Computer Science & Information Technology

In the daemonize function (Figure13.1), we change the current directory to the root of the ?le system. Describe one potential problem with this approach.

What will be an ideal response?

Computer Science & Information Technology

Identify the letter of the choice that best matches the phrase or definition.

A. Refers to the intensity of color B. Refers to how dark or light a color appears C. Controls which pixels will be affected by any changes you make in the Replace Color dialog box D. Offers tools that allow you to target various areas of an image based strictly on similarity in color E. Represents the name of the color

Computer Science & Information Technology

________ is a math-based image that retains perfect clarity when edited or resized

A) WordArt B) A vector graphic C) SmartArt D) A flow chart

Computer Science & Information Technology