Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Ignore part A since it's already done. It needs to be programmed in C language using CodeBlocks. The master list is called Parsing_MasterList.txt Suppose we

Ignore part A since it's already done. It needs to be programmed in C language using CodeBlocks. The master list is called Parsing_MasterList.txt image text in transcribed

Suppose we want to store the information in a music library (a library of CDs) in CSV format. The following information is needed for each CD: , , <year>, <genre>, <rating>, <fan> For example: Pink Floyd, Dark Side of the Moon, 1976, classic Rock, 5.0, Paul Watta (a) Post information for 5 CDs on the discussion board. A master list will be created. Use that master list in the following. (b) Read in the master list and parse each line. Store the parsed information in a CD database composed of appropriate matrices or arrays; for example: char cdDB_artist [MAX_NUM_CD] [MAX_STR_LEN]; char cdDB_title [MAX_NUM_CD] [MAX_STR_LEN]; int cdDB_year [MAX_NUM_CD] etc. (c) Allow the user to query the list by artist, title, year, genre, rating, or fan. Print the query and all the matching results to a file</fan></rating></genre></year>

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Basics Computer EngineeringInformation Warehouse Basics From Science

Authors: Odiljon Jakbarov ,Anvarkhan Majidov

1st Edition

620675183X, 978-6206751830

More Books

Students also viewed these Databases questions

Question

d. How will lack of trust be handled?

Answered: 1 week ago

Question

b. Does senior management trust the team?

Answered: 1 week ago