The file disposition attribute ____.

A. indicates the type of device on which the file resides
B. indicates whether I/O is synchronous or asynchronous
C. identifies the current location in the file
D. indicates whether to delete the file after closing it


Answer: D

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. C++ does not perform array bounds checking, making it possible for you to assign a pointer the address of an element out of the boundaries of an array. 2. A pointer can be used as a function argument, giving the function access to the original argument. 3. The ampersand (&) is used to dereference a pointer variable in C++. 4. Assuming myValues is an array of int values and index is an int variable, both of the following statements do the same thing. ``` 1. cout << myValues[index] << endl; 2. cout << *(myValues + index) << endl; ```

Computer Science & Information Technology

In the accompanying image of a Microsoft Office 2016 application, Box A points to the _____.? ?

A. ?ribbon B. ?banner C. ?title bar D. ?status bar

Computer Science & Information Technology

A(n) __________ is a program that can both unpack a container and decode the video and audio streams.

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

Computer Science & Information Technology

What is the best way to prevent RFI?

What will be an ideal response?

Computer Science & Information Technology