Unformatted text preview:

CGS 2518 Online Class Final Exam Review:Extra credit:Bill Durham, a 1965 graduate, envisioned idea when he was a sophomore on the homecoming committee. Durham didn’t get support until 1977 when Bowden became head coach. Opening game against Oklahoma State. Appaloosa horses. Osceola and Renegade. Happens every home game since 1978 and is the 12th player on the team.Chapter 6 Conceptual Review:1. Rate- Function to calculate the interest percentage per period of a financial transaction 2. PV- Function to calculate the value at the beginning of a financial transaction 3. FV- Function to calculate the value at the end of a financial transaction 4. PMT- Function to calculate periodic payments into or out of a financial transaction 5. NPER- Function to calculate the number of compounding periods in a financial transaction 6. Type- Use a 1 for this argument to indicate that interest will be paid at the beginning 7. Compound Interest -This type of interest is calculated based on original principal regardless of the previous interest earned 8. Simple Interest- This type of interest is calculated based on principal and previous interest earned 9. SLN- Function to calculate straight line depreciation based on the initial capital investment, number of years to be depreciated, and salvage value 10. PPMT- Function to calculate the amount of a specific periodic payment that is principal in a given period 11. IPMT- Function to calculate the amount of a periodic payment that is interest in a given period12. CUMPRINC- Function to calculate the cumulative principal paid between two years is CUMPRINC13. NPV- Function to determine the value of a variable set of cash flows discounted to its present value14. IRR- Function to determine the rate of return, where the net present value of the cash flows is 0 15. Assume that you are investing $6,000 in a savings plan today and will make additional contributions of $200 per quarter. The plan pays 5% interest per year compounded quarterly. Formula for savings in 5 years=FV(5.0%/4, 5*4, -200, -6000,0)16. Excel formula to determine the yearly interest rate being charged by the bank on a $375,000, 30-year mortgage. You make a monthly mortgage payment of $3,000 and the value of the loan at the end of 30 years is 0. Interest is compounded monthly.=RATE(30*12,-3000,375000,0,0)17. You are buying a car for $23,500 with a $3,000 down payment, and you are borrowing the rest from a bank at 6.0% annual interest compounded monthly. Your monthly payments are $370.Write an Excel formula to determine the number of years it will take you to pay off this loan.=NPER(6.0%/12,-370,-20500,0)18. Consider a $100,000 mortgage at 5% annual interest compounded monthly, to be paid back over the next 15 years. The loan will have a $5,000 balloon payment due at the end of the loan. Write an Excel formula to determine the payment that must be made each month on this loan.=PMT(5.0%/12,15*12,100000,-5000)19. Assume that you have been left an inheritance and want to save part of it toward the purchase of a car upon graduation, which is three years from now. Write an Excel formula to determine the amount of money you need to invest now to have $15,000 at the end of the three-year period. Assume that you will place this money in a CD that pays 3% interest compounded quarterly and that you will be making no additional deposits into this account.=PV(3.0%/4, 3*4, 0, 15000)20. Write an Excel formula to determine the amount of money that can be depreciated each year, using straight line depreciation, for a new packaging machine purchased by your company. The machine originally cost $250,000 and has a useful life of 10 years and an estimated salvage value of $10,000.=-SLN(250000,10000,10)Chapter 7 Conceptual Review:1. List and describe the steps you would take to create a structured list of data from a text file that contains values stored on separate lines:a. Determine format needed (most likely Comma-separated values - CSV)b. Copy data from file and paste into workbookc. In the column next to the data, use: CONCATENATE(A1,",",A2,",",A3,",",A4,",",A5,",",A6) to merge data into one cell. By inserting "," the data in the CONCATENATE function will be separated by commas.d. In an adjacent cell use the RIGHT function to sort through the data to sort the data using a common text. In this case the data would be sorted out by a dash followed by the last four numbers of the phone number. The function would look as follows RIGHT (cell selected, 5).e. To ensure the right function returns the values desired, next a TRIM function into the concatenate function in order to remove unnecessary spaces in each value. CONCATENATE(TRIM(A1),",",TRIM(A2),",",TRIM(A3)....))f. Use the FIND function in order to sort through the data. The function FIND(cell selected, "-") will search through the columns with the RIGHT functions and return a value of 1 if the first letter of the text in that cell is a dash. Otherwise if the first letter of that text is not a dash, it will return #VALUE.g. Select all data and copy and paste values only onto a new worksheet to avoid potential problems with the functions updating.h. Once again select all data and click the sort and filter button on the ribbon on the home tab.i. In the sort dialog box, sort the values by column D in ascending order, which would place the values of 1 at the top of the data.j. Delete all other data except the data in column B that has a value of 1 in its corresponding D column cell.2. Why should you remove unnecessary spaces from data imported from another source? How do you remove unnecessary spaces from a text string? It may cause errors in Excel, the trim function.3. How do the FIND and SEARCH functions work, and how are they different?The FIND function returns the starting position of one text value within another text value. It is also case-sensitive. The SEARCH function does the same thing as find, however it is not case-sensitive.4. What options are available for parsing data when you use the Convert Text to Columns Wizard? There are 2 ways to parse (divide) the data when using the wizard. The first way is to identify the character that separates the data. In comma-delimited files, commas separate the data (also another common way to separate data is through spaces made using the tab key.) The second way is to set field widths to identify the breaks between data that appears in columns. For example: if the first


View Full Document

FSU CGS 2518 - Online Class Final Exam Review

Documents in this Course
Chapter 1

Chapter 1

12 pages

Chapter 1

Chapter 1

12 pages

Chapter 1

Chapter 1

12 pages

Midterm

Midterm

10 pages

Chapter 1

Chapter 1

12 pages

Chapter 1

Chapter 1

12 pages

Midterm

Midterm

12 pages

Chapter 1

Chapter 1

12 pages

Exam 1

Exam 1

14 pages

Final

Final

9 pages

Chapter 1

Chapter 1

10 pages

Chapter 1

Chapter 1

14 pages

Chapter 1

Chapter 1

14 pages

Chapter 1

Chapter 1

14 pages

Chapter 1

Chapter 1

12 pages

Exam 1

Exam 1

11 pages

Chapter 6

Chapter 6

10 pages

Chapter 6

Chapter 6

10 pages

Test 1

Test 1

12 pages

Chapter 1

Chapter 1

10 pages

Chapter 1

Chapter 1

10 pages

Chapter 1

Chapter 1

14 pages

Chapter 6

Chapter 6

10 pages

Chapter 6

Chapter 6

10 pages

Chapter	1

Chapter 1

11 pages

Chapter 1

Chapter 1

10 pages

Chapter 6

Chapter 6

10 pages

Chapter 5

Chapter 5

17 pages

Chapter 5

Chapter 5

17 pages

Load more
Download Online Class Final Exam Review
Our administrator received your request to download this document. We will send you the file to your email shortly.
Loading Unlocking...
Login

Join to view Online Class Final Exam Review and access 3M+ class-specific study document.

or
We will never post anything without your permission.
Don't have an account?
Sign Up

Join to view Online Class Final Exam Review 2 2 and access 3M+ class-specific study document.

or

By creating an account you agree to our Privacy Policy and Terms Of Use

Already a member?