The files stored on a disk are identified by name in a disk’s __________.

a. directory
b. index
c. first sector
d. boot sector


a. directory

Computer Science & Information Technology

You might also like to view...

What would be displayed by the following program? (The symbol '#' stands for one blank character.)

``` int main(void) { double a, b; a = 37.56; b = 101.117; printf("Is it%6.1f%9.4f", a, b); printf("?\n"); return (0); } ``` a. Is#it37.6#101.1170?\n b. Is#it37.6#101.1170? c. Is#it37.5#101.1170? d. Is#it37.6#101.117?\n e. none of the above

Computer Science & Information Technology

Examples of personal computers include all of the following EXCEPT ________

A) gaming systems B) mobile devices C) notebooks D) desktops

Computer Science & Information Technology

Embedding allows you to edit an Excel workbook from within the source program, such as Word.

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

Computer Science & Information Technology

When a class is instantiated into an object, a special procedure in the instantiated class called a(n) ____________________ is executed.

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

Computer Science & Information Technology