The CreateGraphics method can be called on ________ to initialize the Graphics object.

a) a Graphics object
b) a CreateGraphics object
c) the Form
d) the object on which you wish to draw
e) None of the above.


c) the Form

Computer Science & Information Technology

You might also like to view...

In a vector, which of the following statements is true?

a) Indexing vector access is range checked. b) The range of legal index values for a vector is 0 to the value of v.size()-1 c) To add a value use the member function v.push_front( ) d) To manage size of reserve use v.reserve(newReserve) e) To increase or decrease a vector’s size v.new_size(newSize);

Computer Science & Information Technology

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

1. All information that is to be processed by a computer must first be entered into memory via an input device. 2. A list of instructions provided to the computer is called a program. 3. Once a program is stored in memory, the control unit can execute this program, fetching then executing one instruction at a time. 4. A floppy disk cannot be removed from its disk drive; therefore, you cannot buy extra floppy disks to insert into a floppy disk drive. 5. Just like a large term paper, complex programs require substantial planning and organization before any substantial writing should be done.

Computer Science & Information Technology

________ is the process of specifying the appearance of cells or overall layout of a worksheet

A) Formatting B) Designing C) Selecting a theme D) Applying a style

Computer Science & Information Technology

Match the IM program with its description

I. Windows Messenger A. A free, Web-based proprietary program II. Google Talk B. Logs all conversations by default in a .dat file III. AIM C. Installed by default on most Windows systems IV. ICQ D. Chats are saved in the Personal Filing Cabinet

Computer Science & Information Technology