A(n) ____ allows users or applications to find resources that have characteristics needed for a particular task.

A. access manager
B. password manager
C. data store
D. system of records


Answer: C

Computer Science & Information Technology

You might also like to view...

In both Alice and Java, every variable has an associated type that is specified when the variable is declared.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Why is important to remove objects that are no longer need in your program?

a. To prevent over writing new objects with old data b. To prevent program crashes c. To free up memory for other uses d. So the same variable can be assigned to a different object

Computer Science & Information Technology

What will display after the following code is run if name = "Morris"?

``` if(name > "Joe") document.write("Morris is a cat."); else document.write("Joe rules!"); ``` a. Joe rules! b. Morris is a cat. c. Morris is a cat.Joe rules! d. nothing – cannot compare these values

Computer Science & Information Technology

Buzz gets an error that says "Error log full." Where should you go to clear his Error log?

A. Device Manager B. System Information C. Recovery Console D. Event Viewer

Computer Science & Information Technology