Identify the letter of the choice that best matches the phrase or definition.

A. Searches for words with the same capitalization as the text that you type.
B. Locates homonyms.
C. Finds words that end with the text you type in the Search Document box.
D. Finds the text as you type.
E. Finds words that begin with the text you type in the Search Document box.


A. Match case
B. Sounds like (English)
C. Match suffix
D. Incremental find
E. Match prefix

Computer Science & Information Technology

You might also like to view...

What will be output by the following statements?

double x = .0012345; cout << fixed << x << endl; cout << scientific << x << endl; a. 1.234500e-003 0.001235 b. 1.23450e-003 0.00123450 c. .001235 1.234500e-003 d. 0.00123450 1.23450e-003

Computer Science & Information Technology

The rules that govern how code should be entered are called  ____________________.

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

Computer Science & Information Technology

What are the Security considerations to be included when implementing a system?

What will be an ideal response?

Computer Science & Information Technology

In addition to widgets, jQuery UI also includes user interface interactions, effects, and themes.

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

Computer Science & Information Technology