Programs that operate in a GUI environment must be __________.

a. event driven
b. in color
c. dialog boxes
d. layout managers


a. event driven

Computer Science & Information Technology

You might also like to view...

The processes that are followed by each organizational unit amount to ____.

A. operating instructions B. control instructions C. standard operating procedure D. operational standards

Computer Science & Information Technology

Which of the following statements is false.

a. Experience has shown that the most challenging part of solving a problem on a computer is developing an algorithm for the solution. b. Once a correct algorithm has been specified, creating a working Python pro-gram from the algorithm is typically straightforward. c. A requirements statement describes how a program should operate but not what the program is supposed to do. d. Variables for totaling and counting normally are initialized to zero before they’re used.

Computer Science & Information Technology

Which of the following statements correctly rotates the button 45 degrees counterclockwise?

a. button.setRotate(45); b. button.setRotate(Math.toRadians(45)); c. button.setRotate(360 - 45); d. button.setRotate(-45);

Computer Science & Information Technology

All complete graphs are connected.

What will be an ideal response?

Computer Science & Information Technology