Information Business Systems

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which cloud computing model is MOST suitable for an organization that wants to develop and run custom applications without managing the underlying infrastructure?

  • Platform as a Service (PaaS) (correct)
  • Infrastructure as a Service (IaaS)
  • Software as a Service (SaaS)
  • Function as a Service (FaaS)

In the context of Business Process Modeling, what is the PRIMARY purpose of a gateway?

  • To represent a specific task or activity within the process.
  • To represent a trigger or outcome within the process.
  • To define the order in which activities are performed.
  • To control the flow of the process based on defined conditions. (correct)

When designing a system architecture with a focus on independent deployment and scaling of individual components, which architectural style is MOST appropriate?

  • Microservices architecture (correct)
  • Monolithic architecture
  • Client-server architecture
  • Layered architecture

Which of the listed Information Business Systems is specifically designed to record and process daily routine transactions?

<p>Transaction Processing System (TPS) (A)</p> Signup and view all the answers

An organization wants to adopt a cloud solution that allows them to quickly scale resources up or down based on demand. Which benefit of cloud computing is this organization PRIMARILY leveraging?

<p>Scalability (D)</p> Signup and view all the answers

Which business process modeling technique is BEST suited for identifying and eliminating waste in a process by analyzing the flow of materials and information?

<p>Value stream mapping (A)</p> Signup and view all the answers

In the context of system architecture principles, which principle ensures that the system can be easily adapted and updated to meet new requirements?

<p>Maintainability (D)</p> Signup and view all the answers

Which of the following is a PRIMARY challenge associated with adopting a hybrid cloud deployment model?

<p>Complex integration and management (A)</p> Signup and view all the answers

An organization is using a Business Process Model and Notation (BPMN) diagram. What does a 'sequence flow' element represent?

<p>The order in which activities are performed (D)</p> Signup and view all the answers

Which system architecture pattern divides an application into three interconnected parts (model, view, and controller) to separate concerns and improve maintainability?

<p>Model-View-Controller (MVC) (C)</p> Signup and view all the answers

Flashcards

Information Business Systems

Systems that collect, process, store, and distribute information to support business operations and decision-making.

Transaction Processing Systems (TPS)

Record and process daily business transactions.

Management Information Systems (MIS)

Provide summarized reports for management decision-making.

Decision Support Systems (DSS)

Aid in decision-making with analytical tools and models.

Signup and view all the flashcards

Cloud Computing

Delivering computing services over the internet, including servers, storage, and software.

Signup and view all the flashcards

Infrastructure as a Service (IaaS)

Provides virtualized computing resources over the internet.

Signup and view all the flashcards

Platform as a Service (PaaS)

Provides a platform to develop, run, and manage applications without managing the underlying infrastructure.

Signup and view all the flashcards

Software as a Service (SaaS)

Delivers software applications over the internet, on demand.

Signup and view all the flashcards

Business Process Modeling

A visual representation of a business process to understand, analyze, and improve it.

Signup and view all the flashcards

Business Process Model and Notation (BPMN)

A graphical notation for specifying business processes in a business process diagram (BPD).

Signup and view all the flashcards

Study Notes

Information Business Systems

  • Systems collect, process, store, and distribute information.
  • Supports business operations and decision-making.
  • Systems range from simple databases to complex ERP systems.
  • Crucial for managing data, automating processes, and improving business efficiency.
  • Components include hardware, software, data, people, and processes.
  • Hardware is physical components like servers, workstations, and network devices.
  • Software includes system software like OS and DBMS, and application software.
  • Data is structured and unstructured information the system uses.
  • People are users, developers, analysts, and managers.
  • Processes are defined procedures and workflows the system supports.
  • Types include TPS, MIS, DSS, and EIS.
  • TPS record and process daily transactions.
  • MIS provide summarized reports.
  • DSS aid in decision-making with analytical tools.
  • EIS provide high-level strategic information for executives.
  • Key functions are data management, process automation, reporting, and collaboration.
  • Challenges are data security, system integration, scalability, and user adoption.

Cloud Computing

  • Delivers computing services over the internet.
  • Includes servers, storage, databases, networking, software, analytics, and intelligence.
  • Cloud computing offers on-demand access to computing resources on a pay-as-you-go basis.
  • Cloud models: IaaS, PaaS, and SaaS.
  • IaaS provides virtualized computing resources over the internet.
  • PaaS provides a platform to develop, run, and manage applications without managing infrastructure.
  • SaaS delivers software applications over the internet on demand, typically on a subscription basis.
  • Cloud deployment models: public, private, hybrid, and community cloud.
  • Public cloud infrastructures are owned and operated by a third-party provider, offering resources to the general public.
  • Private cloud infrastructures are used exclusively by a single organization.
  • Hybrid cloud combines public and private clouds, allowing data and applications to be shared between them.
  • Community cloud infrastructures are shared by organizations with similar interests.
  • Benefits include cost savings, scalability, flexibility, disaster recovery, and automatic updates.
  • Challenges include security, compliance, vendor lock-in, and internet dependency.
  • Key technologies: Virtualization, containerization, and SOA.
  • Virtualization allows multiple virtual machines to run on a single physical server.
  • Containerization packages software and dependencies into isolated containers.
  • SOA designs software as a collection of loosely coupled services.

Business Process Modeling

  • Represents processes of an enterprise to analyze or improve the current process.
  • Involves creating a visual representation to understand, analyze, and improve a business process.
  • Common modeling languages are BPMN, UML, and EPC.
  • BPMN is a graphical notation for specifying business processes in a BPD.
  • UML is a standardized general-purpose modeling language in software engineering.
  • EPC is a flowchart-based business process modeling technique.
  • Key elements are activities, events, gateways, and sequence flows.
  • Activities represent work performed in the process.
  • Events represent triggers or outcomes in the process.
  • Gateways control the flow of the process based on conditions.
  • Sequence flows define the order of activities.
  • Tools include Microsoft Visio, Bizagi Modeler, and Signavio Process Manager.
  • Benefits are improved understanding, process optimization, better communication, and compliance enforcement.
  • Challenges include complexity, resistance to change, and maintaining accuracy.
  • Process analysis techniques are value stream mapping, root cause analysis, and process simulation.
  • Value stream mapping analyzes the flow of materials and information required to bring a product or service to a customer.
  • Root cause analysis identifies the fundamental causes of a problem.
  • Process simulation models the behavior of a process to identify bottlenecks and improve performance.

System Architecture

  • A conceptual model that defines the structure, behavior, and views of a system.
  • Encompasses the components, relationships, and principles governing design and evolution.
  • Provides a blueprint for the system development and deployment.
  • Types are monolithic, client-server, distributed, and microservices.
  • Monolithic architecture combines all components into a single deployable unit.
  • Client-server architecture distributes processing between clients and servers.
  • Distributed architecture spreads components across multiple machines.
  • Microservices architecture structures an application as a collection of small, autonomous services, modeled around a business domain.
  • Key architectural patterns include MVC, layered architecture, and event-driven architecture.
  • MVC separates an application into three interconnected parts: model, view, and controller.
  • Layered architecture organizes components into layers, each providing a specific set of services.
  • Event-driven architecture uses events to trigger communication between components.
  • Principles are modularity, scalability, maintainability, and security.
  • Modularity designs systems as a collection of independent modules.
  • Scalability ensures the system can handle increasing workloads.
  • Maintainability ensures the system can be easily modified and updated.
  • Security protects the system from unauthorized access and threats.
  • Tools include UML modeling tools, enterprise architecture frameworks (e.g., TOGAF), and cloud architecture tools (e.g., AWS CloudFormation).
  • TOGAF provides a comprehensive approach to designing, planning, implementing, and governing an enterprise information architecture.
  • CloudFormation provides a way to describe and provision all the infrastructure resources in your cloud environment.
  • Benefits are reduced complexity, improved reliability, faster development, and better alignment with business goals.
  • Challenges include evolving requirements, technology changes, and integration complexities.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

More Like This

MIS Chapter 10 & 11 Flashcards
28 questions
MIS Flashcards Quiz
61 questions
MIS 304 Exam 2 Review: Chapters 4, 5, and 6
45 questions
Use Quizgecko on...
Browser
Browser