subject

Background CD Selections is a chain of 50 music stores located in California. Annual sales last year were $50 million, and they have been growing at about 3-5 percent per year for the past few years.
Margaret Mooney, Vice President of Marketing, has recently become both excited by and concerned with the rise of Internet sites selling CDs. The Internet has the potential to enable CD Selections to reach beyond its regional focus and significantly increase sales. However, the Internet also poses a significant threat as Web competitors such as CDnow and Amazon continue to take sales from CD Selections traditional stores.
CD Selections currently has a simple web page that provides information about the company and about each of its stores (e. g., map, operating hours, relative size).
The System
Approval has been given to create a new Internet sales system. A description of the new system is as follows:
The Internet sales system will store basic information about the CDs that it can sell over the Internet (e. g., title, artist or group, songs, id number, price, year the album was released, label, awards the album has won* (see note below)). This CD store does NOT track the various groups or solo artists on a CD when more than one group or solo artist performs on it (like a Farm Aid CD or the 60’s greatest hits). Frequently one song is recorded on a variety of albums, by a number of artists or groups. This database will only track songs that are on CDs that CD Selections carries.
For business-to-business relationship reasons CD Selections wants to know the number of CDs it is selling from each record label. That is to say CD Selections wants to know how many CD titles they receive from one record label (not how many copies of each CD they receive from the label). A CD is produced by only record label (of course many CDs are produced by a specific record label). In order to re-stock the CDs CD Selection will track the record labels address, the name of their contact person and that person’s phone number, and the credit rating associated with each label.
CD Selections also wants to keep information on all the artists for which it sells CDs (first name, last name, group(s) in which they play). Some artists have solo albums and perform with a number of different groups during the same time period. CD selection also wants to know all members of the various groups. Since the composition of a group can change overtime, the database should track when an artist became a member of a band and when they left the band (if they have).
Customers will access the Internet sales system to look for CDs of interest. Some customers will search for specific CDs or CDs by specific artists, while other customers want to browse for interesting CDs in certain categories (e. g., rock, jazz, classical). To facilitate this each CD is categorized as one type of music.
This database WILL NOT track inventory information or customer orders and purchases.
*Note: Although songs, groups and individuals can also receive awards CD Selections is only recording awards won by a CD.
Requirements:
Build the conceptual model for the CD Selections database represented as an Entity Relationship Diagram using SmartDraw (or other tools) online showing entities, relationships, minimum and maximum cardinalities, identifiers and at least four attributes for each entity (including entity’s identifier)
Add associative entities when needed identifying their relevant attributes; use a minimum of two attributes per each associative entity

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 02:00
In the context of an internet connection, llc stands for leased line connection liability limited company local loop complex local loop carrier
Answers: 1
question
Computers and Technology, 23.06.2019 08:30
Helen's credit card has an apr of 15.32% and a grace period of 17 days and helen pays her balance in the full every month. if her last billing cycle ended on september 26, 2009, and she made her payment on october 11, 2009, did she owe any interest on her last statement's balance?
Answers: 3
question
Computers and Technology, 24.06.2019 11:20
Print "censored" if userinput contains the word "darn", else print userinput. end with newline. ex: if userinput is "that darn cat.", then output is: censoredex: if userinput is "dang, that was scary! ", then output is: dang, that was scary! note: if the submitted code has an out-of-range access, the system will stop running the code after a few seconds, and report "program end never reached." the system doesn't print the test case that caused the reported message.#include #include using namespace std; int main() {string userinput; getline(cin, userinput); int ispresent = userinput.find("darn"); if (ispresent > 0){cout < < "censored" < < endl; /* your solution goes here */return 0; }
Answers: 3
question
Computers and Technology, 24.06.2019 17:40
Write a program to analyze student’s scores. each student’s id and 4 original test scores are saved in the attached file “student_id_scores.txt”. assume there are exactly 15 students in the class.• the program first opens the file, reads student’s ids and scores from the file and saves them in two arrays: o create a one-dimensional string array “ids” to store the student’s ids.o create a (parallel) two-dimensional int array “scores” to store student’s original test scores. this array has 5 columns, the original 4 test scores should be saved in the first 4 columns, and the last column will be used to save the average score after the calculation in next step.• the program then retrieves test scores from the array “scores”, calculates average score and determines the final letter grade based on the rules in the table below for each student. assume average score is integer value.average score = (score1 + score2 + score3 + score4) / 4average score letter grade90 ~ 100 a80 ~ 89 b70 ~ 79 c60 ~ 70 d0 ~ 60 f• the average score should be saved back in the 5th column of “scores” array.• create a new parallel one-dimensional char array “grades” to save each student’s letter grade.• program also needs to find the number of a, number of b, number of c, number of d and number of f grade. as well as the highest, lowest and average score of the class.• finally, program will display all of the original scores and all results on the computer screen using the format shown as the sample output below.• the program must contain at least the following functions: (1) a function “getscores” to read and store data into “ids” and “scores” arrays.(2) a function “analyzescores” to calculate student’s average score, determine letter grade, get the number of a, b, c, d and f, find the highest, lowest and average score of the class.(3) a function “displayresults” to display all of the results
Answers: 3
You know the right answer?
Background CD Selections is a chain of 50 music stores located in California. Annual sales last yea...
Questions
question
Mathematics, 12.12.2020 17:00
question
Mathematics, 12.12.2020 17:00
question
English, 12.12.2020 17:00
question
Mathematics, 12.12.2020 17:00
question
Mathematics, 12.12.2020 17:00
question
Mathematics, 12.12.2020 17:00
question
Mathematics, 12.12.2020 17:00
Questions on the website: 13722361