



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
A series of seemingly random letters, numbers, and symbols. It is unclear what the document is about or what its purpose is.
Typology: Exercises
1 / 6
This page cannot be seen from the preview
Don't miss anything!




IS 300 - Aut 96 Name _________________________________________ Page 1 Exam 2
a. Student = {StID + StName + MajorID + MajorDesc + AdvisorID + AdvisorName }
b. Trans = { StID + CourseID + StName + CourseDesc + Quarter + Grade }
c. Order = { OrderID + CustID + CustName + Prod1ID + Prod1Desc + Prod2ID + Prod2Desc + Prod3ID + Prod3Desc } (assume that none of the Prod#IDs can ever be equal)
b. A law firm is considering replacing its PCs with network computers (NCs). A NC is connected to an Intranet and does not have any local storage (it uses the Intranet for all storage). The firm knows that this technology is new and untested and they are concerned about this.
c. The law firm described in (b) above is motivated by the potential cost differences between standard PCs and NCs. The estimated cost of a NC is $750 and the cost of a PC is $2,500. The firm is evaluating the functionality of NCs versus PCs and the relative cost differences.
b. An Internet-based order entry system used by a software developer to sell software.
c. A system to be developed for a private utility to help justify rates. Rates must be approved by a state utilities commission. Rate requests vary from year to year and depend on a number of factors including political considerations, the cost of purchasing power, etc.
IS 300 - Aut 96 Page 2 Exam 2
Entity A Entity B
Entity D
Entity C
Entity E
a. A chain of restaurants is replacing their current cash register system with a new system that uses touch screen technology. They are concerned about the conversion because if the new system fails, the restaurant cannot conduct business (they have determined that there is not enough space in a restaurant for both the old and new registers).
b. A private utility is converting its financial systems to a new software package. This financial package includes A/P, A/R, general ledger, and financial planning modules. The utility is very concerned that the new package operates correctly or else the financial integrity of the utility could be in jeopardy.
They have determined there is sufficient capacity on their current computer to support both systems. They have also determined that the new general ledger module can be implemented independent of the other modules.
IS 300 - Aut 96 Page 4 Exam 2
a subcontractor, it often asks the subcontractor to work on additional projects. When a contract is written for a subcontractor to work on a project, the completion date and fee needs to be stored.
a. A financial model calculates yearly cask flows based on a number of assumptions. One assumption is the estimated future tax rate.
In his State Of The Union Address, the President indicates that he will be asking Congress for a tax rate reduction. The firm using this financial model wants to assess the impact of the tax rate reduction on future cash flows. b. A firm has a pro forma income statement model (projects income statements into the future). They use this model for pricing decisions (among other things). They have set a profit target of $1 million for next year and they want to know what they should set their price at to achieve this profit figure. c. While designing a financial planning spreadsheet, the financial analysts indicate that values for several of the parameters should be modeled by indicating the mean (average) value and the standard deviation. For example, the estimated future revenues parameter should be modeled using an average of $450,000 and a standard deviation of $100,000.
IS 300 - Aut 96 Name _________________________________________ Page 5 Exam 2
{ StID + StName + MajorID + AdvisorID } { MajorID + MajorDesc } { AdvisorID + AdvisorName }
b. Contains partial dependencies. { StID + CourseID + Quarter + Grade } { StID + StName } { CourseID + CourseDesc } c. Contains repeating fields and transitive dependencies.
{ OrderID + CustID } { CustID + CustName } { OrderID + ProdID } { ProdID + ProdDesc }
{ EKey + AKey }
B = { BKey + other fileds + AKey }
D = { BKey + CKey + other fields }
C = { CKey + other fields }
A = { AKey + other fields }