The READ (LFN) RECORD

a. Copies the record into the computer memory.
b. Copies the record into a buffer.
c. Transfers the record in the computer memory.
d. Transfers the record into a buffer.
e. a and b.
f. c and d.


e. a and b.

Computer Science & Information Technology

You might also like to view...

Which of the following is a traditional non-numeric footnote symbol?

A) * B) ¥ C) & D) @

Computer Science & Information Technology

Columns are easy to create in Word. You click the Page Layout tab on the Ribbon, and then, in the ____ group, click the Columns button.

A. Page Setup B. Page Layout C. Edit D. Design

Computer Science & Information Technology

What is a prototype program and what is it used for?

What will be an ideal response?

Computer Science & Information Technology

The code for a template function is generated when:

a. The function template declaration (prototype) appears in the C++ program. b. The function template is encountered in the C++ program. c. The function call is encountered in the C++ program d. At runtime, when the function call is executed.

Computer Science & Information Technology