A(n) _____ is a set of programming instructions and standards for one software program to access and use the services of another software program.

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


application programming interface (API)

Computer Science & Information Technology

You might also like to view...

public static int func2(int m, int n){    if (n == 0)        return 0;    else        return m + func2(m, n - 1);}What is the limiting condition of the code in the accompanying figure?

A. n >= 0 B. m > n C. m >= 0 D. n > m

Computer Science & Information Technology

?Critical Thinking QuestionsCase 4-1 ? John has finished compiling a list of the various members of the joint application development (JAD) group and the list is as follows: John is the JAD project leader, Tom is the representative from top management, Jennifer is a manager, Alen and Ian are users, Linda and Alex are systems analysts, and Clark is the recorder. Who should be in charge of documenting the results of the JAD session? 

A. Jennifer B. Alex C. Clark D. Tom

Computer Science & Information Technology

197.169.73.63 is an example of a(n) ________.

What will be an ideal response?

Computer Science & Information Technology

What is object-oriented programming?

What will be an ideal response?

Computer Science & Information Technology