The Background Eraser samples the color in the center of the mouse pointer, which is called the ____.

a. color spot .
b. swatch
c. sampling spot
d. hot spot


d. hot spot

Computer Science & Information Technology

You might also like to view...

A class's responsibilities include __________.

a. the things a class is responsible for knowing b. the things a class is responsible for doing c. both of these d. neither of these

Computer Science & Information Technology

Suppose class Child is derived from class Parent that was in turn derived from class GrandParent. This question concerns order of calls to constructors and destructors for these three classes. Declare an object of class Child. We know that Child, Parent and GrandParent constructors are called. In what order are these constructors are called? When the time comes to destroy the class Child object, we know that Child, Parent and GrandParent destructors are called. In what order are these destructor called?

What will be an ideal response?

Computer Science & Information Technology

The ____ functions return the file position marker’s offset value.

a. offset() b. where() c. seek() d. tell()

Computer Science & Information Technology

There are two primary types of procedures which are supported by Visual Basic: a Sub procedure and a ________ procedure

A) Virtual B) Prime C) Function D) Base

Computer Science & Information Technology