To display only the data you need, you can use the ____ feature.

A. filter
B. sort
C. criteria
D. analysis


Answer: A

Computer Science & Information Technology

You might also like to view...

The attribute declares the control modified by a control template.

a) Type b) TargetType c) TargetControl d) Control

Computer Science & Information Technology

You can use page formats to add ____ text at the bottom of the page.

A. footer B. header C. template D. landscape

Computer Science & Information Technology

Why is the null character important in C-strings?

What will be an ideal response?

Computer Science & Information Technology

What happens in a method if there is an exception thrown in a try block but there is no catch block following the try block?

A. The program ignores the exception. B. The program will not compile without a complete try/catch structure. C. The program terminates immediately. D. The program throws an exception and proceeds to execute the finally block.

Computer Science & Information Technology