Office Web Apps includes Word, Excel, PowerPoint, and Access

Indicate whether the statement is true or false


FALSE

Computer Science & Information Technology

You might also like to view...

Norton Anti Virus can perform which of the following scans?

A) Instant messages B) E-mail attachments C) Anti-spyware D) All of the above

Computer Science & Information Technology

Which of the following statements is correct to create a DataOutputStream to write to a file named out.dat?

a. DataOutputStream outfile = new DataOutputStream(new File("out.dat")); b. DataOutputStream outfile = new DataOutputStream(new FileOutputStream("out.dat")); c. DataOutputStream outfile = new DataOutputStream(FileOutputStream("out.dat")); d. DataOutputStream outfile = new DataOutputStream("out.dat");

Computer Science & Information Technology

In order to find the highest value of one field, the ________ technique is the easiest; in order to see multiple records with a field above a certain level, the ________ technique is best

A) filtering, sorting B) filtering, filtering C) sorting, filtering D) sorting, sorting

Computer Science & Information Technology

Match the following terms to their meanings:

I. spreadsheet II. Title bar III. worksheet IV. workbook V. Ribbon A. electronic file that contains a grid of columns and rows B. contains file name and software name C. commands organized into groups D. file containing related worksheets E. spreadsheet that contains formulas, functions, values, etc.

Computer Science & Information Technology