MANAGEMENT INFORMATION SYSTEMS
15th Edition
ISBN: 9780134640037
Author: LAUDON
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Expert Solution & Answer
Chapter 6, Problem 1RQ
Explanation of Solution
Problems of managing data resources in a traditional file environment
- The traditional file environment creates many problems of managing data resources.
- The problems include data redundancy and inconsistency, program data dependence, inflexibility, poor security and lack of data sharing and availability.
- These problems can be solved easily through the implementation of a
database management system. - A database management system is a software package designed for defining, manipulating, retrieving and managing data in a database.
Explanation of Solution
Components in the data hierarchy
The components in the data hierarchy include database, file, record, field, byte and bit.
Database
- A database is a collection or group of related files that belong to an organization or firm.
- It is a structured set of data held in a computer.
- It is a data structure that stores organized information.
File
- A file is a collection or group of company records that contain specific information.
- It is a common storage unit in a computer.
- It is a sequence of records stored in binary format.
Record
- A record is the collection of a group of related fields.
- A record of an employee includes personal information, work history, job accomplishments, and salary information.
- It is an object that can contain one or more values.
Field
- A field is a grouping of characters that can take the form of a word, a group of words, or a number.
- It is the set of data values of the same data type.
- Most databases allow fields to hold complex data like pictures, entire files and so on.
Byte
- A byte is a set of bits.
- A byte would be a single character that represents a letter, number or symbol.
- It is a unit of digital information that consists of eight bits.
Bit
- A bit is the smallest unit of data a computer can handle.
- A bit is either 0 or 1.
- It is the basic unit of information in information
theory, computing and digital communications.
Explanation of Solution
Significance of entity, attribute and key fields
Entity
- Entity is a mass block for building the data collected about person, place, event or thing.
- Entities represent attributes with multiple instances.
- Hence entity is about collection of data regarding person, place or thing.
- Examples of entities are patient, musician and so on.
Attribute
- An attribute is the property of an entity.
- It has the information about entity and this information is captured within the attribute.
- Examples of attributes are “name”, “address” and “contact_number” that defines the attribute of customer.
Key fields
- A key field identifies the record uniquely in the database.
- It helps to retrieve, update and sort the record.
- For example, in a database, person name cannot act as key field, because there may be another person with same name. Hence instead of that field, social security number is taken as key field for searching the record and hence it is unique.
Explanation of Solution
Problems in a traditional file environment
The problems of traditional file environment include:
Data redundancy and inconsistency
- The copy of content in several fields leads to redundancy and hence duplication occurs.
- This is because the organization stores same content of data in different names independently.
- This wastes the resource for storage and hence leads to inconsistency.
- Hence this leads to confusion because different coding systems are represented for same attribute.
Program data dependence
- This represents the coupling of data in file with small programs to update and maintain files.
- If there are changes in the data, then the dependent file also need to be changed.
- That is if the original data file is changed, then the other files related to that original file also needs to be changed.
Lack of flexibility
- The traditional file creates scheduled reports after
programming and it is very hard to create new reports. - Ad-hoc report file is not able to create.
- This report file cannot be created because it is expensive and needs more time and programmers for creating the intermediate files.
Poor security
- Here the management has little control over company data.
- Hence there is no way to trace back the person who accessed or changed the data.
- Hence it provides poor security to the data.
Lack of data sharing and availability
- It is impossible to share the data.
- This is because data is scattered across several files and hence it cannot be collected from different parts.
- Hence it cannot be accessed in specific time.
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
using r language to answer question 4. Question 4: Obtain a 95% standard normal bootstrap confidence interval, a 95% basic bootstrap confidence interval, and a percentile confidence interval for the ρb12 in Question 3.
using r language
using r language
Knowledge Booster
Similar questions
- using r language Obtain a bootstrap t confidence interval estimate for the correlation statistic in Example 8.2 (law data in bootstrap).arrow_forwardusing r language Compute a jackknife estimate of the bias and the standard error of the correlation statistic in Example 8.2.arrow_forwardusing r languagearrow_forward
- using r languagearrow_forwardThe assignment here is to write an app using a database named CIT321 with a collection named students; we will provide a CSV file of the data. You need to use Vue.js to display 2 pages. You should know that this assignment is similar, all too similar in fact, to the cars4sale2 example in the lecture notes for Vue.js 2. You should study that program first. If you figure out cars4sale2, then program 6 will be extremely straightforward. It is not my intent do drop a ton of new material here in the last few days of class. The database contains 51 documents. The first rows of the CSV file look like this: sid last_name 1 Astaire first_name Humphrey CIT major hrs_attempted gpa_points 10 34 2 Bacall Katharine EET 40 128 3 Bergman Bette EET 42 97 4 Bogart Cary CIT 11 33 5 Brando James WEB 59 183 6 Cagney Marlon CIT 13 40 GPA is calculated as gpa_points divided by hrs_attempted. GPA points would have been arrived at by adding 4 points for each credit hour of A, 3 points for each credit hour of…arrow_forwardI need help to solve the following case, thank youarrow_forward
- You will write a program that allows the user to keep track of college locations and details about each location. To begin you will create a College python class that keeps track of the csollege's unique id number, name, address, phone number, maximum students, and average tuition cost. Once you have built the College class, you will write a program that stores College objects in a dictionary while using the College's unique id number as the key. The program should display a menu in this order that lets the user: 1) Add a new College 2) Look up a College 4) Delete an existing College 5) Change an existing College's name, address, phone number, maximum guests, and average tuition cost. 6) Exit the programarrow_forwardShow all the workarrow_forwardConstruct a frequency polygon density estimate for the sample in Question 1, using bin width determined by Sturges’ Rule.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education