36
Hardware and Software Basics BSAD 141 Dave Novak BDIS: Appendix A

Hardware and Software Basics

  • Upload
    angie

  • View
    35

  • Download
    2

Embed Size (px)

DESCRIPTION

Hardware and Software Basics. BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A. Reminder. Please READ the syllabus so that you understand the expectations, requirements, and structure of the course Understand the software requirements . Course Website URL. - PowerPoint PPT Presentation

Citation preview

Page 1: Hardware and Software Basics

Hardware and Software Basics

BSAD 141Dave Novak

BDIS: Appendix A

Page 2: Hardware and Software Basics

Reminder It is important to READ the syllabus so that

you understand the expectations, requirements, and structure of the course

Understand the attendance and grading policies

Understand the software requirements

Page 3: Hardware and Software Basics

Course Website URL I administer everything through the BSAD

141 course website http://www.uvm.edu/~dnovak/bsad141.html

Provides the schedule, class notes, class activities, reading assignments, grades, etc.

I suggest that you save the site in your favorites

You will need to consult the site multiple times a week

Page 4: Hardware and Software Basics

Required Software Microsoft Office suite (includes Word,

Excel, Access, and Visio)Matt Parisi (227 Kalkin) during business

hours• Bring your power supply

Page 5: Hardware and Software Basics

The Book is Required!! “Business Driven Information Systems”

5th edition, Baltzan, McGraw Hill Publishing, ISBN: 9780073402987 Learn Smart Connect license is required

to access companion content for courseYou cannot use codes from used books

and McGraw Hill does not vouch for 3rd party materials

You must register the Connect product associated with your specific section

Page 6: Hardware and Software Basics

The Book is Required!! You can use a single URL to register and

purchase material

Section A (10:05 AM)

Section B (11:40 AM)

Page 7: Hardware and Software Basics

Agenda Hardware and software overview Basic hardware Basic software

Page 8: Hardware and Software Basics

Hardware versus Software Hardware - Consists of the physical

tangible devices (these can be touched) associated with a computer systemMonitorsPrinters

Software - The collection of non-tangible instructions that the hardware executes to carry out specific tasks

Hardware and software work together

Page 9: Hardware and Software Basics

When does a manager care how a computer works? Device Usage – Memory leaks, limits and

applications Personal data files – storage options and

personal responsibilities (including security) Data file transmissions – size and security

considerations Budgeting – Over or Under Provision for 1,000

workstations every three years can be costly Competency with tools of the information age

Telephone, photograph, or the printing press of prior generations.

Page 10: Hardware and Software Basics

Why Does a Manager Care How a Computer Works? Main memory

Too little means constant memory swapping• Slows processing• Needs more memory if many applications need to be run for heavy

multitasking Speed in processing all instructions

• Expressed in hertz• Needs more CPU if handling complex tasks• Often the most costly upgrade

Magnetic and optical disks are nonvolatile Saved contents survive after power is turned off Where are your data Stored? Where are your data backed up? If there was a catastrophic event, what would happen to your data?

Page 11: Hardware and Software Basics

Hardware Basics

Page 12: Hardware and Software Basics

Central Processing Unit (CPU)

Interprets and executes all software instructions

Coordinates how all hardware and software work together

Page 13: Hardware and Software Basics

Central Processing Unit (CPU)

Number of CPU cycles per second determines the speed of a CPU Megahertz (MHz) - millions of CPU cycles per

second

Gigahertz (GHz) - billions of CPU cycles per second

Page 14: Hardware and Software Basics

Central Processing Unit (CPU) CPU speed factors

Clock speed

Word length

Bus width

Page 15: Hardware and Software Basics

Central Processing Unit Parallel Bus versus Serial Bus

Page 16: Hardware and Software Basics

Illustration of Processing Speed http://spritzinc.com/

Page 17: Hardware and Software Basics

Primary Storage Primary storage - The computer’s main

memory, which consists of:1) Random access memory (RAM)2) Cache memory3) Read-only memory (ROM)

Page 18: Hardware and Software Basics

Random Access Memory

Random access memory (RAM) - The computer’s primary working memory, in which program instructions and data are stored so that they can be accessed directly by the CPU via the processor’s high-speed external data bus

Page 19: Hardware and Software Basics

What is Virtual Memory?

Page 20: Hardware and Software Basics

What is Virtual Memory?

Scenario:You have a machine with 2 GB of RAM1.8 GB is already being used by the system

for background services (real-time virus protection,FB Messenger, Auto-Updating Services, Itunes…)

You now want to run MS Visio 2010 and to do so you, need 500 MB of available Memory.

What does your machine do?

Page 21: Hardware and Software Basics

What is Virtual Memory? Virtual memory is a technique for

combining the computer’s RAM with temporary space on the hard drive (cheap storage)

Modern applications and programs can be memory intensive

Computers have a limited amount of all types of memory, and adding additional memory costs money

Page 22: Hardware and Software Basics

How Virtual Memory works A reserved space on the hard drive for

virtual memory fluctuates in size (by default) depending on how much additional memory the system needsThis reserved space is called the page file

(a.k.a. swap file)Still may experience “slowness” when the

computer pauses to change tasks and swap files

Page 23: Hardware and Software Basics

Purpose of Virtual Memory Increases Usable Memory

Virtual memory allows some of the contents in RAM that haven’t been used recently to be copied into memory or storage on the hard drive. This frees up space in RAM to load and run new applications

Alternatively, you would have to seriously limit the number of applications you have open at any given time or add more RAM

Hard disk space is MUCH cheaper than RAM, so the cost effective solution may not be to add more RAM

http://computer.howstuffworks.com/virtual-memory.htm

Page 24: Hardware and Software Basics

Secondary Storage Secondary storage - Consists of equipment

designed to store large volumes of data for long-term storage Megabyte (MB or M or Meg) - Roughly 1 million bytes

Gigabyte (GB) - Roughly 1 billion bytes

Terabyte (TB) - Roughly 1 trillion bytes Binary digit (bit) - The smallest unit of information that a computer can

process

Byte - A group of eight bits representing one natural language character

Question: When do you use b vs. B?

Page 25: Hardware and Software Basics

SECONDARY STORAGE

Page 26: Hardware and Software Basics

Magnetic Medium Magnetic tape - An older secondary

storage medium that uses a strip of thin plastic coated with a magnetically sensitive recording medium

Hard drive - A secondary storage medium that uses several rigid disks coated with a magnetically sensitive material and housed together with the recording heads in a hermetically sealed mechanism

Page 27: Hardware and Software Basics

Solid State Storage Uses microchips that retain

data in non-volatile memory chips and contain no moving parts.

Pros vs. Cons?

Page 28: Hardware and Software Basics
Page 29: Hardware and Software Basics

Questions you should be able to answer: What is an operating system and when/why do

you need to know what your OS is? What is a ‘Server’? How is a mobile device different than a

workstation? What is a file extension and how are they used? What is a ‘zipped’ file? When do you need to

use them? What are Temporary Internet Files? Why is the PC still king? http://www.zdnet.com/article/after-30-years-why-did-the-mac-never-break-into-big-business/

Page 30: Hardware and Software Basics

Software Basics

System software - Controls how the various technology tools work together along with the application softwareOperating system software

Utility software

Application software

Page 31: Hardware and Software Basics

Operating System Software

OS is the most important piece of software on the computer and manages all software operationsWindows

MAC

Linux

Unix

Page 32: Hardware and Software Basics

Application Software Software that is used to perform specific

tasks beyond operating the computer itselfSystem software manages the computer, but

does not necessarily “do anything” for the userApplication software directly serves the

user

Application software is run in combination with (or on top of) a specific system software

Page 33: Hardware and Software Basics

Application Software Types of application software

Bowser Communication Data management Desktop publishing Email Groupware Presentation graphics Programming Spreadsheet Word processing

Page 34: Hardware and Software Basics

Utility Software System software supports the computer

and adds to the capabilities of the OS Helps to maintain, configure, and analyze

the computers as opposed to performing “user” tasks

Page 35: Hardware and Software Basics

Utility Software Types of utility software

Crash-proof Disk imageDisk optimization Encrypt dataFile and data recovery Text protectPreventative security Spyware Uninstaller

Page 36: Hardware and Software Basics

Summary

Hardware and software overview Basic hardware Basic software

Check the schedule BEFORE next class! If you have not done so already, purchase

course materials and register for Connect! You are running out of time