To search for a specific record click the _____ button on the Home tab shown in the accompanying figure to display the Find and Replace dialog box.

A. Search
B. Filter
C. Search and Edit
D. Find


Answer: D

Computer Science & Information Technology

You might also like to view...

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

1. A program is a series of instructions each of which tells the computer to perform one of its basic functions: add, subtract, multiply, divide, compare, copy, start input, or start output. 2. The address of the next instruction to be executed is always found in the instruction counter 3. The processor fetches and executes several instructions during each machine cycle. 4. An instruction is fetched during E-time and executed during I-time. 5. A coprocessor is a replacement for a main processor.

Computer Science & Information Technology

Which of the following is correct regarding presence and behavior of constructor is correct. Assume that the class name is C.

a) To use the declaration, C x; requires a default constructor must be present. b) To invoke the default constructor, the syntax must be C x(); c) A constructor is called automatically when you declare an object of class type, but any constructor can be called after declaration to set all the member variables to a known state. d) An explicit call to a constructor creates an anonymous object, which can be assigned. e) In spite of the fact that a constructor appears to be a member function, a constructor may not be called as if it were a member function

Computer Science & Information Technology

Table formatting changes can be saved as a new table style so that they can easily be applied to another table

Indicate whether the statement is true or false.

Computer Science & Information Technology

Drivers and other parts of the system software are referred to as ____________________.

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

Computer Science & Information Technology