Information Management, Data Processing, & Databases

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/21

flashcard set

Earn XP

Description and Tags

Flashcards about Information Management, Data Processing, & Databases

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

Information Management

Set of processes that supports an organization through the identification of information needs, data acquisition, creation, structuring, organization and storage of information, development of information products and services, information access and distribution and the utilization of information. Involves planning and control so that the correct people get the information they need in a timely manner.

2
New cards

Data

Maintained via an IT infrastructure must be interpreted in order to provide information (e.g. score from activities).

3
New cards

Information

From information systems must be understood in order to become knowledge (e.g. all students failed in a particular course).

4
New cards

Knowledge

Enables key people in an organization to make effective decisions.

5
New cards

Effective decisions

Lead to appropriate actions which lead to meaningful results.

6
New cards

Information Management improves business processes by

Cost reduction, reduction from uncertainty, and addition or creation of value.

7
New cards

Information Management

Harnesses Information Technology to improve the business process and meet business goals through information systems. Includes the utilization of internal and external data.

8
New cards

Information Management Policies

Incorporate policies and processes that govern the data such as who has access, how it is stored, data lifecycle. Involves people who manage information as well as the creators and users of data and information.

9
New cards

Data Processing

Collection and manipulation of data to produce information. Includes processes such as validation, sorting, summarization, aggregation, analysis, classification, reporting. Typically combines manual and electronic approaches.

10
New cards

Data Life Cycle

Create/Acquire, Store, Use, Share, Archive, Dispose, Destroy

11
New cards

Database Systems

Consist of the database and its accompanying application and the DBMS, are used in practically all disciplines in which computers and other consumer electronic devices are used.

12
New cards

Database

Collection of persistent data used by the application systems of some given enterprise. A logically coherent collection of related data with inherent meaning, representing some aspect of the real world, and designed, built, and populated with data for a special purpose, with an intended group of users and preconceived applications in which these users are interested.

13
New cards

Database applications

Enrollment, POS, airline booking, payroll, and other information systems that support typical company operations. Advances in technology have led to Big Data storage systems to manage data for organizations such as Amazon, Google and Facebook. Other applications include video streaming, GIS, data warehousing, data mining, OLAP, data analytics.

14
New cards

Database Management Systems (DBMS)

General purpose software system that facilitates the processes of defining, constructing, and manipulating databases for various purposes and applications. Provides tools, interfaces, and data languages for users of different skills and technical backgrounds.

15
New cards

Data access languages

Data definition language (DDL) and data manipulation language (DML); integrated into one comprehensive language (e.g., Structured Query Language for relational DBMSs).

16
New cards

Database Management Systems Classification

Architecture: centralized, distributed, in-memory, cloud. Data model: hierarchical, network, relational, object-relational, object-oriented, NoSQL. Content: transactional data, spatial data, multi-media, statistical data. Application type.

17
New cards

Database Management Systems Functions

Create/update the database structure ,Query from the database, Make changes to the database, Control access rights to data, Query from metadata,Backup/import/export and recovery;Monitoring and performance tuning,Data definition, Data manipulation, Application development,Administration

18
New cards

Database schema

Description of the database with respect to the structures that are used to store the data, the integrity constraints defined on the data, as well as operations on the data. Usually specified during the database design phase using a data model. When defined in a physical database via a DBMS, the metadata or the DBMS's data dictionary is updated. Changes infrequently, if at all.

19
New cards

Database instance

Actual data contained in the database at a particular moment in time. Upon creation of a database schema in a DBMS, the database instance is initially empty. Changes with each update (adding, modifying, or removing data).

20
New cards

Database Users

Database administrators (DBAs) and staff, application developers, database and interface designers, software engineers, system analysts, programmers, and end users.

21
New cards

Data Models

Collection of concepts and tools used in the description of a database in terms of structure used to hold the data and the relationships among data items, integrity constraints required to ensure the correctness of data, and operations permitted on the data. Represented through a specific database schema.

22
New cards

Categories of data models

Conceptual (high-level), logical (implementation or representational), and physical (low-level).