Method set_mode returns a pygame_______ object, which is a blank canvas onto which the program draws the game.

a) Rect.
b) Surface.
c) Canvas.
d) None of the above.


b) Surface.

Computer Science & Information Technology

You might also like to view...

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

1. Every programmer must know all the details of what that programmer's team mates are doing in their projects to do the work assigned. Why? 2. Procedural abstraction involves information hiding in that only the contract between the programmer using the function (the client) and author of a function is known to either. 3. Code after a return or a call to the exit function is executed will not be executed. function, and returns to the operating system if return is executed out of main. If exit is executed anywhere, the program is terminated and control is returned to the operating system. 4. A sequence of calls to the library function rand() generates mathematically correct random number sequences.

Computer Science & Information Technology

The difference between pretest and posttest loops pertains to how the accumulator is evaluated.

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

Computer Science & Information Technology

What term is used to describe a space that is rented at a data center facility by a service provider?

a. point of presence (PoP) b. service location (SL) c. central service point (CSP) d. locally exchanged data point (ledp)

Computer Science & Information Technology

To modify the font style of selected text, use the ____ panel.

A. Character B. Paragraph C. Character Styles D. Paragraph Styles

Computer Science & Information Technology