A program written in a ____ language consists of sequences of statements that manipulate data items.

abstract
conceptual
theoretical
procedural


procedural

Computer Science & Information Technology

You might also like to view...

Consider a pair of processes X and Y that use the communication service B from Exercise 2.14 to communicate with one another. Suppose that X is a client and Y a server and that an invocation consists of a request message from X to Y (that carries out the request) followed by a reply message from Y to X. Describe the classes of failure that may be exhibited by an invocation.

What will be an ideal response?

Computer Science & Information Technology

Can you think of techniques other than an unordered overflow file that can be used to make insertion in an ordered file more efficient?

What will be an ideal response?

Computer Science & Information Technology

What three repetitive functions of data entry can be done more efficiently by a computer than by a data entry operator?

What will be an ideal response?

Computer Science & Information Technology

The function ____ returns the natural logarithm of its argument.

A. double exp(double) B. double log(double) C. double log10(double) D. double fmod(double)

Computer Science & Information Technology