Reference no: EM1381596
Your task for this project is to design a program to help a videorental store operatorrecord clients' transactions. The Menu would look like this:
Select one of the following
1: To check if a particular video is in store
2: To check out a video
3: To check in a video
4: To print the titles of all videos
5: To print a list of all videos
6: To exit
Your project has to provide the underlying software to support the functionsgiven in the menu above.The project (process) is outlined below:
1. Design a primitive database indicating
• what you want to store (videos, customers, etc),
• what processes you want to allow on it (update, add, and delete, etc) and
• what transactions you want it to perform (rent and return).
2. Design classes (class video, class customer, etc) based on your analysis above, using LINKED LISTSfor the database elements read into the main memory.
3. Implement your design, together with a main program,that performs all the functions shown in the menu above.
4. Generate inputs and test the program you have written.
5. Now add a QUEUE to process customers. Pretend that there are severalcustomers waiting to be processed, by randomly generating a number n, picking some n customers from the database to put into this queue and then processing the queue members with a randomly generated task that they "request" (instead of just looping through the main menu till flagged for a finish, as was done above).
6. Now design a BINARY SEARCH TREE data structure to bring the video database into the main memory and document any improvement in performance over the flat linked list used earlier.
7. Finally, make the BST be a balanced tree (AVL) tree, and document performance improvements.
A manager wants to determine the number of containers
: A manager wants to determine the number of containers to use for incoming parts for a kanban system to be installed next month. The process will have a usage rate of 68 pieces per hour
|
Solve decanting problem using euclidean algorithm
: Use Euclidean algorithm to solve decanting problem for decanters of sizes 1317 and 1075. Or we can say, determine integers x and y.
|
Social responsibilities-business ethics
: The concept of Al-Ihsan (Benevolence) is believed to be one of most effective ways to instill moral ethics and values in oneself simultaneously curbing the rate of unethical behaviors from individual and organization as a whole.
|
Types of weapons of mass destruction
: After conducting independent research, compare and contrast the advantages and problems associated with three types of weapons of mass destruction, EXCLUDING NUCLEAR! What purpose do they serve?
|
Videorental store operatorrecord clients
: Project is to design a program to help a videorental store operatorrecord clients' transactions - Design a primitive database indicating
|
Question about immunology
: The complement system and innate immunity via Toll-like receptors play critical roles in immune defenses against pathogens. These two systems traditionally have been considered to be separate.
|
What run quantity should be used to minimize total annual
: What run quantity should be used to minimize total annual costs? Do not round intermediate calculations. Round your final answer to the nearest whole number.
|
Gender-racial discrimination in communities
: if you were a consultant to a community that is planning the comprehensive program to reduce racial and gender discrimination,
|
Loss-counseling strategies articles
: I need assistance locating a scholarly journal article that focuses on a special type of loss and various counseling strategies used in helping clients experiencing the special type of loss and then I need to summarize the article.
|