EX Case 7-1Harry is hiking part of the Appalachian Trail this summer and using Excel to keep track of the miles he travels each day. Each time he reaches a town, he uses a public computer to update a worksheet that he stores on Windows Live SkyDrive. To sign in to Windows Live to update his worksheet with the miles he hiked today, Harry would click the Sign In button, then ____.
A. click the Save & Send button
B. click Send as XPS to upload the file
C. enter his credentials in the Windows Live ID dialog box
D. click the Sign Up for Windows Live link
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the following should be included in an audit report?
A) Any security vulnerabilities found B) The machines affected by these vulnerabilities C) Recommended steps to correct the vulnerabilities D) All of the above
Computer Science & Information Technology
When grouping worksheets in a workbook, you can group this number of worksheets
A) Only two B) Any number C) Only three
Computer Science & Information Technology
What does the following code do? Assume this method is invoked by using Mystery ( 70, 80 ).
double dblY; intX = intNumber1 + intNumber2; dblY = intX / 2; if ( dblY <= 60 ) { lblResult.Text = "<= 60 "; } else { lblResult.Text = " Result is " + dblY; } } // end method Mystery
Computer Science & Information Technology
A(n) ________ field is a data field whose values are derived from formulas
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology