The ________ feature guesses at what values you want entered based on previous column entries

Fill in the blank(s) with correct word


AutoComplete

Computer Science & Information Technology

You might also like to view...

Describe the sorting pattern. Discuss the Merge sort routines in terms of this pattern.

What will be an ideal response?

Computer Science & Information Technology

The GroupBox object can be used in VSTO to contain RadioButton objects.

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

Computer Science & Information Technology

Which of the following command-line utilities is capable of making a forensic image of a hard disk, assuming that a valid form of write-protection is in place?

a. COPY b. XCOPY c. MOVE d. DD

Computer Science & Information Technology

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

1. A pointer whose value is NULL does not point to anything. 2. A newly declared pointer variable has a default value of NULL. 3. In C++, the programmer must explicitly deallocate memory. 4. If the value of the head pointer is NULL, the linked list is empty. 5. When you design an abstract data type, you concentrate on what its operations do and how you will implement them.

Computer Science & Information Technology