Office Online includes all of the following apps online EXCEPT:

A) OneNote Online B) Word Online C) Access Online D) Excel Online

C

Computer Science & Information Technology

You might also like to view...

What will be displayed after the following statements are executed?

``` int ans = 10; int x = 65; int y = 55; if (x >= y) { int ans = x + y; } System.out.println(ans); ``` a. 10 b. 120 c. 100 d. The code contains an error and will not compile.

Computer Science & Information Technology

Which of the following attributes of a table are saved only when the table object is saved?

A. records B. field values C. characteristics of the fields D. data records

Computer Science & Information Technology