Which of the following statements will close the sequential access file associated with the outFile variable?

A) outFile.End()
B) outFile.Quit()
C) outFile.IO()
D) outFile.Close()


Ans: D) outFile.Close()

Computer Science & Information Technology

You might also like to view...

Which Case clause will be true whenever the value of the selector in a Select Case block is greater than or equal to 7?

(A) Case Is >7 (B) Case Is = 8 (C) Case Is >= 7 (D) Case Is <= 8

Computer Science & Information Technology

A rollover image consists of ____ images.

A. two B. three C. four D. six

Computer Science & Information Technology

Normal View does NOT display ________

A) headers and footers B) gridlines C) the formula bar D) row and column headings

Computer Science & Information Technology

In a standard wired Ethernet network, all devices share the same media and a device can send a packet at any time rather than in a fixed or predictable fashion (known as ____ networking).

A. deterministic B. sequential C. polling D. non-deterministic

Computer Science & Information Technology