By default, tapping or clicking the People button in the ____ displays the contacts in the Microsoft Outlook window.

A. Navigation bar
B. Account Settings pane
C. People pane
D. Reading pane


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following code segments will read the following two lines from addressFile and place the data in two variables named strName, and strCity?

Bob Johnson Somewhere USA a. ```Dim addressFile As System.IO.StreamReader addressFile = System.OpenText(“address.txt”) strName = addressFile.ReadLine() strCity = addressFile.ReadLine() addressFile.Close() ``` b. ```Dim addressFile As System.IO.StreamReader addressFile = System.IO.File.OpenText(“address.txt”) strName = addressFile.ReadLine() strCity = addressFile.ReadLine() addressFile.Close() ``` c. ```Dim addressFile As System.IO.StreamReader addressFile = OpenText(“address.txt”) strName = ReadLine(addressFile) strCity = ReadLine(addressFile) Close() ``` d. ```Dim addressFile As System.IO.StreamReader addressFile = System.IO.File.OpenText(“address.txt”) strName = addressFile.Input() strCity = addressFile.Input() Close() ```

Computer Science & Information Technology

What is one situation where it could be useful to run a find unmatched query?

What will be an ideal response?

Computer Science & Information Technology

To use the Database Documenter, click the Database Documenter button on the ____ tab.

A. HOME B. CREATE C. DATABASE TOOLS D. EXTERNAL DATA

Computer Science & Information Technology

Spyware, adware and DDOS agents are three types of:

a. IP spoofing attacks b. Denial-of-service attacks c. Trojans d. Physical security threats e. Intrusion prevention detection approaches

Computer Science & Information Technology