________ of Office Web Apps is free, and requires only a Windows Live ID and a computer with an Internet connection and supported browser software.

a. Business use
b. Open license use
c. Personal use
d. Institutional use


Answer: c. Personal use

Computer Science & Information Technology

You might also like to view...

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

1. None of the guard conditions associated with a decision symbol may be false. 2. If…Then…Else selection statement allows you to specify that a different action (or sequence of actions) be performed when the condition is true than when the condition is false. 3. If…Then…Else statements may be stacked but not nested. 4. Failure to provide the body of a Do Until…Loop structure with an action that eventually causes the condition to become false creates an infinite loop. 5. The Do Until…Loop repetition structure tests a condition for falsity for repetition to continue.

Computer Science & Information Technology

Bugs in commercial software are usually fixed ________.

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

Computer Science & Information Technology

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

1. A derived class contains only public instance variables and public methods from the base class. 2. Inheritance refers to a very specialized form of a class. 3. A derived class is a class defined by adding instance variables and methods to an existing class. 4. When you define a derived class, you give only the added instance variables and the added methods as well as all the methods from the base class. 5. The keyword extends indicates polymorphism.

Computer Science & Information Technology

A data diagram is the set of values represented in a chart. _________________________

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

Computer Science & Information Technology