Ask DBMS Expert


Home >> DBMS

Assignment

Learning Objectives:

• To understand relative reference, absolute reference, and mixed reference
• To use formulas to calculate sum, average, median, min, and max.
• To use functions, such as SUM(), AVE(), MAX(), MIN(), and YEAR().
• To use logical, lookup, and financial functions.
• To use range names.

Part I: multiple choices. Please select the best answer:

1. If cell D15 contains the formula = $C$5 * D$15, what is the D15 in the formula:

(a) Relative reference
(b) Absolute reference
(c) Circular reference
(d) Range name

2. What function would most appropriately accomplish the same thing as = (B5+C5+D5+E5+F5)/5

(a) =SUM(B5:F5)
(b) =AVERAGE(B5:F5)
(c) =MEDIAN(B5:F5)
(d) =COUNT(B5:F5)

3. When you start =AV, what display a list of functions and defined names:

(a) Function ScreenTip
(b) Formula AutoComplete
(c) Insert Function dialog box
(d) Function Arguments dialog box

4. A formula containing the entry =$B3 is copied to a cell one column to the right and two rows down. How will the entry appear in its new location?

(a) =$B3
(b) =B3
(c) =$C5
(d) =$B5

5. Cell B10 contains a date, such as 1/1/2016. Which formula will determine how many days are between that date and the current date, given that the cell containing the formula is formatted with Number Format:

(a) =TODAY( )
(b) =CURRENT( )-B10
(c) =TODAY( )-B10
(d) =TODAY( )+NOW( ).

6. Given that cells A1, A2, and A3 contain values 2, 3, and 10, respectively, and B6, C6, and D6 contain values 10, 20, and 30, respectively, what value will be returned by the function =IF(B6>A3, C6*A1, D6*A2):

(a) 10
(b) 40
(c) 60
(d) 90

7. Given the function =VLOOPUP(C6,$D$12:$F$18,3) the entries in:

(a) Range D12:D18 are in ascending order.
(b) Range D12:D18 are in descending order.
(c) The third column of the lookup table must be text only.
(d) Range D12:D18 contain multiple values in each cell.

8. The function =PMT(C5,C7,-C3) is stored in cell C15. What must be stored in cell C5?

(a) APR
(b) Periodic interest rate
(c) Loan amount
(d) Number of payment periods

9. Which of the following is not an appropriate use of the SUM function:

(a) =SUM(B3:B45)
(b) D=SUM(F1:G10)
(c) =SUM(A8:A15, D8:D15)
(d) =SUM(D15-C15)

10. Which of the following is not an acceptable range name:

(a) FICA
(b) Test_Weight
(c) Goal for 2016
(d) Target_2015

Part II: project

Please follow the instructions below to make a Microsoft Excel workbook:

1. Please download e02m3Grades.xlsx from Blackboard and save it on your computer

2. Open e02m3Grades.xlsx and save it as e02m3Grades_Lastname_Firstname.xlsx

3. Use breakpoints to enter the grading scale in the correct structure on the Documentation worksheet and name the grading scale range Grades. The grading scale is as follows:

95+ A
90-94.9 A-
87-98.9 B+
83-86.9 B
80-82.9 B-
77-79.9 C+
73-76.9 C
70-72.9 C-
67-69.9 D+
63-66.9 D
60-62.9 D-
0-59.9 F

4. Calculate the total lab points earned for the first student in cell T8 in the Grades worksheet. The first student earned 93 lab points

5. Calculate the average of the two midterm tests for the first student in cell W8. The student's midterm test average is 87

6. Calculate the assignment average for the first student in cell I8. The formula should drop the lowest score before calculating the average.

Hint: you need to use a combination of three functions: SUM, MIN, and COUNT. The argument for each function for the first student is B8:H8. Find the total points and subtract the lowest score. Then divide the remaining points by the number of assignments minus 1. The first student's assignment average is 94.2 after dropping the lowest assignment score

7. Calculate the weighted total points based on the four category points (assignment average, lab points, midterm average, and final exam) and their respective weights (stored in the range B40:B43) in cell Y8. Use relative and absolute cell references as needed in the formula. The first student's total weighted score is 90.

8. Use a VLOOKUP function to calculate the letter grade equivalent in cell Z8. Use the range name in the function. The first student's letter grade is A-

9. Copy the formulas down their respective columns for the other students.

10. Name the passing score threshold in cell B5 with the range name Passing. Use an IF function to display a message in the last grade book column based on the student's semester performance. If a student earned a final score of 70 or higher, display Enroll in CS 202. Otherwise, display RETAKE CS 101. Remember to use quotation marks around the text arguments.

11. Calculate the average, median, low, and high scores for each assignment, lab, test, category average, and total score. Display individual averages with no decimal places; display category and final score averages with one decimal place. Display other statistics with no decimal places.

12. Please create a new worksheet named MultipleChoice and write the 10 multiple questions' answers on Column A. For example, A1 should be the answer to question 1, A2 should be the answer to question 2, A3 should be the answer to question 3, . . . , A10 should be the answer to question 10.

Attachment:- Grades.xlsx

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M92200803
  • Price:- $60

Priced at Now at $60, Verified Solution

Have any Question?


Related Questions in DBMS

Data mining assignment -in this assignment you are asked to

Data Mining Assignment - In this assignment you are asked to explore the use of neural networks for classification and numeric prediction. You are also asked to carry out a data mining investigation on a real-world data ...

Sql query assignment -for this assignment you are to write

SQL Query Assignment - For this assignment you are to write your answers in a word document. This assignment is in three parts: Part A (reporting queries), Part B (query performance), Part C (query design). For this assi ...

The groceries datasetimagine 10000 receipts sitting on your

The groceries Dataset Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer's basket. That ...

You are in a real estate business renting apartments to

You are in a real estate business renting apartments to customers. Your job is to define an appropriate schema using SQL DDL in MySQL. The relations are Property(Id, Address, NumberOfUnits), Unit(ApartmentNumber, Propert ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

The relation memberstudentid organizationid roleid stores

The relation Member(StudentId, OrganizationId, RoleId) stores the membership information of student joining organization. For example, ('S1', 'O2', 'R3') indicates that student with Id 'S1' joined the organization with i ...

Relational database exerciseyou have been assigned to a new

Relational Database Exercise: You have been assigned to a new development team. A client is requesting a relational database system to manage their present store with the anticipation of adding more stores in the future. ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

We can represent a data set as a collection of object nodes

We can represent a data set as a collection of object nodes and a collection of attribute nodes, where there is a link between each object and each attribute, and where the weight of that link is the value of the object ...

Data model development and implementationpurpose of the

Data model development and implementation Purpose of the assessment (with ULO Mapping) The purpose of this assignment is to develop data models and map Database System into a standard development environment to gain unde ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As