What Registry key contains profile information for each user who has signed in to a computer?
A. HKEY_CURRENT_USER
B. HKEY_USERS
C. HKEY_CLASSES_ROOT
D. HKEY_LOCAL_MACHINE
Answer: B
Computer Science & Information Technology
You might also like to view...
SmartArt objects can be animated as one object
Indicate whether the statement is true or false
Computer Science & Information Technology
DNS refers to _______________ .
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Breaking a program up into a set of manageable sized functions is called ________ programming.
A) functional B) modular C) divisible D) high-level E) low-level
Computer Science & Information Technology
What are the two rules for determining the Big O efficiency of an algorithm?
a. Drop any constants in the equation and use only the highest order term b. Find the maximum case and then the minimum case c. Multiply and simplify the terms and constants d. Add the smallest terms and subtract constants
Computer Science & Information Technology