What should the developer do if there is a lot of unanswered questions during your analysis?

A. Code the application with what is known and work out the kinks later
B. Push the requirements back to the BAs
C. Code what you can and fill in the blanks later
D. Code now and weed out issues in testing


Answer: B

Computer Science & Information Technology

You might also like to view...

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

1. To add a control, the user must write the code that instantiates the control object from a class. 2. The form acts as a container for components and controls. 4. The correct syntax for an event handler is eventName_controlName. 5. By looking up a control’s class and clicking the events section, you can determine all the events and the arguments that a control has

Computer Science & Information Technology

The format specifier %.2f specifies that two digits of precision should be output ________ in the floating-point number.

a. to the left of the decimal point b. centered c. to the right of the decimal point d. None of the above.

Computer Science & Information Technology

To test whether a character is one of ‘0’, ‘1’, ‘2’, ‘3’, ‘4’, ‘5’, ‘6’, ‘7’, ‘8’, or ‘9’, use the _______ standard library function.

a. isnumber b. isnotalpha c. isnumeric d. isdigit e. all of the above

Computer Science & Information Technology

Most instant messaging services provide a high level of encryption for their messages.

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

Computer Science & Information Technology