When typing in a criteria box, ________ is a menu of commands that match the characters you type

A) Live Preview B) Quick Info C) AutoComplete D) AutoWizard


C

Computer Science & Information Technology

You might also like to view...

What is the Big-O memory use for an adjacency list?

a. O(V+E) b. O(V) c. O(E) d. O(V*E)

Computer Science & Information Technology

Which of the following is NOT a property of Content Providers?

A. Store data B. Format output C. Retrieve data D. Have no life cycle events

Computer Science & Information Technology

Which of the following functions is used to calculate the day of the week from the date value??

A. ?WEEKDAY(date[,return_type]) B. ?WEEKDAY(return-type,) C. ?WEEKDAY(day, month, year) D. ?WEEKDAY(MM/DD/YY )

Computer Science & Information Technology

Which of the following is NOT true of a priority queue?

A. higher-priority items are popped before those of lower priority B. items of equal priority are popped in LIFO order C. items of equal priority are popped according to which item arrived first D. higher-priority items can jump ahead of lower-priority items

Computer Science & Information Technology