A retail company is replacing its old point-of-sale (POS) sy…

A retail company is replacing its old point-of-sale (POS) system with a new cloud-based system. Management is concerned about system failures during the transition and does not want to completely shut down the old system until the new system has been fully tested in real operations. The company can afford some extra short-term costs in order to reduce operational risk. A. Identify the most appropriate conversion style for this situation and briefly justify your answer.B. Briefly explain why a business contingency plan is especially important during this type of system conversion.

A software company is developing an online meal-ordering sys…

A software company is developing an online meal-ordering system for a restaurant chain. The system must allow customers to place orders, process payments, and send the order to the kitchen. The system analysts have completed the logical DFDs and are now transitioning into physical design and program design. Answer all parts below. A. Explain the difference between a logical DFD and a physical DFD, and describe why the physical DFD is required before program construction begins. B. Define what a structure chart is and explain its purpose in program design. Then explain the difference between a transform structure and a transaction structure, and identify which one best fits this meal-ordering system with justification. C. Explain the design guidelines of high cohesion and low coupling, and analyze how violating either guideline would negatively impact the maintainability and reliability of this system. Then describe what a program specification contains and why pseudocode is included.

A mid-sized healthcare technology company, MediTrack Solutio…

A mid-sized healthcare technology company, MediTrack Solutions, develops a web-based patient scheduling and electronic intake system for clinics. The company has traditionally used the Waterfall approach, but due to frequent requirement changes, long delivery cycles, and customer dissatisfaction, management has decided to adopt the Scrum framework. The first Scrum project will focus on implementing a new feature: an online patient appointment scheduling system with automated confirmation. The Scrum roles have been assigned as follows: a Product Owner from the business operations department, a ScrumMaster from the IT project management office, and a Development Team of seven software developers and testers. The Product Owner has stated the following business need: patients must be able to book appointments online and receive immediate confirmation without calling the clinic. The organization has also defined the following Definition of Done for all user stories in this project: the feature must be fully implemented, the code must be complete and reviewed, the feature must be fully tested, no known defects may remain, user documentation must be completed, and the feature must be ready for deployment to production. Answer all parts below. A. Write one properly formatted user story for the online appointment scheduling feature.B. Write at least three clear acceptance criteria for your user story.C. Assign an appropriate story point value to your user story and briefly justify your estimate.D. Using the Definition of Done provided, explain why acceptance criteria alone are not sufficient to declare a user story “done.”E. Identify which Scrum role is responsible for prioritizing this user story in the product backlog and which Scrum role ensures that the Definition of Done is properly applied during the sprint.

A hospital is developing a new patient management system tha…

A hospital is developing a new patient management system that will store millions of patient records, appointment data, billing transactions, and historical medical visits. The system must support daily transaction processing as well as management reports that analyze large volumes of data. Answer all parts below. A. Identify which type of database is most appropriate for this system and justify your answer based on how the data will be stored and used. B. Explain the difference between a logical ERD and a physical ERD, and describe why the physical ERD is required before implementation. C. The database has been fully normalized for storage efficiency, but report performance is very slow. Identify two techniques that can be used to optimize access speed. Briefly explain how each technique improves performance. D. Explain the purpose of indexing, and identify two specific situations in which an index should be created.