You can define the number of points for a star graphic in which dialog box?

A. Star Inset dialog box
B. Star dialog box
C. Polygon dialog box
D. Rectangle dialog box


Answer: C

Computer Science & Information Technology

You might also like to view...

If a class called CAnimals is derived from CCircusAct, and CElephants is derived from CAnimals, which is the class declaration for CElephants?

A. class CCircusAct : public CElephants B. class CAnimals : private CElephants C. class CElephants : public CAnimals D. class CElephants : public CCircusAct

Computer Science & Information Technology

Digital signatures are used for ________ authentication.

message-by-message Both initial and message-by-message Neither initial nor message-by-message

Computer Science & Information Technology

Why would axioms be specified for an ADT.

a. to determine the cost of development b. specify the behavior of the ADT c. to determine possible uses of the ADT d. to determine which ADT should be used

Computer Science & Information Technology

A relationship where the lifetimes of parts are independent of the lifetime of the whole is best described as a(n)

a) generalization/specialization. b) composition. c) aggregation. d) association.

Computer Science & Information Technology