Presentation is loading. Please wait.

Presentation is loading. Please wait.

© Pearson Prentice Hall 2009 4-1 Using MIS 2e Chapter 4 Hardware and Software David Kroenke.

Similar presentations


Presentation on theme: "© Pearson Prentice Hall 2009 4-1 Using MIS 2e Chapter 4 Hardware and Software David Kroenke."— Presentation transcript:

1 © Pearson Prentice Hall 2009 4-1 Using MIS 2e Chapter 4 Hardware and Software David Kroenke

2 © Pearson Prentice Hall 2009 4-2 Study Questions Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

3 © Pearson Prentice Hall 2009 4-3 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

4 © Pearson Prentice Hall 2009 4-4 Q1 – What does a manager need to know about computer hardware? Hardware includes the electronic components and related gadgetry that input, process, output, and store data according to instructions encoded in computer programs or software. Fig 4-1 Input, Process, Output, and Storage Hardware

5 © Pearson Prentice Hall 2009 4-5 Q1 – What does a manager need to know about computer hardware? The basic components of a computer are divided into four categories.  Input hardware includes a keyboard, a mouse, scanners, microphones, and even handwriting for a tablet PC.  Processing hardware includes the central processing unit (CPU) which can be a dual-processor or a quad-processor. Main memory and special function cards are also in this category.  Output hardware includes video displays, printers, audio speakers, overhead projectors, and special-purpose devices.  Storage hardware includes magnetic disks, optical disks, and magnetic tape.

6 © Pearson Prentice Hall 2009 4-6 Q1 – What does a manager need to know about computer hardware? Fig 4-4 Bits are Easy to Represent Physically Computers use binary digits, or bits, to represent data. Each bit is either a zero or a one.

7 © Pearson Prentice Hall 2009 4-7 Q1 – What does a manager need to know about computer hardware? Regardless of whether computer data are numbers, alphabetic characters, or photos, they are merely a collection of bits. Fig 4-5 Important Storage-Capacity Terminology

8 © Pearson Prentice Hall 2009 4-8 Q1 – What does a manager need to know about computer hardware? The first step a computer uses to run a program is to transfer code from a storage disk, such as a hard drive, to its main memory. The second step is to move a program instruction, like Open File, from the main memory into the CPU by using a data channel, also called a bus. The cache memory, part of the CPU, stores frequently used instructions to help speed up processing. The operating system (OS), such as Windows, controls a computer’s resources. Small blocks of instructions from the OS are stored temporarily in the main memory. Since the main memory is too small to hold all the program code for the operating system and application programs, a computer uses memory swapping to move instructions in and out of main memory.

9 © Pearson Prentice Hall 2009 4-9 Q1 – What does a manager need to know about computer hardware? Fig 4-6 Computer Components in Use

10 © Pearson Prentice Hall 2009 4-10 Q1 – What does a manager need to know about computer hardware? You, as a manager, need to care how computers work because there are so many options to choose from when you’re selecting hardware components. At some point in your career, you may be part of the selection process for new computer equipment. Effective managers make sure computers match employee tasks and requirements. This attention to detail reduces employee frustration and improves productivity. There are two types of memory:  Volatile memory describes cache and main memory. When power is turned off to the computer, any data in them are lost.  Nonvolatile memory describes magnetic and optical disks. When the power is turned off, the data remain safely stored.

11 © Pearson Prentice Hall 2009 4-11 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

12 © Pearson Prentice Hall 2009 4-12 Q2 – How much does hardware cost? Your purchasing decision will focus on options such as  A laptop or a desktop  CPU speed and cache memory size  Main memory speed and size

13 © Pearson Prentice Hall 2009 4-13 Q2 – How much does hardware cost? You have to choose:  the type of magnetic disk that best meets your needs based on several factors like rotational delay and seek time.  the type of optical disks that you need to complete your tasks. CD or DVD optical disk? Or both?

14 © Pearson Prentice Hall 2009 4-14 Q2 – How much does hardware cost? Fig 4-8 Magnetic Disk Components This figure shows how data are recorded on magnetic disks.

15 © Pearson Prentice Hall 2009 4-15 Q2 – How much does hardware cost? Part of your purchasing decision will include the type of video display that best meets your needs. Will you purchase a CRT monitor or an LCD monitor? All monitors use pixels, small spots on the screen, to create displays. The quality of a CRT monitor is measured by its dot pitch. An LCD monitor’s quality is measured in pixel pitch. LCD monitors provide a choice of signal interfaces. VGA is older technology while DVI is a newer technology that provides a higher quality image. Each monitor has an optimal resolution based on the screen size and the dot or pixel pitch. Computers use a special CPU and a video processor to store and process images.

16 © Pearson Prentice Hall 2009 4-16 Q2 – How much does hardware cost?

17 © Pearson Prentice Hall 2009 4-17 Q2 – How much does hardware cost? Choosing the type of network access you’ll purchase depends on the type of network you have available. Printers can be shared among many workers or limited to personal access. Mobile devices are becoming a must in today’s connected world. You should match the device to the type of work the employee does.

18 © Pearson Prentice Hall 2009 4-18 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

19 © Pearson Prentice Hall 2009 4-19 Q3 – What is the difference between a client and a server? Because client-server processing is becoming the norm it’s important to understand how it works.  A client computer is used for word processing, spreadsheets, or email. Software enables the client to connect to a network like the Internet or a company-based private network.  A server computer provides some kind of service to the client. It can be email, Web sites, or database access.  Even though servers are just another type of computer, they have multiple CPUs, lots of main memory, and very large storage disks.  Large Web sites use server farms to help process millions of transactions and activities in a coordinated fashion.

20 © Pearson Prentice Hall 2009 4-20 Q3 – What is the difference between a client and a server? Fig 4-11 Client & Server Computers

21 © Pearson Prentice Hall 2009 4-21 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

22 © Pearson Prentice Hall 2009 4-22 Q4 – What does a manager need to know about software? There are two types of computer software.  Operating system software controls computer resources. It’s hardware specific and includes a specific instruction set based on the computer’s processor. Windows XP is an example.  Application program software helps users accomplish tasks like word processing or database management. Programs such as Microsoft Word or Excel examples. Fig 4-13 Categories of Computer Software

23 © Pearson Prentice Hall 2009 4-23 Q4 – What does a manager need to know about software? There are four major types of operating system software: Mac, Linux, Unix, and Windows. Each one uses a specific instruction set, has common applications, and is targeted towards a typical user.

24 © Pearson Prentice Hall 2009 4-24 Q4 – What does a manager need to know about software? Managers can choose from three basic categories of application software programs for their information systems.  Horizontal-market applications are common across all organizations and industries. Microsoft Word and Adobe Acrobat are examples.  Vertical-market applications serve a specific industry like medical records processing.  One-of-a-kind applications are created for a specific, unique need. The IRS’s software for processing tax returns is an example.

25 © Pearson Prentice Hall 2009 4-25 Q4 – What does a manager need to know about software? Once managers decide on the category of application software they need, they must decide how they’ll acquire the programs. They can choose from  Off-the-shelf software that users must accept “as is.” It’s generally used for horizontal applications.  Off-the-shelf with alterations software allows some changes in the code to fit a business’s needs. It’s used for vertical applications.  Custom-developed software is created for a particular business or set of users. It’s used for one-of-a-kind applications.  Firmware is special software installed in devices like PDAs or cell phones. It uses read-only memory on the device.

26 © Pearson Prentice Hall 2009 4-26 Q4 – What does a manager need to know about software? Fig 4-15 Software Sources and Types

27 © Pearson Prentice Hall 2009 4-27 Q4 – What does a manager need to know about software? Client-server applications require software code on both the client computer and the server computer. The difference between a thin client and a thick client is decided by the amount of software required on the client computer.  A thin client application only requires a browser like Internet Explorer. Accessing a Web site is an example of a thin client application. A thin client program is preferable because it doesn’t require extra software.  A thick client requires software programs in addition to a browser to function. Using Mozilla Thunderbird email is an example of a thick client application. Thick client software usually provides more features and functions.

28 © Pearson Prentice Hall 2009 4-28 Q4 – What does a manager need to know about software? Fig 4-16 Thin and Thick Clients

29 © Pearson Prentice Hall 2009 4-29 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

30 © Pearson Prentice Hall 2009 4-30 Q5 – How much does software cost? Managers should make software purchasing decisions based on the type of software and its functions that employees need to accomplish their tasks.  Some software programs require a company to purchase a site license that allows all its computers to run the program.  An upgrade adds new features and functions to existing programs and is less costly than a new software license.

31 © Pearson Prentice Hall 2009 4-31 Q5 – How much does software cost? Managers choose operating system software based on organizational policy. Managers choose horizontal-market software based on organizational policy and the components employees need to for their jobs. Managers choose vertical-market software based on job category needs. It is illegal and highly unethical to use software without proper licenses.

32 © Pearson Prentice Hall 2009 4-32 Q5 – How much does software cost? Fig 4-17 Client Software Prices

33 © Pearson Prentice Hall 2009 4-33 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

34 © Pearson Prentice Hall 2009 4-34 Q6 – What are viruses, Trojan horses, and worms? Here are some terms and definitions users should be familiar with to help protect computers from harm.  Viruses are computer programs that replicate themselves and may rob computer resources of meaningful work.  A payload is virus program code that can alter or delete programs or data in a computer.  A Trojan horse is a type of virus that masquerades as a useful program or file even though it may be damaging the computer’s programs or data.  Macro viruses spread by attaching themselves to common application files like Word or Excel. When an infected file is opened, the virus places destructive code in the startup files of the application and spreads from there.  A worm is a type of virus that propagates by using networks to spread from one computer to another.

35 © Pearson Prentice Hall 2009 4-35 Q6 – What are viruses, Trojan horses, and worms? Here are some ways users can prevent viruses and shield computers from harm.  Patches are modifications that fix known problems in a program’s code. Users should periodically check for patches from software manufacturers and download and install them immediately.  Antivirus programs search a computer’s memory and storage disks for known viruses and delete them when they’re found. Users should periodically download updates to antivirus programs since new viruses are continually introduced to networks.

36 © Pearson Prentice Hall 2009 4-36 Q6 – What are viruses, Trojan horses, and worms? Other steps users can take to help prevent viruses include  Never downloading programs or data from unknown Web sites.  Not opening email attachments from strangers.  Not opening unexpected email attachments.  Not relying on file extensions to be honest.

37 © Pearson Prentice Hall 2009 4-37 Q1 – What does a manager need to know about computer hardware? Q2 – How much does hardware cost? Q3 – What is the difference between a client and a server? Q4 – What does a manager need to know about software? Q5 – How much does software cost? Q6 – What are viruses, Trojan horses, and worms? Q7 – How can you use this knowledge?

38 © Pearson Prentice Hall 2009 4-38 Q7 – How can you use this knowledge? Fig 4-18 Business Mgr’s Role in Hardware & Software Specifications The type of buying decisions you may make as a business manager depends on the size of your organization and the type of hardware and software your employees need.

39 © Pearson Prentice Hall 2009 4-39 Q7 – How can you use this knowledge? Here’s the process you should use to create a computer budget for your department or business.  First you need to establish your base requirements by Assessing the type of work your employees perform and categorizing each job. Determining the computer workload requirements for each category. Then, deciding what your hardware and software requirements are for each category of worker.

40 © Pearson Prentice Hall 2009 4-40 Q7 – How can you use this knowledge? Once you’ve established your base requirements you need to forecast changes in Employees Workload department task assignments Upgrade requirements Using your base requirements and change forecasts, you can prepare a budget that includes hardware and software prices based on organizational requirements and practices. Don’t forget potential overhead fees for networks, servers, and communication equipment. Assess your proposed budget for feasibility and reasonability according to your organization’s competitive strategy. You may have to prepare justifications for your budget decisions. The last step is to document the results of your efforts for later use.

41 © Pearson Prentice Hall 2009 4-41 Q7 – How can you use this knowledge? Fig 4-19 Process for Preparing a Departmental IT Budget


Download ppt "© Pearson Prentice Hall 2009 4-1 Using MIS 2e Chapter 4 Hardware and Software David Kroenke."

Similar presentations


Ads by Google