Which one of the following is indexed automatically by Windows Vista?
A) user files B) system files
C) files stored directly on the C: drive D) program files
A
Computer Science & Information Technology
You might also like to view...
What is a macro-language version of Microsoft Visual Basic that is used to program Windows applications, including Access?
A. MVAB B. VBS C. MB D. VBA
Computer Science & Information Technology
Which one of the following lines names a constant needed in a program that computes the price per square inch of a round pizza?
a. scanf("%lf", &radius);
b. pi = 3.14159;
c. #define PI 3.14159
d. #include
Computer Science & Information Technology