The ________ command prevents a slide master from accidentally being deleted

A) Save Layout B) Preserve C) Edit Master D) Keep


B

Computer Science & Information Technology

You might also like to view...

The field you use for the primary key should have a checkmark in the _____ box.

A. Required B. Indexed C. Validated D. Unique

Computer Science & Information Technology

Enterprise database applications tend to have some flexibility for customization.

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

Computer Science & Information Technology

Which of the following commands is used to add a method to a prototype.

A. objName.prototype.function = method; B. objName.prototype.method = function; C. objClass.prototype.method = function; D. objInstance.prototype.function = method;

Computer Science & Information Technology

class secretType{public:  static int count;  static int z;  secretType();  secretType(int a);  void print();  static void incrementY();private:  int x;  static int y;};secretType::secretType(){  x = 1;}secretType::secretType(int a){  x = a;}void secretType::print(){  cout

A. none B. one C. two D. three

Computer Science & Information Technology