The code ____________ will draw a solid circle.

a) drawCircle( 50, 50, 25 );
b) fillOval( 50, 25, 50, 25 );
c) fillOval( 50, 50, 25, 25 );
d) drawOval( 50, 50, 50, 50 );


c) fillOval( 50, 50, 25, 25 );

Computer Science & Information Technology

You might also like to view...

Which of the following statements about peer-to-peer applications is false?

a) Centralized P2P applications follow the client/server relationship. b) In pure P2P applications, it is difficult to determine who is on the network. c) Centralized P2P applications simply management tasks, such as monitoring user access. d) All file-sharing applications are pure P2P applications.

Computer Science & Information Technology

The textbook identifies ________ as a process of establishing contacts with persons who may be able to help you with your professional and personal goals

A) socializing B) networking C) personal branding D) SWOT

Computer Science & Information Technology

Which PC design element would be most affected by uneven terrain conditions?

A) Memory B) Storage subsystem C) Power D) Cooling

Computer Science & Information Technology

When is a return statement required inside a function?

A. Every function must include at least one return statement. B. When you use a switch statement. C. When a return datatype (other than void) is included in the function prototype. D. Inside an if-else statement.

Computer Science & Information Technology