When creating a dump file from an application or process, where is the dump file placed?

A. \Users\ADMINISTRATOR\dumpfolder#\programprocessname.DMP
B. \Users\ADMINISTRATOR\AppData\Local\Temp\dumpfolder#\programprocessname.DMP
C. \Windows\System32\dumpfolder#\programprocessname.DMP
D. \Temp\dumpfolder#\programprocessname.DMP


Answer: B

Computer Science & Information Technology

You might also like to view...

If you had to write a function named Func that was passed one integer and one double, and “returned” a string and a double, which of these prototypes would NOT work?

A. double Func(string *ps, int a, double d); B. void Func(int a, double b, string &rs, string &rd); C. string Func(double *pd, int a, double d); D. void Func(int a, double d, string s, double *pd);

Computer Science & Information Technology

All of the following are methods of the class Color except:

(a) getRed (b) brighter (c) darker (d) dimmer

Computer Science & Information Technology

What is the most commonly used platform for knowledge bases?

A. Help menus B. Customer supports C. Forums D. Wikipedia

Computer Science & Information Technology

What is an advantage of using Filter by Form?

A) You can use the AND and OR operators. B) Access automatically saves the results to storage. C) The records are also sorted. D) There is no minimum number of records that can be filtered.

Computer Science & Information Technology