What Windows Registry key contains associations for file extensions??

A. ?HKEY_CLASSES_ROOT
B. ?HKEY_USERS
C. ?HKEY_LOCAL_MACHINE
D. ?HKEY_CURRENT_CONFIG


Answer: A

Computer Science & Information Technology

You might also like to view...

What will the following C++11 code display?

``` vector numbers {3, 5}; for (int val : numbers) cout << val << endl; ``` a. 5 5 5 b. 3 3 3 3 3 c. 3 5 d. Nothing. This code has an error.

Computer Science & Information Technology

Why is it necessary to place “using namespace std;” in your program? Where should it be placed?

What will be an ideal response?

Computer Science & Information Technology

Which is not a guideline for form design?

A) Make forms easy to fill out. B) Ensure that forms meet the purpose for which they are designed. C) Design forms to assure accurate completion. D) Keep forms attractive. E) None of the above.

Computer Science & Information Technology

What does the Parallel Indexing Rebuilding feature do?

What will be an ideal response?

Computer Science & Information Technology