Free Essay

Business Information Systems

In:

Submitted By stuthi
Words 2323
Pages 10
Waterfall Software Development Life Cycle Model

The simplest software development life cycle model is the waterfall model, which states that the phases are organized in a linear order. A project begins with feasibility analysis. On the successful demonstration of the feasibility analysis, the requirements analysis and project planning begins.
The design starts after the requirements analysis is done. And coding begins after the design is done. Once the programming is completed, the code is integrated and testing is done. On succeeful completion of testing, the system is installed. After this the regular operation and maintenance of the system takes place. The following figure demonstrates the steps involved in waterfall life cycle model.

The Waterfall Software Life Cycle Model
With the waterfall model, the activities performed in a software development project are requirements analysis, project planning, system design, detailed design, coding and unit testing, system integration and testing. Linear ordering of activities has some important consequences. First, to clearly identify the end of a phase and beginning of the others. Some certification mechanism has to be employed at the end of each phase. This is usually done by some verification and validation. Validation means confirming the output of a phase is consistent with its input (which is the output of the previous phase) and that the output of the phase is consistent with overall requirements of the system.
The consequences of the need of certification is that each phase must have some defined output that can be evaluated and certified. Therefore, when the activities of a phase are completed, there should be an output product of that phase and the goal of a phase is to produce this product. The outputs of the earlier phases are often called intermediate products or design document. For the coding phase, the output is the code. From this point of view, the output of a software project is to justify the final program along with the use of documentation with the requirements document, design document, project plan, test plan and test results.
Another implication of the linear ordering of phases is that after each phase is completed and its outputs are certified, these outputs become the inputs to the next phase and should not be changed or modified. However, changing requirements cannot be avoided and must be faced. Since changes performed in the output of one phase affect the later phases, that might have been performed. These changes have to made in a controlled manner after evaluating the effect of each change on the project.This brings us to the need for configuration control or configuration management.
The certified output of a phase that is released for the best phase is called baseline. The configuration management ensures that any changes to a baseline are made after careful review, keeping in mind the interests of all parties that are affected by it. There are two basic assumptions for justifying the linear ordering of phase in the manner proposed by the waterfall model.
For a successful project resulting in a successful product, all phases listed in the waterfall model must be performed anyway.
Any different ordering of the phases will result in a less successful software product.
Project Output in a Waterfall Model
As we have seen, the output of a project employing the waterfall model is not just the final program along with documentation to use it. There are a number of intermediate outputs, which must be produced in order to produce a successful product.
The set of documents that forms the minimum that should be produced in each project are: * Requirement document * Project plan * System design document * Detailed design document * Test plan and test report * Final code * Software manuals (user manual, installation manual etc.) * Review reports

Prototyping Software Software Life Cycle goal of prototyping based development is to counter the first two limitations of the waterfall model discussed earlier. The basic idea here is that instead of freezing the requirements before a design or coding can proceed, a throwaway prototype is built to understand the requirements. This prototype is developed based on the currently known requirements. Development of the prototype obviously undergoes design, coding and testing. But each of these phases is not done very formally or thoroughly. By using this prototype, the client can get an "actual feel" of the system, since the interactions with prototype can enable the client to better understand the requirements of the desired system.
Prototyping is an attractive idea for complicated and large systems for which there is no manual process or existing system to help determining the requirements. In such situations letting the client "plan" with the prototype provides invaluable and intangible inputs which helps in determining the requirements for the system. It is also an effective method to demonstrate the feasibility of a certain approach. This might be needed for novel systems where it is not clear that constraints can be met or that algorithms can be developed to implement the requirements. The process model of the prototyping approach is shown in the figure below.

Prototyping Model
The basic reason for little common use of prototyping is the cost involved in this built-it-twice approach. However, some argue that prototyping need not be very costly and can actually reduce the overall development cost. The prototype are usually not complete systems and many of the details are not built in the prototype. The goal is to provide a system with overall functionality. In addition, the cost of testing and writing detailed documents are reduced. These factors helps to reduce the cost of developing the prototype. On the other hand, the experience of developing the prototype will very useful for developers when developing the final system. This experience helps to reduce the cost of development of the final system and results in a more reliable and better designed system.
Advantages of Prototyping 1. Users are actively involved in the development 2. It provides a better system to users, as users have natural tendency to change their mind in specifying requirements and this method of developing systems supports this user tendency. 3. Since in this methodology a working model of the system is provided, the users get a better understanding of the system being developed. 4. Errors can be detected much earlier as the system is mode side by side. 5. Quicker user feedback is available leading to better solutions.
Disadvantages
1. Leads to implementing and then repairing way of building systems. 2. Practically, this methodology may increase the complexity of the system as scope of the system may expand beyond original plans.

Iterative Enhancement Life Cycle Model
The iterative enhancement life cycle model counters the third limitation of the waterfall model and tries to combine the benefits of both prototyping and the waterfall model. The basic idea is that the software should be developed in increments, where each increment adds some functional capability to the system until the full system is implemented. At each step extensions and design modifications can be made. An advantage of this approach is that it can result in better testing, since testing each increment is likely to be easier than testing entire system like in the waterfall model. Furthermore, as in prototyping, the increments provides feedback to the client which is useful for determining the final requirements of the system.
In the first step of iterative enhancement model, a simple initial implementation is done for a subset of the overall problem. This subset is the one that contains some of the key aspects of the problem which are easy to understand and implement, and which forms a useful and usable system. A project control list is created which contains, in an order, all the tasks that must be performed to obtain the final implementation. This project control list gives an idea of how far the project is at any given step from the final system.
Each step consists of removing the next step from the list. Designing the implementation for the selected task, coding and testing the implementation, and performing an analysis of the partial system obtained after this step and updating the list as a result of the analysis. These three phases are called the design phase, implementation phase and analysis phase. The process is iterated until the project control list is empty, at the time the final implementation of the system will be available. The process involved in iterative enhancement model is shown in the figure below.

The Iterative Enhancement Model
The project control list guides the iteration steps and keeps track of all tasks that must be done. The tasks in the list can be include redesign of defective components found during analysis. Each entry in that list is a task that should be performed in one step of the iterative enhancement process, and should be simple enough to be completely understood. Selecting tasks in this manner will minimize the chances of errors and reduce the redesign work.
The Spiral Life Cycle Model
This is a recent model that has been proposed by Boehm. As the name suggests, the activities in this model can be organized like a spiral. The spiral has many cycles. The radial dimension represents the cumulative cost incurred in accomplishing the steps dome so far and the angular dimension represents the progress made in completing each cycle of the spiral. The structure of the spiral model is shown in the figure given below. Each cycle in the spiral begins with the identification of objectives for that cycle and the different alternatives are possible for achieving the objectives and the imposed constraints.
The next step in the spiral life cycle model is to evaluate these different alternatives based on the objectives and constraints. This will also involve identifying uncertainties and risks involved. The next step is to develop strategies that resolve the uncertainties and risks. This step may involve activities such as benchmarking, simulation and prototyping. Next, the software is developed by keeping in mind the risks. Finally the next stage is planned.

The next step is determined by remaining risks. For example, its performance or user-interface risks are considered more important than the program development risks. The next step may be evolutionary development that involves developing a more detailed prototype for resolving the risks. On the other hand, if the program development risks dominate and previous prototypes have resolved all the user-interface and performance risks; the next step will follow the basic waterfall approach.
The risk driven nature of the spiral model allows it to accommodate any mixture of specification-oriented, prototype-oriented, simulation-oriented or some other approach. An important feature of the model is that each cycle of the spiral is completed by a review, which covers all the products developed during that cycle, including plans for the next cycle. The spiral model works for developed as well as enhancement projects.
Spiral Model Description
The development spiral consists of four quadrants as shown in the figure above
Quadrant 1: Determine objectives, alternatives, and constraints.
Quadrant 2: Evaluate alternatives, identify, resolve risks.
Quadrant 3: Develop, verify, next-level product.
Quadrant 4: Plan next phases.
Although the spiral, as depicted, is oriented toward software development, the concept is equally applicable to systems, hardware, and training, for example. To better understand the scope of each spiral development quadrant, let’s briefly address each one.
Quadrant 1: Determine Objectives, Alternatives, and Constraints
Activities performed in this quadrant include: 1. Establish an understanding of the system or product objectives—namely performance, functionality, and ability to accommodate change. 2. Investigate implementation alternatives—namely design, reuse, procure, and procure/ modify 3. Investigate constraints imposed on the alternatives—namely technology, cost, schedule, support, and risk. Once the system or product’s objectives, alternatives, and constraints are understood, Quadrant 2 (Evaluate alternatives, identify, and resolve risks) is performed.
Quadrant 2: Evaluate Alternatives, Identify, Resolve Risks
Engineering activities performed in this quadrant select an alternative approach that best satisfies technical, technology, cost, schedule, support, and risk constraints. The focus here is on risk mitigation. Each alternative is investigated and prototyped to reduce the risk associated with the development decisions. Boehm describes these activities as follows:
. . . This may involve prototyping, simulation, benchmarking, reference checking, administering user questionnaires, analytic modeling, or combinations of these and other risk resolution techniques.
The outcome of the evaluation determines the next course of action. If critical operational and/or technical issues (COIs/CTIs) such as performance and interoperability (i.e., external and internal) risks remain, more detailed prototyping may need to be added before progressing to the next quadrant. Dr. Boehm notes that if the alternative chosen is “operationally useful and robust enough to serve as a low-risk base for future product evolution, the subsequent risk-driven steps would be the evolving series of evolutionary prototypes going toward the right (hand side of the graphic) . . . the option of writing specifications would be addressed but not exercised.” This brings us to Quadrant 3.
Quadrant 3: Develop, Verify, Next-Level Product
If a determination is made that the previous prototyping efforts have resolved the COIs/CTIs, activities to develop, verify, next-level product are performed. As a result, the basic “waterfall” approach may be employed—meaning concept of operations, design, development, integration, and test of the next system or product iteration. If appropriate, incremental development approaches may also be applicable.
Quadrant 4: Plan Next Phases
The spiral development model has one characteristic that is common to all models—the need for advanced technical planning and multidisciplinary reviews at critical staging or control points. Each cycle of the model culminates with a technical review that assesses the status, progress, maturity, merits, risk, of development efforts to date; resolves critical operational and/or technical issues (COIs/CTIs); and reviews plans and identifies COIs/CTIs to be resolved for the next iteration of the spiral.
Subsequent implementations of the spiral may involve lower level spirals that follow the same quadrant paths and decision considerations.

Similar Documents

Premium Essay

Business Information Systems

...Business Information Systems Business Information Systems ASSIGNMENT ASSIGNMENT TABLE OF CONTENTS INTRODUCTION PAGE 1 BODY-QUESTION ONE 1.1 PAGE 2&3 1.2 PAGES 1.3 PAGES QUESTION TWO 2.1 PAGES 2.2 PAGES 2.3 PAGES QUESTION THREE 3.1 PAGE 3.2 PAGE 3.3 PAGE 3.4 PAGE CONCLUSION PAGE REFERENCE PAGE Introduction Information systems (IS) or Business information systems deal with the development, introduction, conceptualization, utilization and maintenance of systems for computer-assisted data processing within the enterprise-wide and company networks. Information systems are used in almost every technical profession. Small company owners and entrepreneurs use IS to reach customers throughout the globe. Manager’s use IS to make large investment decisions, like research on a cancer drug or construct a manufacturing plant. Sales representatives utilize in order to advertise products, analyze sales trends and communicate with the customers. Financial planners use information systems in order to advice their customers to help their children's education or them save for the retirement. From a small store to large multinational companies, and various sizes and types of business organizations cannot survive without the business information systems in order perform finance and accounting task. The business...

Words: 6879 - Pages: 28

Premium Essay

Business Information Systems

...Joe Bryan Rob Pimentel Chapter 1 Case Study 1-1 Discussion Questions: 1.) How does the business strategy affect information systems and organizational decisions? A business strategy is a well-articulated vision of where a business seeks to go and how it expects to get there. Management constructs this plan in response to market forces, customer demands and organizational capabilities. The business strategy drives the decisions made by organizations and IS regarding the structure, hiring practices, applications, hardware and tactics. Organizational capabilities include the skills and experience that give the corporation a currency that can add value in the marketplace. The leaders of the organization must construct a plan to best utilize organization assets to work towards the business strategy. The documented plan must apply human and capital resources to objectives and timelines that clearly map to the business strategy. IS strategy can affect and is affected by changes in a firms business and organizational strategies. IS strategy always involves consequences – intended or not – within business and organizational strategies. 2) What generic strategy does Roche appear to be using based on this case? Provide a rationale for your response. D’Aveni identified four arenas in which firms seek to achieve competition advantage under hypercompetiition: 1) Cost/quality, 2) Timing/know-how 3) strongholds and 4) Deep pockets. Roche became hypercompetitive...

Words: 682 - Pages: 3

Premium Essay

Information Systems and Business

...every aspect of our lives from entertainment to shopping, from the work we do and where we do it, to how we communicate with friends, relatives, and business associates. As you can see from the opening vignette in the text, many businesses are remodeling their products and services to take advantage of expanded channel outlets such as the Internet, cell phones, and even iPod devices. This chapter gives you an overview of many of the subjects we’ll touch on in this course. It will help you understand how information technology is being used by many businesses worldwide to increase efficiency, save money, and create better relationships with suppliers and customers. 1.1 The Role of Information Systems in Business Today Ask managers to describe their most important resources and they’ll list money, equipment, materials, and people—not necessarily in that order. It’s very unusual for managers to consider information an important resource, and yet it is. As electronic business and electronic commerce grow in popularity and more firms digitize their operations, having useful information is becoming even more important to the global business community. This chapter will begin to explain why you need to manage your information resources as closely as any other in your organization. How Information Systems Are Transforming Business The next time you’re in your workplace or on your school’s campus, even walking down the street, take a closer look at the people around you and...

Words: 4852 - Pages: 20

Premium Essay

Business Information System

...Science & Information System CIN714 – Information Systems Management Trimester 1, 2014 White Paper – 10% Instructions:      Individual Assessment Due date: 15th April, 2014 at 4.00pm Weighting: 10% Length: 4000 words ± 100words The paper should be single column and no more than 6 pages. Since 1990s, Information Technology (IT) has been widely used in many industries. Particularly, Information Technology has modified the way of people doing their job and has changed the process and nature of work both in the public sector and commercial organizations. As rapid growth of information systems and its complexity, the challenges facing managers in these organizations has been increasing significantly. In the information-based organizations, managers both in business department and IT department must learn and extend knowledge and vision of management of information systems. Today it is widely recognized that most organizations need information systems to survive and succeed in the competitive business environment. Information systems can help companies extend their business range to far-away locations, offer new products and services, reform organization structure and work flows, and perhaps significantly change the way they operate business. You are required to do a research and write a white paper on “Information Systems – driver of change in business process and practices”. In your paper you can discuss the following. 1. Brief overview of business information systems, and explain...

Words: 438 - Pages: 2

Premium Essay

Information Systems and Business

...Information Systems and Business Evelyn Jenkins INF220: IS Principles Instructor Christopher Powell March 31, 2014 Over the course of the past few weeks, we have learned about businesses and how technology has affected how businesses are operating domestically and internationally. The information that I will provide in this assignment will give you an insight as to how information systems transform businesses, help solve business problems; how information systems support major business functions and how information systems affect business careers. Information systems are transforming business by providing instant access to real time information that can be processed immediately. Information systems relate to globalization because they connect companies, individuals, and data from all over the world together making access to information easier. Individuals and companies can access and share information through a number of resources available to them. Essential tools for conducting business may be internet, e-mail, online conferencing, video-web conferencing, cell phones, laptops, or any hand held smart device. In the fast paced environment that allows commerce to take place, information systems are key and are the foundation to any company’s success. The internet allows any company or individual to buy, sell, advertise, give and or receive company feedback online. This is allowing companies and or individuals to become more competitive and efficient by rethinking...

Words: 1069 - Pages: 5

Premium Essay

Business Information System

...1) List and explain four (4) major types of information system in organization. (20 marks) Successful organizations no matter large or small will used available and good technologies to manage business activities and assist in decisions making. They use the information systems to collect data and process it due to the needs of the analyst, manager or business owner. Businesses operate more efficiently by using varied information systems to interact with customers and partners, curtail costs and generate revenues. a) Transaction Processing Systems A Transaction Processing Systems (TPS) is the computer system — both hardware and software — that hosts the transaction programs. The software parts of a TPS usually are structured in a special way. TPS is to complete the data collection, storage, processing and the output as product for the core operations of a business. TPS information systems collect data from user inputs and then generate outputs based on the data collected. An example of TPS system could be an online movie ticket booking system. In such a system, people select their schedule and favorite seats (the input), and the system updates the seats available list, purchase those selected by the customer (the processing). The system then generates a bill and a copy of the ticket (the output). TPS information systems can be based on real-time or batch processing, and can help businessman full fill customer request without any additional staff or cost...

Words: 543 - Pages: 3

Premium Essay

Sample Business Information Systems Business Plan

...Sample Business Information Systems Business Plan Your Name(s) Go Here University of Phoenix BIS 220 June 15, 2014   Table of Contents 1.0 Executive Summary 4 1.1 Mission Statement 4 1.2 The Market 4 1.3 The Offering 5 1.4 Competition 5 1.5 Business Information Systems Resource Requirements 5 1.6 Business Information Systems Key Issues 5 2.0 The Business Information Systems Enterprise 5 2.2 Organization 5 3.0 Business Information Systems Selection 5 3.1 (What are the BIS you selected for your business? Why did you select these BIS systems? (Please provide 5 BIS systems. I.e. Point of Sales, Online ordering, Enterprise Resource Planning (ERP) etc…)) 6 4.0 Networking Technology Selection 6 4.1 (What is/are the networking technology system? Why did you select this/these networking technology systems? (Please provide at least 1 Networking Technology. I.e. Website Hosting (who will host your site), Internet Service Provider (identify bandwidth speed), Wireless capabilities, etc…)) 6 5.0 Business Information Systems and Networking Security Risk and Mitigation 6 5.1 (What are the security risks for the BIS selection?) 7 5.2 (What are the security risks for the Networking Technology selection?) 7 6.0 Business Cost Analysis (OPTIONAL) (BONUS POINTS) 7 6.1 (How much does it cost for the BIS and Networking Technologies you selected for your business?) 7 6.2 (How would you go about in obtaining funding for your business?) 7 6.3 (Provide a One-Year, Two-Year, and...

Words: 832 - Pages: 4

Premium Essay

E-Business - Information Systems

...Total word count: 2983 Introduction The STAR organization has only done business locally in Leeds in the United Kingdom, and seeks to expand its business on a global scale. To make this happen, STAR would require developing a competitive strategy which in due course helps the organization in achieving a competitive advantage. This report will touch on how an information system can greatly benefit STAR in terms of global expansion and change the dynamics of running businesses efficiently, as well as the impact of having it. Without a doubt, any new implementations to any organization will have its advantages and disadvantages, but the latter can be kept to the minimum, or even eliminated, if appropriately dealt with. 1 – Potential of IT systems The Ansoff Growth Matrix is a marketing planning tool which aids a business in defining its product and market growth strategy. As shown below (Fig 1.1), market development is the name given to a growth strategy where the STAR organization seeks growth by targeting its existing products to new market segments (QuickMBA, undated). Fig 1.1 – Ansoff product/market growth matrix (taken from http://www.tutor2u.net/business/strategy/ansoff_matrix.htm) The major goal of market development is to attract a new customer segment, using a slightly different strategy, into consuming an existing product (Ansoff, 1984, p455). According to Riley (2012), various market development strategies include; * New distribution channels i.e. changing...

Words: 3412 - Pages: 14

Premium Essay

Business Information Systems in Your Career

...Chapter 1 Business Information Systems in Your Career 1.1 Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall Essentials of Management Information Systems Chapter 1 Business Information Systems in Your Career STUDENT LEARNING OBJECTIVES • How are information systems transforming business and what is their relationship to globalization? • Why are information systems so essential for running and managing a business today? • What exactly is an information system? How does it work? What are its people, organization, and technology components? 1.2 Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall Essentials of Management Information Systems Chapter 1 Business Information Systems in Your Career STUDENT LEARNING OBJECTIVES • How will a four-step method for business problem solving help you solve information systemrelated problems? • How will information systems affect business careers and what information systems skills and knowledge are essential? 1.3 Copyright © 2011 Pearson Education, Inc. publishing as Prentice Hall Essentials of Management Information Systems Chapter 1 Business Information Systems in Your Career The New Yankee Stadium Looks to the Future • Problem: Escalating salaries, travel costs, and ticket prices, more competing entertainment options. • Solutions: Enhance fan experience by building state-of-the-art new stadium. 1.4 Copyright © 2011 Pearson Education, Inc. publishing as Prentice...

Words: 2974 - Pages: 12

Premium Essay

Business Information Systems in Your Career

...Management Information Systems, 11e (Laudon) Chapter 1 Business Information Systems in Your Career 1) Purchase of information systems and telecommunications equipment constituted more than half of all capital investment in the United States in 2013. Answer: TRUE Diff: 2 Page Ref: 5 AACSB: Information technology CASE: Comprehension Learning Objective: 1 - How are information systems transforming business, and what is their relationship to globalization? 2) A business model describes how a company produces, delivers, and sells a product or service to create wealth. Answer: TRUE Diff: 1 Page Ref: 11 AACSB: Application of knowledge CASE: Comprehension Learning Objective: 2 - Why are information systems so essential for running and managing a business today? 3) Information systems consists of all the hardware and software that a firm needs to use in order to achieve its business objectives. Answer: FALSE Diff: 2 Page Ref: 13 AACSB: Information technology CASE: Comprehension Learning Objective: 3 - What exactly is an information system? How does it work? What are its people, organizational, and technology components? 4) An extranet is a private intranet extended to authorized users outside the organization. Answer: TRUE Diff: 1 Page Ref: 17 AACSB: Information technology CASE: Comprehension Learning Objective: 3 - What exactly is an information system? How does it work? What are its people, organizational, and technology components? 5) Information systems literacy...

Words: 7204 - Pages: 29

Premium Essay

Strategic Business Objectives of an Information System

...Management information Systems | United Business Institutes BA2 | Essay Question 1 | Word Count 2845 | Erdem Emanuel 11378 | 3/20/2015 | Question 1: Write an essay outlining the strategic business objectives of an Information System (IS). Include a description of its management, organization and its technology components. Make use of diagrams where appropriate. | Contents Abstract 1 Introduction 1 Strategic Business Objectives of Information Systems (IS) 1 The Three Dimensions 1 Conclusions 1 References 1 Abstract In this time constrained-essay the reader will be introduced to the topic through an exploration of how the business world has changed since the digital revolution has occurred. This event, sometimes also referred to as the third industrial revolution, has dramatically increased the flow of information due to rapidly evolving internet access for more and more people worldwide. In parallel, the development and use of information technology has also strongly increased worldwide for people as well as for companies. In the next step, I will define the difference and connection between two important terms: information technology and information systems. Following I will explain the meaning of gathering data and its transformation into meaningful information for companies. The following part will then deal with the interdependence of organizations and information systems and go into more depth on explaining the six strategic business objectives...

Words: 2908 - Pages: 12

Premium Essay

How Business Use Information System

...Chapter 2 Global E-Business: How Businesses Use Information Systems 2.1 © 2010 by Prentice Hall Management Information Systems Chapter 2 Global E-Business: How Businesses Use Information Systems LEARNING OBJECTIVES • Define and describe business processes and their relationship to information systems. • Evaluate the role played by systems serving the various levels of management in a business and their relationship to each other. • Explain how enterprise applications, collaboration and communication systems, and intranets improve organizational performance. 2.2 © 2010 by Prentice Hall Management Information Systems Chapter 2 Global E-Business: How Businesses Use Information Systems LEARNING OBJECTIVES (Continued) • Explain the difference between e-business, ecommerce, and e-government. • Assess the role of the information systems function in a business. 2.3 © 2010 by Prentice Hall Management Information Systems Chapter 2 Global E-Business: How Businesses Use Information Systems The Tata Nano Makes History Using Digital Manufacturing • Problem: Outdated manufacturing processes, timeconsuming manual labor. • Solutions: Digital manufacturing systems allowed Tata to create a $2,500 car without sacrificing safety or value. • Dassault Systems’ Digital Enterprise Lean Manufacturing Interactive Application drastically reduced development cycle. • Demonstrates IT’s role in fostering innovation and improving efficiency. • Illustrates...

Words: 2508 - Pages: 11

Premium Essay

Business Information Systems in Your Career

...Business Information Systems in Your Career C H A P T E R 1 STUDENT LEARNING OBJECTIVES After completing this chapter, you will be able to answer the following questions: 1. How are information systems transforming business, and what is their relationship to globalization? Why are information systems so essential for running and managing a business today? What exactly is an information system? How does it work? What are its people, organization, and technology components? How will a four-step method for business problem solving help you solve information system-related problems? How will information systems affect business careers, and what information systems skills and knowledge are essential? 2. 3. 4. 5. 2 C HAPTER O UTLINE Chapter-Opening Case: The New Yankee Stadium Looks to the Future 1.1 The Role of Information Systems in Business Today 1.2 Perspectives on Information Systems and Information Technology 1.3 Understanding Information Systems: A Business Problem-Solving Approach 1.4 Information Systems and Your Career 1.5 Hands-On MIS Projects Business Problem-Solving Case: What’s the Buzz on Smart Grids? THE NEW YANKEE STADIUM LOOKS TO THE FUTURE Although baseball is a sport, it’s also big business, requiring revenue from tickets to games, television broadcasts, and other sources to pay for teams. Salaries for top players have ballooned, as have ticket prices. Many fans now watch games on television rather than attending them in person...

Words: 15330 - Pages: 62

Premium Essay

Business Information System Assignment

...Chapter 1 Business Information Systems in Your Career Multiple Choice Questions 1. One of the recent critical challenges facing Major League Baseball was: a. b. c. d. poor coordination between local and national sales channels. poorly managed sales channels. outdated information systems. decreasing ticket sales. Difficulty: Medium Reference: p. 3 Answer: d 2. The six important business objectives of information technology are new products, services, and business models; customer and supplier intimacy; survival; competitive advantage, operational excellence, and: a. b. c. d. improved flexibility. improved decision making. improved business practices. improved efficiency. Difficulty: Easy Reference: p. 6 Answer: b 3. Dell Computer's use of information systems to improve efficiency and implement "mass customization" techniques to maintain consistent profitability and an industry lead illustrates which business objective? a. b. c. d. Improved flexibility Improved business practices Competitive advantage Survival Difficulty: Hard Reference: p. 8 Answer: c 4. The use of information systems because of necessity is: a. b. c. d. survival improved business practices competitive advantage improved flexibility Difficulty: Medium Reference: p. 9 Answer: a 5. (Analysis) Which of the following choices may lead to competitive advantage (1) new products, services, and business models; (2) charging less for superior products; (3) responding to customers in real-time? a. b. c. d. 1 only 1 and 2...

Words: 34754 - Pages: 140

Premium Essay

Information Systems in Global Business Today

...Information systems (IS) is the study of complementary networks of hardware and software (see information technology) that people and organizations use to collect, filter, process, create, and distribute data.[1][2][3][4][5] The study bridges business and computer science using the theoretical foundations of information and computation to study various business models and related algorithmic processes within a computer science discipline.[6][7][8][9][10][11][12][13][14] Computer Information System(s) (CIS) is a field studying computers and algorithmic processes, including their principles, their software and hardware designs, their applications, and their impact on society[15][16][17] while IS emphasizes functionality over design.[18] Any specific Information System aims to support operations, management and decision making.[19] In a broad sense, the term is used to refer not only to the information and communication technology (ICT) that an organization uses, but also to the way in which people interact with this technology in support of business processes.[20] Some authors make a clear distinction between information systems, computer systems, and business processes. Information systems typically include an ICT component but are not purely concerned with ICT, focusing instead on the end use of information technology. Information systems are also different from business processes. Information systems help to control the performance of business processes.[21] Alter argues...

Words: 352 - Pages: 2