What files, created by Microsoft, contain the DLL pathnames and metadata used by applications and reduce the time it takes to start applications?

a. Cache
b. Prefetch
c. Config
d. Temp


ANSWER: b

Computer Science & Information Technology

You might also like to view...

What is displayed after code corresponding to the following pseudocode is run?

```Set X = 15 Set Y = 25 Set Z = 20 Call Numbers(Z, Y, X) Subprogram Numbers(A, B, C) Write A + “ “ + B + “ “ + C End Subprogram``` a. 15 25 20 b. 15 20 25 c. 20 25 15 d. 25 20 15

Computer Science & Information Technology

When using the BorderLayout manager, how many components can each region hold?

A) 1 B) 2 C) 5 D) No limit

Computer Science & Information Technology

In design view, the field is activated when the box at the left of the field is bright blue

Indicate whether the statement is true or false

Computer Science & Information Technology

Normally, Access prohibits the deletion of a record in which the primary key matches a foreign key in another table.

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

Computer Science & Information Technology