Office Web Apps includes Word, Excel, PowerPoint, and Access
Indicate whether the statement is true or false
FALSE
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
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");
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
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.