Information systems in the management of knowledge, ethics and crime Flashcards
How are files organized on a computer system?
By hierarchy, record and entity.
Explain data redundancy and inconsistency.
Data redundancy (data hierarchy) is the presence of duplicated data in multiple diles, meanwhile data inconsistency (data entity) is when the same atribute has different values.
Enumerate the problems with the traditional file environment.
Data redundancy and inconsistency, program-data dependence (when changes in program requires changes to data accessed by the program), lack of flexibility, poor security and lack of data sharing and availability.
What’s a database?
A database can be seen as a collection of data organized to serve many applications by centralizing data and controlling redundant data.
What’s a DBMS?
A DBMS or Database Management System is all the interfaces between application programs and physical data files, that seprates logical and physical views of data and solves the problems of traditional file environment.
What are the 2 capabilities of DBMS?
Querying and reporting.
Name the 2 types of DBMS you know.
RDBMS (Relational DBMS) and OODBMS (Object-Oriented DBMS).
Show the differences between RDBMS and OODBMS.
The RDBMS stores only data in Entities, defined as tables that hold specific information and handle simpler data. The Entity type refers to the collection of entity that share a common definition.
The OODBMS stores data as Objects, handles larger and more complex data and stores not only data but also the methods to use it. Class describes a group of objects that have common relationships, behaviors and also have similar properties.
What are the 3 basic operations to develop useful sets of data in a RDBMS?
Select, join and project.
What are the capabilities of DBMS?
Data definition, data dictionary and data manipulation language and report generation.
What are we doing when we are streamlining complex groupings of data to minimize redundant dsta elements and awkward many-to-many relationships?
Normalization.
What’s information policy?
Information policy specifies the organization’s rules for sharing, disseminating, acquiring, standardizing, classifying and inventorying information.
What’s responsible for the specific rules and procedures through which data can be managed as an organizational resource?
Data administration.
What’s responsible for defining and organizing the structure and content of the database and maintaining the database?
Database administration.
How can one ensure data quality?
Identify and correct erroneous data using data quality audits and data cleansing.