Purchase Solution

Microcomputer Applications for Management

Not what you're looking for?

Ask Custom Question

1. Which of the following is not a cell range?
a. B4:C6
b. A1:AA1
c. D3
d. 3D

2. If the value for Revenue is stored in C5 on Sheet1 and the value for Expenses is stored in C6 on Sheet2, the formula, revenue -expense would read:
a. =Sheet1@C5-Sheet2@C6
b. =Sheet1$C5-Sheet2$C6
c. =Sheet1!C5-Sheet2!C6
d. =Sheet1!C6-Sheet2!C5

3. If a formula adjusts itself automatically when copied, the cell reference is
a. Relative
b. Automatic
c. Absolute
d. Mixed

4. An absolute cell address:
a. relative to where it sits in the worksheet
b. always refers to an exact cell location in the worksheet.
c. is Excel's default method
d. cannot be used in a formula

5. The formula "=B6*(1+B3)" is in cell C6, how will you vocalize it?
a. "take the value appearing one cell to my right and then multiply it by 1 plus the value appearing three rows up and one column to the right."
b. "take the value appearing one cell to my left and then multiply it by 1 plus the value appearing three rows up and one column to the left."
c. "take the value appearing one cell to my left and then multiply it by 1 plus the value appearing three rows up and one column to the right."
d. "take the value appearing two cells to my right and then multiply it by 1 plus the value appearing three rows up and one column to the right."

6. In the alignment tab of the Format Cells dialog box, which of the following will you select to align cells vertically?
a. SELECT: an option from the Vertical drop-down list box
b. SELECT: Left (Indent) or Right (Indent) from the Horizontal drop-down list box
c. SELECT: a value in the Indent spin box to indent the cell contents
d. SELECT: Indent Spin Box
e. SELECT: Text Control

7. Which of the following tabs is not found in Format Cells dialog Box?
a. Number
b. Alignment
c. Border
d. Font
e. Orientation

8. In the formula =C10-(D10*(B3+B4)+2)/B7, which of the following would Excel evaluate first?
a. C10-D10
b. B3+B4
c. 2/B7
d. D10*(B3+B4)+2
e. can not be determined without knowing the cell contents

9. Which method will you use to test for two conditions using nesting?
a. =IF(condition,true,false)
b. =IF(condition,true,IF(condition,true,false))
c. =IF(condition,true,IF(condition,false))
d. =IF(condition,False,IF(condition,true))
e. =IF(condition,true,IF(true,false))

10. Which of the following is not one of the items included in the Goal Seek dialog box?
a. Set cell
b. By changing cell
c. End value
d. To value
e. all of these are in the Goal Seek dialog box

11. Which of the following would give you the correct date for 60 days from now?
a. =DATE()+60
b. =TODAY()+60
c. =NOW()+60
d. both B and C are correct
e. A, B, and C are all correct

12. Which of the following is the result of =LEN("Monitors, Used")?
a. 12
b. 13
c. 14
d. 15
e. 16

13. Cell B18 contains the label "Sales Commissions." What are the results of =SEARCH("C",B18)?
a. Sales Commissions
b. #NAME?
c. 7
d. 6
e. Not found

14. A cell displays Atlanta, Georgia. Most likely this cell has been modified by:
a. =LOWER
b. =PROPER
c. =UPPER
d. =LEN
e. =TRIM

Purchase this Solution

Solution Summary

Microcomputer Applications for Management are encompassed.

Solution Preview

1. Answer is 4 as all Cell ranges start with a Letter.
2. Balance=Sheet1!C5-Sheet2!C6, Answer C
3. ...

Solution provided by:
Education
  • BSc (Hons), University of Colombo - Sri Lanka
  • MEngSc, University of Melbourne
  • Certificate IV in Training & Assessment , Australian Business Council
Recent Feedback
  • "Thank you!"
  • "Thank you."
  • "Thanks a lot for you help and support"
  • "Sorry about the late payment but the assignment was sufficient and appreciated. Good work"
  • "Great description! Thank you for your quick response."
Purchase this Solution


Free BrainMass Quizzes
C++ Operators

This quiz tests a student's knowledge about C++ operators.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C# variables and classes

This quiz contains questions about C# classes and variables.