Outside of a C++ program, a file is identified by its ________. Inside a C++ program, a file is accessed through a ________.

A) file number, file name
B) file name, file number
C) name, address
D) name, file stream object
E) None of the above

D) name, file stream object

Computer Science & Information Technology

You might also like to view...

You are creating an IIF function. If the input in the Net Sales field is greater than or equal to 60, then the custom field will read "Pass." If Net Sales are less than 40, the custom field will read "Fail." What is the function that will be entered into the field name?

A) If([Net Sales]>=.60, "Pass", "Fail") B) If([Net Sales] >=60, Pass, Fail) C) IIf(Net Sales >=60, Pass, Fail) D) IIf([Net Sales] >=60, "Pass", "Fail")

Computer Science & Information Technology

Power View does not allow you to modify the internal data model without leaving the Power View sheet

Indicate whether the statement is true or false.

Computer Science & Information Technology