Which of the following applications is included with Microsoft Office for Mac Home and Student 2011?

A. Messenger
B. Outlook
C. Remote Desktop
D. Excel


Answer: D

Computer Science & Information Technology

You might also like to view...

MC Attempting to divide by zero raises a______ exception.

a) MathError. b) DivideError. c) ZeroDivisionError. d) None of the above.

Computer Science & Information Technology

Try something that takes a while in JES (e.g., chromakey on a large image). Use the time module to time how long it takes. Now time the same JES task on several different computers with different amounts of memory and different clock rates (and different amounts of cache, if you can). See what difference the different factors make in terms of the time it takes to complete the task in JES.

What will be an ideal response?

Computer Science & Information Technology

If you have not selected a 3D object on the _______________, the 3D panel displays tools to create one.

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

Computer Science & Information Technology

What numbers are displayed in the list box by the following program segment?

``` Dim numbers() As Integer = {4, 7, 9, 3, 1} Dim query = From number in numbers Where number > 6 Select number lstBox.Items.Add(query.Count) lstBox.Items.Add(query.Average) ``` (A) 5 and 12 (B) 2 and 12 (C) 2 and 8 (D) 5 and 8

Computer Science & Information Technology