When the button at the bottom of the Tools panel in the accompanying figure is not selected, you are in ____ mode.

a. object drawing
b. destructive
c. selection
d. merge


d. merge

Computer Science & Information Technology

You might also like to view...

Which of the following statements is not a general inheritance practice that you should keep in mind in the design of a program?

a) Derived classes should have an “is-a” relationship with the parent classes. b) Use the final key word when defining parent classes. c) Avoid shadowing inherited variables when possible. d) Define abstract classes to specify a common class interface for concrete derived classes. e) All of these are general inheritance practices that should be considered when designing a program.

Computer Science & Information Technology

What is gained by writing an interface to a Queue ADT (Abstract Data Type), as opposed to simply writing a Queue class, to solve a problem.

What will be an ideal response?

Computer Science & Information Technology

How do you kill process 1648? How do you kill all processes running kmail? In which instances do you need to work with root privileges?

What will be an ideal response?

Computer Science & Information Technology

C++'s cin does not require the address operator needed for C's scanf() function.

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

Computer Science & Information Technology