Introduction to Management Information Systems and Databases

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

1/47

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

48 Terms

1
New cards

data redundancy

the duplication of data in a database, leading to inefficiencies and inconsistencies.

2
New cards

data inconsistency

occurs when different copies of the same data do not match.

3
New cards

difficulty in data sharing

challenges faced when trying to access and share data across different systems or users.

4
New cards

limited security

insufficient measures to protect data from unauthorized access or breaches.

5
New cards

MIS

Management Information System. Structured system that collects, processes, stores, and distributes info to support decision-making and operations.

6
New cards

Mainframe computers

allow mod during use. Used for database operations (inventory, reservations, bank records), enterprise resource planning.

7
New cards

Client-server networks

data storage, backups, printing, communication, etc can all serve the customer/employee's need.

8
New cards

Cloud computing

accessing computer resources through the internet. Enabled sales and inventory tracking across entire retail chains.

9
New cards

Transaction processing systems

info system that handles business transactions. Captures, stores, modifies, and retrieves data.

10
New cards

Point-of-sale systems

track sales and provide info, relationships, & book keeping. Integrate multiple devices. Thermal printer (receipts) and speaker.

11
New cards

Decision Support systems

Help manage processes involving a variety of quickly changing inputs.

12
New cards

Supply chain management

planning, sourcing, manufacturing, assembly, logistics. Ability to create and process purchase orders, manage inventory in real time, and forecast future inventory needs.

13
New cards

Customer relationship management

integrating numerous processes related to marketing management into a single computer system.

14
New cards

Marketing Information Systems (MKIS)

integrating numerous processes related to marketing management into a single computer system. Gather, store, analyze. Integrated with customer relationship.

15
New cards

Enterprise resource planning (ERP)

a software system to manage core business processes. Used in mainframe computers. An integrated MIS system that will strengthen its position in a competitive marketplace.

16
New cards

DBMS

Database management system. Create, process, and administer a database. This is the one that is made by Oracle, Microsoft, and IBM enables users to store, retrieve, and manage data efficiently.

17
New cards

Data Integrity

Reliable, accurate, aligned with goals of organization. Increases data integrity.

18
New cards

Database data types and field properties

types is kind of data held. Properties is constraints.

19
New cards

Database record

row that contains related data (like customer info).

20
New cards

SQL

standard language for database interaction.

21
New cards

Database queries

instructions to retrieve or manipulate (code).

22
New cards

Forms

user-friendly interface for inputting data.

23
New cards

Reports

formatted outputs that summarize data.

24
New cards

Relational databases

organize data into tables based on structured data grouping. Uses foreign keys. Stored in fields, common field creates relationship.

25
New cards

Entities

EDR used in the design of relational databases. Visual representation.

26
New cards

Entities

The things entered into the database, like 'Student', 'Faculty', and 'Staff'.

27
New cards

Attributes

Columns that hold specific data about an entity.

28
New cards

Relationships

Entity interaction types: One-to-one, one-to-many, many-to-many.

29
New cards

Metadata

Data about data; contextual info about a data asset.

30
New cards

Primary key

Uniquely identifies each row within a single table; this is the auto-assigned number in the primary or parent table.

31
New cards

Foreign key

A key that refers to another primary key, linking data within a table in associated tables.

32
New cards

Referential integrity

Accuracy and consistency of data within a table relationship; whenever a foreign key value is used, it references a valid existing primary key in the parent table.

33
New cards

Normalization

Structuring data and tables in order to reduce redundancy.

34
New cards

Denormalization

Combines data from multiple tables into a single table to increase retrieval speed.

35
New cards

Big data

Encompasses all of the analysis tools and processes related to applying and managing large volumes of data.

36
New cards

Volume

Scale of data.

37
New cards

Variety

Different forms of data.

38
New cards

Veracity

Uncertainty of data.

39
New cards

Velocality

Analysis of streaming data.

40
New cards

Business Intelligence

Technologies, computer applications, and procedures for the collection, analysis, and presentation of business information.

41
New cards

Data warehouses/marts

Repository of data and information that organizations analyze to make informed business and operational decisions; a mart is a subsection of a warehouse, specific to departments.

42
New cards

Data integrity

Reliable, accurate, and aligned with the organization; centralization is critical.

43
New cards

Reduction of data redundancy

A problem with traditional file management systems addressed by relational databases.

44
New cards

Decreased data inconsistency

An advantage of relational databases over traditional file management systems.

45
New cards

Increased data security

An advantage of relational databases over traditional file management systems.

46
New cards

One-to-one relationship

One record in table A matches to one record in table B.

47
New cards

One-to-many relationship

One record in table A matches many records in table B, but B only matches one A.

48
New cards

Many-to-many relationship

Many records in table A match many records in table B and vice versa, often requiring a bridge table.