If you suspect that a Windows problem is related to the database that stores hardware and software configuration information, which Windows component should you investigate?

A. ActiveX
B. Plug and Play
C. Component Object Model
D. Registry

Answer: D

Computer Science & Information Technology

You might also like to view...

You can use your own creative skills to design and compose business documents.

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

Computer Science & Information Technology

____ makes an existing file available for data to be added to the end of the file; if the file opened does not exist, a new file with the designated name is created and made available to receive output from the program.

A. fileOut = fopen("prices.dat","r"); B. fileOut = fopen("prices.dat","w"); C. fileOut = fopen("prices.dat","a"); D. fileOut = fopen("prices.dat","b");

Computer Science & Information Technology