When using dates and date ranges with Windows Search, you can use dates such as today, tomorrow, or yesterday in a search. What are these types of dates called?

A. long
B. short
C. absolute
D. relative


Answer: D

Computer Science & Information Technology

You might also like to view...

Suppose i is an int type variable. Which of the following statements display the character whose Unicode is stored in variable i?

a. System.out.println(i); b. System.out.println((char)i); c. System.out.println((int)i); d. System.out.println(i + " ");

Computer Science & Information Technology

Discuss the use of the Replace dialog.

What will be an ideal response?

Computer Science & Information Technology

Match the following terms to their meanings:

I. Subtotal II. Outline III. Collapse IV. Expand V. Grouping A. The process of joining rows or columns of related data together into a single entity B. A row within the dataset containing at least one aggregated value C. A hierarchical structure of data D. Restricting the view of a grouped data set E. Displaying all information in a grouped data set

Computer Science & Information Technology

To execute the contents of a function, you must include a reference to the function name, known as a function __________, elsewhere in your code.

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

Computer Science & Information Technology