Which registry hive contains global settings for the entire computer and the applications installed on it?

A. HKEY_LOCAL_MACHINE
B. HKEY_CURRENT_USER
C. HKEY_CLASSES_ROOT
D. HKEY_USERS


Answer: A

Computer Science & Information Technology

You might also like to view...

Write a function to do a quicksort on a list.

Note: This is by far the most difficult of the sorts to implement, as it involves recursion. The choice of using a random index for the partition allows for fewer lines of code, as otherwise there are a number of special cases. For example, if an implementation always chose the middle, then it could run into infinite recusion if the list were (13, 2, 8), as everything would continue to be split into the larger list.

Computer Science & Information Technology

To easily link to related topics on the Internet in a presentation, insert a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

A drop cap can be positioned as Dropped or _____________.

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

Computer Science & Information Technology

The ____ gesture on a touch screen rearranges data from one place to another within the view, or moves data into a folder or another container.

A. long press B. swipe C. double touch D. drag

Computer Science & Information Technology