Which of the following is the correct sequence of events when planning a windows form application?

A. Identify the users' needs, draw a sketch of the user interface, identify the items that the user must provide, identify the items that the application must provide, determine how the user and the application will provide their respective items.
B. Meet with the user, identify the items that the user must provide, identify the items that the application must provide, determine how the user and the application will provide their respective items.
C. Draw a sketch of the user interface, meet with the user, identify the items that the user must provide, identify the items that the application must provide, determine how the user and the application will provide their respective items.
D. Identify the application's purpose, identify the items that the user must provide, identify the items that the application must provide, determine how the user and the application will provide their respective items, draw a sketch of the user interface.

Answer: D

Computer Science & Information Technology

You might also like to view...

An explicit constructor:

a. Cannot be called outside of the class it is declared in. b. Can be implicitly called by the compiler to perform a data type conversion. c. Does not initialize its class’s data members. d. Must take exactly one argument.

Computer Science & Information Technology

Java allows small programs, called _____, to be embedded with an Hypertext Markup Language (HTML) document.  

A. cookies B. subroutines C. applets D. packets

Computer Science & Information Technology