Free Essay

This Is About the System Development Overview

In:

Submitted By surajbha2008
Words 1533
Pages 7
Chapter 1 – From Beginning to End: An Overview of Systems Analysis and Design

.
Classroom Discussion Activities
Note: For the purpose of Classroom Activities, there is usually not a ‘model answer’ to each question in the discussions. From week 2 onwards, answers will not be provided for Classroom Activities in the Tutorial Solution File.

1. Discuss what to do, i.e. what are the steps, to build a system. Discuss by giving an example, such as a patient monitoring system for a dentist, or an inventory tracking system for a small business.

Ask: How to build this system for the owner (who is a good friend)?

Note: Be careful to make your example large enough that it is not simply a "cottage industry" single person application where the student just builds something that is already in his/her head.

Consider the following questions:

← How do you find out exactly what the user needs the system to do?

← How do you remember what the user tells you about what it must do?

← How do you know what information is important to keep?

← How do you make sure it does what it is supposed to do?

← How do you divide up the work, if there are two or more of you working together?

The answers are expected to differ in each separate tutorial class based on the types of project experience that the class students have brought along with for the discussion.

The discussion allows all members in the class to share the experience of the others.

2. Discuss why we need and select a development methodology before starting a project.

The answers may differ in each different tutorial class.

Through this discussion the students demonstrate whether they know and appreciate the different types of development methodology in different projects.

Students also have the chance to argue the usefulness of a selected methodology for a certain project.

3. What is the basic purpose of a course in systems analysis and design?

A: To provide the student with the necessary tools to (1) understand and document the business need, i.e. requirements, (2) define a solution, (3) work in a team to build the solution and (4) launch the application so that it is in productive use.

4. What is the basic philosophy of Agile development?

A: That the user cannot predict all of the needs of a new system, so the development process must be structured to anticipate the many requirements changes that normally occur. The development process must be flexible and agile.

5. What are the six core processes?

A: The six core processes are:

1. Identify the problem or need and obtain approval to proceed.

2. Plan and monitor the project—what to do, how to do it, and who does it.

3. Discover and understand the details of the problem or the need.

4. Design the system components that solve the problem or satisfy the need.

5. Build, test, and integrate system components.

6. Complete system tests and then deploy the solution.

6. What are the key benefits of iterative development?

A: Quicker deployment of important portions of the system, being able to address tough problems early, and having a flexible development process that can respond to changing requirements.

1 Solutions to End-of-Chapter Problems

1 Review Questions

1. What is the difference between an information system and a computer application?

Usually a computer application is a single computer program that may or may not be connected to a database. An information system is normally multiple computer programs that are connected to a database and thus provide as output various types and quantities of information.

2. What is the purpose of systems analysis? Why is it important?

The purpose of systems analysis is to enable the system developer to understand the user's requirements. Without a good analysis of the user's needs and requirements the new system will be inadequate in its solution or erroneous in its implementation.

3. What is the difference between systems analysis and systems design?

Systems analysis is to determine the “what” the new system should do. It is discovery and understanding. Systems design is to determine “how” the new system should be built. It is structure and architecture.

4. What is a project?

A project is a planned undertaking that has a beginning and an end and which usually produces some predefined result. It is often managed with a schedule or list of required activities.

5. What are the six core processes for software systems development?

1. Identify the problem. 2. Plan and monitor the project. 3. Discover and understand the requirements. 4. Design the system components. 5. Build, test, integrate the system components. 6. Finalize testing and deploy the solution.

6. What is meant by Agile Development?

Agile development is a philosophy of systems development that emphasizes flexibility to handle changing requirements during the development project.

7. What is the purpose of a System Vision Document?

The System Vision Document is a brief statement which describes the overall objective of the new system. Its purpose is to provide basic information about the need and solution approach to assist the client in deciding whether to approve a development project.

8. What is the difference between a system and a subsystem?

A system usually consists of a complete solution that functions by itself. A subsystem is an identifiable and partitioned portion of the system. A subsystem usually is not an independent entity but functions within the context of the entire system.

9. What is the purpose of a Work Breakdown Structure?

The purpose of a Work Breakdown Structure is to identify all the tasks, e.g. the work, that must be accomplished for a project.

10. What are the components of a Work Breakdown Structure? What does it show?

It usually contains a list of all the tasks that must be done, along with an estimate of how much work each task will require. It provides a comprehensive list of the work to be done. It is the basis for building a project schedule.

11. What information is provided by use cases or a use case diagram?

Use cases, either in a list format or a diagram format, show all of the user functions that the new system must support.

12. What information is provided by a class diagram?

A class diagram identifies all of the “things” that must be remembered and tracked by the new system. In essence the class diagram will be used to design and build the database for the new system.

13. How do a use case diagram and a class diagram drive the system development process?

The use case diagram defines the processes (e.g. functions) of the new system and the class diagram defines the data of the new system. Each system consists of processes and information, so these two diagrams define what must be done.

14. What is another way to describe an activity diagram? What does it show?

An activity diagram is also a “workflow” diagram. It shows the flow of steps that a user, working with a system, follows to complete a business process or use case.

15. How does an activity diagram help in user-interface design?

An activity diagram shows the interactions between a user and the system. Those interactions must be supported by the user interface.

16. What is the purpose of architectural design?

Architectural design is used to design the overall structure of the new system. It defines the major components of the new system and how they relate to each other.

17. What new information is provided in a design class diagram (more than a class diagram)?

A design class diagram is an extension of a class diagram and it shows how the attributes become data fields with type information. It also identifies the methods of a class. It also shows which classes have visibility to other classes to access their methods.

18. What are the steps of system testing?

System testing consists of 1. create the test data, 2. conduct the tests, 3. Identify and document the errors, 4. Fix the errors. This process repeats until the number of errors is minimal or acceptable.

19. What is the purpose of user acceptance testing?

User acceptance testing is to allow the users to verify that the system performs in a manner that does in fact solve the business problem. The system should not only provide correct answers, but it should provide answers for all the issues identified during analysis.

20. Why is it a good practice to divide a project into separate iterations?

Separate iterations allow the project to be partitioned into smaller chunks of work that can be managed and controlled better. It also provides intermediate deliverables so that both the project team and the users can ascertain if the new system is going to solve the business problems.

21. What should be the objective or result of an iteration?

The objective of an iteration should be to produce a portion of the solution system. Usually this means that some working piece of the system is design, coded, and tested. Sometimes it also allows portions of the final solution to be deployed early.

Similar Documents

Premium Essay

Software Engineering

...Computer Science in Germany. This document neither claims completeness, nor correctness of the presented topic. Please let me know in case of errors or missing information: contact.benjaminsommer.com [SOFTWARE ENGINEERING LECTURE NOTES] October 21, 2011 OVERVIEW SOFTWARE PROCESSES SOFTWARE PROCESS MODELS PROCESS ACTIVITIES COPING WITH CHANGE THE RATIONAL UNIFIED PROCESS AGILE SOFTWARE DEVELOPMENT AGILE METHODS PLAN-DRIVEN AND AGILE DEVELOPMENT EXTREME PROGRAMMING AGILE PROJECT MANAGEMENT SCALING AGILE METHODS REQUIREMENTS ENGINEERING FUNCTIONAL AND NON-FUNCTIONAL REQUIREMENTS THE SOFTWARE REQUIREMENTS DOCUMENT REQUIREMENTS SPECIFICATION REQUIREMENTS ENGINEERING PROCESSES REQUIREMENTS ELICITATION AND ANALYSIS REQUIREMENTS VALIDATION REQUIREMENTS MANAGEMENT SYSTEM MODELING CONTEXT MODELS INTERACTION MODELS STRUCTURAL MODELS BEHAVIORAL MODELS MODEL-DRIVEN ENGINEERING ARCHITECTURAL DESIGN ARCHITECTURAL DESIGN DECISIONS ARCHITECTURAL VIEWS ARCHITECTURAL PATTERNS APPLICATION ARCHITECTURES DESIGN AND IMPLEMENTATION OBJECT-ORIENTED DESIGN USING THE UML DESIGN PATTERNS IMPLEMENTATION ISSUES OPEN SOURCE DEVELOPMENT SOFTWARE TESTING DEVELOPMENT TESTING TEST-DRIVEN DEVELOPMENT RELEASE TESTING download.benjaminsommer.com | 1 3 5 5 7 10 13 16 16 17 17 19 20 21 21 23 24 25 26 29 30 31 32 32 33 34 35 37 38 39 39 42 44 45 47 48 50 51 52 56 57 October 21, 2011 USER TESTING SOFTWARE EVOLUTION EVOLUTION PROCESSES PROGRAM EVOLUTION DYNAMICS SOFTWARE MAINTENANCE LEGACY SYSTEM MANAGEMENT DEPENDABILITY...

Words: 24348 - Pages: 98

Premium Essay

Individual Project

...Section 1: Information Systems Overview…………………………………………………….1 Organization Overview……………………………………………………………..1 Process for New Systems or Software.......................................................................1 IT Job Functions………………………………………………………………….....2 Determining Effectiveness…………………………………………………………..2 Section 2: Information Systems Concepts………………………………………………….....4 Overview……………………………………………………………………………..4 LAN vs. WAN………………………………………………………………………..4 Wi-Fi………………………………………………………………………………….5 Telecommuting……………………………………………………………………….5 Section 3: Business Information Systems………………………………………………………7 Overview……………………………………………………………………………..7 Transaction Processing Systems……………………………………………………7 Management Information Systems…………………………………………………8 Decision Support Systems…………………………………………………………..8 Artificial Intelligence………………………………………………………………..9 Section 4: System Development………………………………………..………………..……10 Overview…………………………………………………………………..…...…..10 Waterfall Method…………………………………………………….……………10 Prototype Method…………………………………………………………………10 System Design………………………………………………………….…………..11 Section 5: Information Systems and Society…………………………………………………13 Section 1: Information System Overview Organization Overview USA is a medium size credit union that was founded in 1948 and has grown to over half million members’ worldwide and about 6 billion in assets...

Words: 2753 - Pages: 12

Premium Essay

The Capital Market

...An overview of Bangladesh Capital Market: Fraudulent Practice An overview of Bangladesh Capital Market: Fraudulent Practice Prepared for Barrister M. Zillur Rahman Lecturer, Legal Environment of Business Institute of Business Administration (IBA) University of Dhaka Prepared by Ashraful Islam Dipankar Ghosh Roll: 18 Roll: 36 MBA 45E INSTITUTE OF BUSINESS ADMINISTRATION University of Dhaka Date: January 07, 2012 i An overview of Bangladesh Capital Market: Fraudulent Practice January 07, 2012 Barrister M. Zillur Rahman Lecturer Institute of Business Administration University of Dhaka Dear Sir: Subject: Submission of the term paper “An overview of Bangladesh Capital Market: Fraudulent Practice.” We are pleased to present you our term paper “An overview of Bangladesh Capital Market: Fraudulent Practice.” We have extensively enjoyed working on this topic. It has been a very interesting and informative experience for us. While working on this report we have learnt about capital market in Bangladesh. Due to the fraudulence practice in Bangladesh capital market several people has suffered a great loss. We believe this through study on the capital market of Bangladesh will help us immensely in our future life when we will involved more with our capital market. We hope our effort will meet the level of your expectations. Your guidelines and advice have been very effective and helped us a lot to complete our report. In case of any further query, please feel...

Words: 5713 - Pages: 23

Free Essay

Weerttghh

...An Overview of Formal Methods Tools and Techniques The goal of this chapter is to give an overview of the different approaches and tools pertaining to formal methods. We do not attempt to be exhaustive, but focus instead on the main approaches. After reading the chapter the reader will be familiar with the terminology of the area, as well as with the most important concepts and techniques. Moreover the chapter will allow the reader to contextualise and put into perspective the topics that are covered in detail in the book. Why do we need an overview of formal methods? Why not just study one rigorous method for software development? This is a very pertinent and legitimate question. The behavioural essence of software is not captured by a unique unified mathematical theory. Such a general foundation is unlikely to exist. Think for instance about the diversity of programming language paradigms and theories, and the resulting jungle of existing computer programming languages. Is there a definite paradigm (or, even, language) that makes obsolete all the other ones? Clearly not. Different languages will be chosen by different people to solve the same problem, and someone may well use different languages to solve different problems. Similarly, depending on the goals of the software designers and of the verification process, one may prefer a theory over another one, and even use more than one theory (and related formal methods techniques and tools), in the context of the development of...

Words: 13418 - Pages: 54

Premium Essay

The Effects of Banking Sector and Stock Market Development on the Malaysian Economic Growth: an Empirical Investigation

...STOCK MARKET DEVELOPMENT ON THE MALAYSIAN ECONOMIC GROWTH: AN EMPIRICAL INVESTIGATION BY HAFSAH AHMAD A THESIS SUBMITTED IN PARTIAL FULFILMENT OF THE REQUIREMENT FOR THE DEGREE OF DOCTOR OF PHILOSOPHY IN ECONOMICS KULLIYYAH OF ECONOMICS AND MANAGEMENT SCIENCES INTERNATIONAL ISLAMIC UNIVERSITY MALAYSIA MAY 2005 1 ABSTRACT This study investigates the long-run relationship between financial development (banking sector and stock market development) and economic growth in Malaysia. Six variables based on Malaysian quarterly data from 1978:1 to 2002:4 are employed, namely real GDP per capita, investment rate and ratios of credit, deposit, market capitalization, and value of shares traded to GDP. Two dynamic frameworks are adopted - Vector Auto regression (VAR) with error correction formulation for causality analyses and dynamic OLS (DOLS) procedure for estimation of growthfinance long-run relation. Causality analyses show that there is bi-directional causality between financial development (banking sector and stock market development) and economic growth. Analyses on growth-finance long-run relations indicate that banking sector development and stock market development individually have an independent positive effect on long-run economic growth. They enhance economic growth through both channels – the volume and efficiency of investment, with the latter being the main source of their independent effect. The study also shows that banking sector development and stock...

Words: 4882 - Pages: 20

Premium Essay

Risk Management

...Introduction 1 2. Risk Management Concepts 2 3. Framework Overview 3 4. The principles of risk management 4 5. Risk management in project management 5 6. Conclusion 5 7. References 6 Term Paper ------------------------------------------------- Vijaya Sankar Karri RISK MANAGEMENT vsk007@latech.edu Abstract Basically in software engineering risk management is an important part of project management. This term paper gives a detail introduction to the risk management concepts, overview of a framework. The main goal of the risk management framework is to reduce the chances of uncertain events, and to maintain all possible outputs under tight management. Risk management has to making judgments about various types of risk, software development risk, operational risk, and information security risk etc. The risk management framework is mainly intended for risk management principles for improving the quality of software development. 1. Introduction Even if most of the organizations uses risk management framework while developing software development system. The framework is used as a foundation for comprehensive risk management methodology and it also provide help for evaluating and improving software’s risk management practice. The risk management framework can be applied in all phases of the system development life cycle. And it also can be used to demonstrate the management of different...

Words: 983 - Pages: 4

Premium Essay

The Mission Statement

...Unit 3 Case 1 Facebook vs. Twitter Kaplan University School of Business and Management MT460 Management Policy and Strategy Author: Zecketia Coleman Professor: Dr. Marian Leerburger Date: 3/21/12 Mission statements are the most valuable overviews of a company. It is what separates a company with similar visions and goals from the next. A good mission statement provides a detailed understanding of a company’s unique purpose, functions and operations, products and services, market type and terms of technology. A mission statement also represent the business philosophy of strategic decisions to the firms self concept, primary customer needs of satisfaction, which in all reflect the values and priorities of the company’s performance over a life time. This is a detailed overview of how to construct a well developed mission statement using an example of Facebook a live networking websites. (Strategic Management, 12th Edition, pg 21) Face book’s mission is “to give people the power to share and make the world more open and connected.” (Facebook) As mentioned above, a mission statement is an overview of the company. A well written mission statement will provide in details its company’s unique purpose, functions and operations, products and services, market type, terms of technology, self concept, customer satisfaction, values, and priorities of the company’s performance which are not listed within the facebook’s mission statement. They do provide...

Words: 1613 - Pages: 7

Premium Essay

Information Systems and Learnings

...think anybody can talk meaningfully about one without the talking about the other. Bill Gates - Internet The number one benefit of information technology is that it empowers people to do what they want to do. It lets people be creative. It lets people be productive. It lets people learn things they didn't think they could learn before, and so in a sense it is all about potential. Steve Ballmer Information Systems Course Outline - Overview Aim This unit aims to examine the nature of information systems and their role in business; to provide an understanding of the key issues associated with their management and exploitation; and to review the range of current and emergent technologies. It places a strong emphasis on the realisation of e-business opportunities and the importance of information, not just technology, in achieving superior business performance. Objectives Information Systems has the specific objectives of: • establishing the role of information systems in business in general with an emphasis on the demands of the new economy; • highlighting the need to manage information not just technology; • providing an overview of the characteristics of current and emergent information technologies; • promoting a holistic and integrative approach to information systems. Skill based Objectives On completion of the Information Systems unit students should be able to: • identify how information systems can be applied to achieve business...

Words: 383 - Pages: 2

Premium Essay

Coke Sustainability Report

...Sustainability Report This report was released on October 7, 2012 | v1 . 8 About This Report The Global Reporting Initiative (GRI) is “a network-based organization that produces a comprehensive sustainability reporting framework that is widely used around the world.” This year, in 2012, The Coca-Cola Company has set out to report against the Key Performance Indicators (KPIs) that measure economic, environmental and social performance. We have done so within the scope of our Company’s wholly owned operations. Where we have reported information on behalf of the Coca-Cola system (The Coca-Cola Company and our bottling partners), we have flagged this information within the body of the text. For 2012, and the 2011/2012 Sustainability Report specifically, our Company has self-declared a grade B against the GRI G3.1 Guidelines. This year’s Sustainability Report has also received verification by a third-party external verification agency, FIRA Sustainability BV. Their verification is evidenced by a “+” sign next to our grade B, which reflects their verification and approval of our tracking systems. Throughout this report, you will find the KPIs that we have addressed, along with additional information regarding our most critical initiatives and programs. While we strive to continuously increase our transparency, some of the information requested in response to additional KPIs could put at risk our ability to compete and therefore are not included in the report. About This Report the coca-cola...

Words: 49808 - Pages: 200

Premium Essay

Thesis

...how to develop a computerized Sales and Inventory system for our client that can help them to level up their operations in terms of transaction’s speed and inventory management. 1.2 Overview of the Current State of the Technology The client uses carbon paper to their written receipt to have their own copy then every end of the day the client always reviews and re-computes all the transactions to summarize their total sale, to know their variances the client will deduct the total inventory (before they start operation) by total number of sold items and to track their nearly out of stock product, they are making a list of it then continuously deduct it every time the same product is sold. 1.3 Project Rationale Solving the client’s problems will give them a fast and efficient everyday operation. 2. PROJECT DESCRIPTION 2.1 Statement of the Problem How to develop a system that will make the client’s operation much better? 2.2.1 General Objectives The general objective of the study is to fasten their transactions and to help them manage their inventory much well by developing a computerized Sales and Inventory System. 2.2.2 Specific Objectives * To keep every transactions for future use The proposed system will automatically save all transactions for future use. * To make notification module The proposed system will notify the user about nearly out of stock product. 2.2.3 Scopes and Limitations ...

Words: 650 - Pages: 3

Free Essay

Fly Ash Utilization in China

...Market  Landscape  and  Policy  Analysis     Fly  Ash  U)liza)on  in  China   October  2010   1.  China fly ash utilization overview 2.  Drivers of fly ash utilization and relevant policy development trends 3.  Big 5 independent power producers China  fly  ash  u5liza5on  overview:   a  long  history  of  fly  ash  u5liza5on   1950s   China  begins  u5lizing  fly  ash,  mainly  in  the  construc5on  sector  as  concrete  admixture,  and   par5cularly  in  the  construc5on  of  hydropower  sta5ons China  begins  u5lizing  fly  ash  as  walling  material,  including  blocks,  wallboard,  baked  bricks,   and  ceramsite   The  government  starts  rolling  out  a  series  of  incen5ve  policies  for  fly  ash  u5liza5on  in   various  sectors  such  as  building  materials,  construc5on,  backfill,  agriculture,  etc.     The  State  Development  and  Planning  Commission1  releases  the  “China  Fly  Ash  U5liza5on   Technology  Policy  and  Implementa5on  Roadmap”   “Administra5ve  Measures  of  Fly  Ash  U5liza5on”  is  released  by  State  Economic  and  Trade   Commission2,  Ministry  of  Electric  Power  Industry3...

Words: 3192 - Pages: 13

Free Essay

What Is a Rfp

...How to Write an RFP for e-Learning Services Including a Customizable RFP Template What is an RFP? How can you narrow the list of possibilities before contracting for services? How can you ensure that your organization’s business needs will be met? One solution is to write and distribute a Request for Proposal (RFP) in the marketplace. An RFP is a document produced by a company seeking goods and/or services and distributed to prospective vendors. Vendors then provide proposals based on the criteria specified within the RFP. A well-written RFP will outline specific information about your organization, the services and products you need, and the specific requirements suppliers must meet in order to win your business. It forces your to identify your business and technical requirements. It also forces the vendor to state in writing to what extent they can meet your requirements. A written RFP increases market awareness of your organization’s needs, thereby increasing the competition to serve those needs and increasing the formality of the relationship between you and the supplier. In short, an RFP places you—the buyer—in control of the desired service levels and related requirements and lets potential vendors know up front that your most important concern is the level of customer service you will receive. Reasons to Write a Formal Request for Proposal • To increase competition for your organization’s money, which will increase the options and potentially could drive down...

Words: 4470 - Pages: 18

Premium Essay

He Objective of the Subject Is to Make Students Conversan

...Course Overview The objective of the subject is to make students conversant with a set of management guidelines which specify the firm’s product-market position, the directions in which the firm seeks to grow and change the competitive tools it will employ, the strengths it will seek to exploit and the weaknesses it will seek to avoid. Strategy is a concept of the firm’s business which provides a unifying theme for all its activities. Course Syllabus Group I: Defining Strategic Management, Characteristics of Strategic Management Types and Hierarchy, Formulation of Strategy: Various Stages and Components of Strategic Management, Determination of various objectives like corporate, divisions and departmental objectives: Vision, Mission and Purpose, Environmental Scanning: Internal & External environment, Types of Strategies, Guidelines for crafting strategies, Tailoring strategies to fit specific Industry. Group II: Strategic Analysis and Choice: Environmental Threat and Opportunity Profile (ETOP), Organizational Capability Profile – Strategic Advantage Profile, Corporate Portfolio Analysis – SWOT Analysis, Synergy and Dysergy – GAP Analysis, Porter’s Five Forces Model of Competition, Mc Kinsey’s 7s Framework, GE 9 Cell Model, Distinctive competitiveness – Selection of matrix while considering all models discussed above, Implementation of strategy: Analysis and development of organizational policies-marketing, production, financial, personnel and management...

Words: 11813 - Pages: 48

Free Essay

Sr-Rm-012

...SR-RM-012 Team A Week 3 BAS/310 March 23, 2014 Anastasia Jakubow Systems in Review We have been asked to review current and future systems for Riordan Manufacturing’s Human Resource and Legal departments. We have done an evaluation of the systems as they are today. The goal has been to identify areas that need improvement. Our suggestions are as follows. Human Resource The present Human Resource Information System (HRIS) was installed in 1992. Here is a short rundown of what the system does: stores employee information (pay rate, hire date etc.), contains separate excel spreadsheets for training/development and job analysis/salary compensation, job openings and resume filing, and employee relations (complaints, grievances etc.) ("HRIS", 2005). Upon review, it is concluded that Riordan Manufacturing is operating on an outdated HRIS. This has at least two disadvantages. First and foremost, the current system has security concerns. Second, the current system is not efficient. A survey of HRIS systems users has shown that lack of efficiency is one of the biggest problems with old HRIS systems, and therefore one of the top priorities in a new system (“Top HRIS challenges,” 2002). Security concerns include the following: employee information changes must be submitted on paper creating a possibility for loose papers with personal information, resumes are stored in multiple unsecured locations, and employee files are kept in multiple unsecured locations...

Words: 979 - Pages: 4

Premium Essay

Information Systems

...Why Learn About Information Systems in Organizations? Information systems are used in almost every imaginable profession. Entrepreneurs and small business owners use information systems to reach customers around the world. Sales representatives use information systems to advertise products, communicate with customers, and analyze sales trends. Managers use them to make multimillion- dollar decisions, such as whether to build a manufacturing plant or research a cancer drug. Financial advisors use information systems to advise their clients to help them save for their children’s education and retirement. From a small music store to huge multinational companies, businesses of all sizes could not survive without information systems to perform accounting and finance operations. Regardless of your college major or chosen career, information systems are indispensable tools to help you achieve your career goals. Learning about information systems can help you land your first job, earn promotions, and advance your career. Why learn about information systems in organizations? What is in it for you? Learning about information systems will help you achieve your goals. Let’s get started by exploring the basics of information systems. Why Learn About Hardware and Software? Organizations invest in computer hardware and software to improve worker productivity, increase revenue, reduce costs, and provide better customer service. Those that don’t may be stuck with outdated...

Words: 998 - Pages: 4