
The definition of general data management concepts and term.
Advantages of the

Explanation of Solution
Data management or database management consists of group of programs and procedure that manipulate database and provide an interface between the database and its uses and other application program. Data management helps in organising the raw facts of the data into useful information. General concepts and terms used while data management are described as follows:
Organisation of data
The first and foremost concept to data management is data organization. Generally, data is organised in a hierarchy which starts with the smallest piece of data used by computer and progress through the hierarchy to database. The hierarchy of data is described as follows:
A bit represents the state of circuit in either ON or OFF. Bits are organized in groups to generate byte. Generally, 8 bits are bundled together to represent a byte. A byte is used to represent a character. A character can be uppercase alphabet or lower-case alphabet or numerals or special characters. Field is typically a name, number or combination of characters that is used to describe the aspect of business object. Multiple fields are stored in the form of records and collection of these records is a file. A database contains multiple related files. Thus, database sits at the top of the hierarchical organisation of data.
Terms used while data management
Some of the most common and basic terms which are used while data management are entities, attributes and keys.
An entity in a database defines a person, place or thing for which data is collected, stored and maintained. For instance, in a university database, employee entity will be used to store information related to all the persons which forms the staff of the university.
Attributes are the description of the entity’s characteristics. For instance, the above-mentioned employee entity can have following attributes such as employeeID, name, gender, date of birth, date of joining, designation etc.
Keys are the one or more attributes of an entity which uniquely identifies each record in an entity. For instance, in case of entity employee to identify its different instances employeeID can be used as a key.
In recent times, most of the organisation use database approach to data management. In the database approach a common pool of database is maintained which is shared with in the organisation. There are many advantages of the database approach to data management which are described as follows:
- Database helps keep all data together at a single place, so it becomes easy to manage accessibility and control security.
- Databases can also be used to gain relational data among all the available entry in the database. This helps to manage and eliminate duplicate data from the system.
- Database helps to improve and check data quality, resulting in efficient data management, and effective control over data available in the database.
Want to see more full solutions like this?
Chapter 3 Solutions
Fundamentals of Information Systems
- Click the ____ option button in the Mail Merge task pane to use an Outlook contact list as a data source for a merge. Question 11Select one: a. Use Outlook contacts list b. Select from Outlook contacts c. Select Contacts d. Mail Merge Recipientsarrow_forwardA(n) ____ cannot be selected as the document type in the Mail Merge task pane. Question 9Select one: a. Letter b. Directory c. Fax d. E-mail messagearrow_forwardConsider a Superstore Database which consists of 3 tables, Orders, Returns, and Managers. The CSV files have been provided along with this DOC file in the Midterm 2 Link in the Moodle. Answer the questions as below: Use the created table as in the provided SQL query file, solve the problems as mentioned below. You will have to import the respective CSV files of the above created tables as without them, it is impossible to solve the questions below. If you are not able to upload the files successfully, do not leave the query questions. Just write the query to the best of your knowledge. Do not copy. To be graded for the screenshot answer, you must upload the CSV properly and paste the resulting screenshot of the queries as asked. Write Query to Find out which Product Sub-Category has a sum of Shipping Cost to sum of Sales ratio > 0.03.arrow_forward
- I need to render an image of a car continuously for a smooth visual experience in C# WinForms. It gets the location array (that has all the x,y of the tiles it should visit) from another function - assume it is already written.arrow_forwardwrite c program with features: Register a Bunny: Store the bunny's name, poem, and initialize the egg count to 0. Modify an Entry: Change the bunny's poem or update the egg count. Delete a Bunny: Remove a registered bunny from the list. List All Bunnies: Display all registered bunnies and their details. Save & Load Data: Store bunny data in a file to persist between runs. Use a struct to represent a bunny contestant. Store data in a binary file (bunnies.dat) for persistence. Use file I/O functions (fopen, fwrite, fread, etc.) to manage data. Implement a menu-driven interface for user interaction.arrow_forwardHelp, how do I write the pseudocode for the findMean function and flowchart for this?arrow_forward
- Need help drawing a flowchart for the findMax function herearrow_forwardNeed help writing the pseudocode for the findMin function with attachedarrow_forwardCreate a static function in C# where poachers appear and attempt to hunt animals. It gets the location of the closest animal to itself. Take account of that the animal also move too, so it should update the closest location (x, y) everytime it moves to a new location. Use winforms to show the movements of poachers.arrow_forward
- Create a static function in C# where poachers appear and attempt to hunt animals. It gets the location of the closest animal to itself. Take account of that the animal also moves too, so it should update the closest location (x, y) everytime it moves to a new location. Use winforms to show to movementsarrow_forwardI have to develop an efficient parallel numerical integration program on a 2-D mesh but I'm struggling. And it has to be in Cstararrow_forwardAn employee is departing from the company you work for. Explain why it could be best practice not to delete their user account but to lock it instead.arrow_forward
- Fundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningEnhanced Discovering Computers 2017 (Shelly Cashm...Computer ScienceISBN:9781305657458Author:Misty E. Vermaat, Susan L. Sebok, Steven M. Freund, Mark Frydenberg, Jennifer T. CampbellPublisher:Cengage Learning
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning




