Systems Analysis and Design (Shelly Cashman Series) (MindTap Course List)
Systems Analysis and Design (Shelly Cashman Series) (MindTap Course List)
11th Edition
ISBN: 9781305494602
Author: Scott Tilley, Harry J. Rosenblatt
Publisher: Cengage Learning
Question
Book Icon
Chapter 9, Problem 1Q
Program Plan Intro

What are the problems in Mario’s system and why same problems did not occur in Danica’s system?

Expert Solution & Answer
Check Mark

Explanation of Solution

Given Information: There are two Auto shops similar to each other but with different information systems. Mario’s Auto shop used two file-oriented system and Danica’s Auto shop used database management system.

Explanation:

Mario’s system is divided into two file processing systems in order to manage the business. These two systems required two different files for data storage without having any link to each other. These two separate storages make that data inconsistent. That was the problem with Mario’s system. For example, there are three data items associated with Mario’s system named as Mechanic id, Name and Pay rate. These three items are stored in both the files of system which will cause redundancy of data and hence will impact the quality of data and integrity.

The same problem did not occur in Danica’s system because it used a database management system with two tables linked to each other. So, it would not cause any duplicity of data items and hence would not impact the quality of the data.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!
Students have asked these similar questions
Question 5: Study the scenario and complete the question(s) that follow: (The scenario is tagged on the picture.) 5.1) Create a use-case diagram that illustrates the hotel’s online reservation system.
I have used 3 questions on this one question already. Everytime I get the response it does not work for every scenario below. I have spent so much time on this question and I would really like to understand it. If you are unable to figure out a code that works for all scenarios then plese reject the question. I can't lose anymore questions on this one. I appreciate your assistance. I have highlighted the 2 scenarios in bold that my tester always get hung up on.   Count dominators def count_dominators(items): An element of items is said to be a dominator if every element to its right (not just the one element that is immediately to its right) is strictly smaller than it. By this definition, the last item of the list is automatically a dominator. This function should count how many elements in items are dominators, and return that count. For example, dominators of [42, 7, 12, 9, 13, 5] would be the elements 42, 13 and 5. Before starting to write code for this function, you should consult…
PLS NO AI GENERATED SOLUTIONS, THANKS A LOT..NO CHATGPT PLS...I'VE POSTED THE SAME QUESTION MULTIPLE TIMES, BUT I KEEP RECEIVING SOLUTIONS GENERATED BY CHATGPT. SOLUTIONS FROM CHATGPT AIN'T HELPFUL, THAT'S WHY I'M ASKING FOR HELP FROM HERE. PLEASE SOLVE THIS ONE WITHOUT USING ANY AI TOOL FOR A LIKE.    For each of the following CFLs L, give a "direct" design of an NPDA (no solutions with CFG pls). i) L1 = {a^n  b^m : 0 ≤ n ≤ m ≤ 3n} ii) L2 = {w ∈ {a, b}* : n_a (w) ≤ 3n_b(w)}      (n_a means n subscript a and n_b means n subscript b)
Knowledge Booster
Background pattern image
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole