Files on disk are identified by a(n) ____________.

a. index
b. filename
c. access number
d. binary signature


b. filename

Computer Science & Information Technology

You might also like to view...

Given the following function declaration and local variable declarations, which of the following is not a correct function call?

int myInt; float myFloat; char ch; void someFunction(int& first, float second, char third); a. someFunction(1, 2.0, ch); b. someFunction(myInt, myFloat, ch); c. someFunction(myInt, 2.0, 'c'); d. someFunction(myInt, myFloat, '1');

Computer Science & Information Technology

Fields names cannot contain spaces.

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

Computer Science & Information Technology

Data mining is

a. important now because it is so easy to gather enormous data sets. b. the study of data using algorithms to detect patterns. c. the translation of Big Data sets into meaningful information. d. all of the above.

Computer Science & Information Technology

The Apply Filter button is a toggle button

Indicate whether the statement is true or false

Computer Science & Information Technology