In systems development, JAD (____________________ development) means getting key representatives of user groups to serve as members of the development process.

Fill in the blank(s) with the appropriate word(s).

joint application

Computer Science & Information Technology

You might also like to view...

Which of the following is a statistic automatically tracked by Word?

A) Number of revisions to the document B) Changes in the number of pages C) Number of inserted objects in the document D) Number of incorrectly spelled words

Computer Science & Information Technology

8. How can you assign the value "toaster" to a c-string name str of size 10?

a. str="toaster; b. str=toaster; c. strcpy(str,"toaster"); d. str.strcpy("toaster");

Computer Science & Information Technology