All ____ language programs tell the computer how to manipulate the contents of memory locations step-by-step.

logical
baseline
procedural
functional


procedural

Computer Science & Information Technology

You might also like to view...

A derived class object inherits all the members of the base class. Which of these remarks about the inherited member variables is true?

a. Inherited members are not accessible to the derived class functions so can safely be ignored b. Inherited members are need to be allocated memory and should be initialized at creation of a derived class object. c. Inherited members are will be automatically managed by the C++ runtime system, so can be safely ignored. d. Inherited members’ memory allocation must be done by the base class constructor for the base class, which must be called. e. The base class constructor is the most convenient place to initialize these inherited variables.

Computer Science & Information Technology

Tablet PCs and slate computers use ____.

A. digital scan technology B. optical scan technology C. touchscreen technology D. ergonomic technology

Computer Science & Information Technology

In the context of an information system, _____ involves keeping data and information available for future use.

a. input b. storage c. feedback d. retrieval

Computer Science & Information Technology

_________________________ is the process of finding a location on a storage device.

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

Computer Science & Information Technology