MIS Foundations
Database Designs
QUERIES & DATA
Systems and Decisions
ERPSIM In Action
100

What does MIS stand for?

Management Information Systems.

100

What's a Primary Key?

unique identifier for each record.

100

What does QBE stand for?

Query by Example.

100

Which system handles daily transactions?

TPS (Transactional Processing Systems)

100

What type of system is ERPSim demonstrating?

ERP system (Enterprise Resource Planning).

200

Name three of the five MIS components.

Hardware, Software, Data, People, Processes.

200

What's a Foreign Key?

field that links one table to another.

200

What symbol means “greater than”?

>

200

Which system helps managers analyze data?

DSS (Decision Support System)

200

When a sale is made, which areas of the system update?

Inventory, accounting, and sales modules update automatically.

300

Explain the difference between data and information.

  • Data = raw facts (e.g., 200 units sold).

  • Information = processed data with meaning (e.g., Sales increased 10%).

300

Give me an example of a 1 to Many Relationship.

One instructor teaches many courses.

300

Which function calculates an average?

AVG()

300

Match this to a decision level:
“Adjusting next month’s budget.

Tactical (middle management)

Operational (lower level management)

Strategic (upper level management)

300

Why is inventory management critical to profitability in ERPSim?

Overstock increases holding costs; understock causes lost sales.

400

Why are “people” considered an MIS component?

Because systems only create value when users interpret data, make decisions, and follow processes. Technology alone does not generate insight.

400

Why can’t students and courses be stored in one single table?

Because it creates redundancy and duplication. One student can enroll in many courses, and each course has many students. This violates normalization principles. 


400

Why do we join tables in a query?

To retrieve related data stored across multiple tables using PK-FK relationships.

400

Give an example of a strategic decision supported by an ESS.

Example: Expanding into a new market, acquiring a competitor, setting 5-year pricing strategy (supported by ESS).

400

How does ERPSim demonstrate cross-functional integration?

Sales decisions affect production, procurement, and accounting automatically.

500

Give an example of how one of the five MIS components work together in a retail company.

  • Hardware: Cloud servers

  • Software: ERP system

  • Data: Sales transactions

  • People: Store managers

  • Processes: Order-to-Cash workflow
    Integration allows managers to monitor sales, restock inventory, and make pricing decisions.



500

Explain why a many-to-many relationship requires a bridge table.

Relational databases cannot directly implement many-to-many relationships. A bridge table resolves this by breaking it into two 1:M relationships and maintaining referential integrity while preventing duplication.

500

If you want to find total sales by state, what steps must you take logically?

  • Join Orders and Customers tables

  • Group data by State

  • Use SUM(TotalAmount)

  • Display grouped results

500

A manager uses a dashboard to adjust pricing after analyzing trends. Which systems is this and why?

Primarily MIS (reporting) and possibly DSS if predictive analytics are involved. It supports tactical decision-making using summarized and analyzed data.

500

What does ERPSim teach about data-driven leadership?

Decisions must be based on integrated, real-time data.