48
Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Embed Size (px)

Citation preview

Page 1: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Hardware and Software Basics

BSAD 141

Dave Novak

BDIS: 1.1 (2-13)

Appendix A

Page 2: 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

Page 3: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Course Website URL

I administer everything through the BSAD 141 course website

http://www.uvm.edu/~dnovak/bsad141.htmlProvides the schedule, class notes, class

activities, reading assignments, grades, etc.I suggest that you save the site in your

favoritesYou will need to consult the site multiple

times a week

Page 4: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Required Software

Microsoft Office suite (includes Word, Excel, Access, and Visio)MACs will need to have special software

installed such as VirtualBox• You CANNOT run the Apple version of

Excel or Access – You will need the Windows version!

Matt Parisi (227 Kalkin) during business hours• Bring your power supply

Page 5: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Topics Covered Hardware and software overview Basic hardware Basic software Data and information What is MIS?

Page 6: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Why should a non-IT worker or manager care how about technology related issues?

Page 7: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

IS versus IT

Information systems (IS) – a large conceptual idea covering all systems designed to create, store, manage, and disseminate information

Information technology (IT) – a component of IS that specially addresses the technologies being used by the systems

A particular information system (i.e. UVM’s course registration system) uses many different technologies

Page 8: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

IS vs. IT

Information Systems (IS) includes all five components below, while Information Technology (IT) addresses only the hardware and software components

Source: “Experiencing MIS”, Kroenke, 2008

Page 9: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Hardware versus Software

Hardware - Consists of the physical tangible devices (these can be touched) associated with a computer system Monitors

Printers

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

Hardware and software must work together

Page 10: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Hardware Basics

Page 11: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Source: Kroenke, Experiencing MIS, 2008, p. 70

Page 12: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Central Processing Unit

What is the CPU and what does it do?

Page 13: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Central Processing Unit

The number of CPU cycles per second determines the speed of a CPU

Megahertz (MHz)

Gigahertz (GHz)

Page 14: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Bit versus Byte

Binary digit (bit) - The smallest unit of information that a computer can process

1 or 0

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

10001100

Question: When do you use b vs. B?

Page 15: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Central Processing Unit

CPU speed factors

Clock speed

Word length

Bus width

Page 16: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Central Processing Unit

Parallel Bus versus Serial Bus

Page 17: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Primary Storage

Primary storage - The computer’s main memory

Page 18: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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 19: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Random Access Memory (RAM)

Page 20: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Cache Memory

Page 21: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Read Only Memory (ROM)

Page 22: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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 23: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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 24: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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 25: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

PC Optimization through VM Management

Setting your virtual memory allocation to a static amount is a technique to optimize system performance.

Clearing the swap file can help lagging systems

Fluctuating virtual memory allocated space leads to noticeable lag when the size is adjustedfragmentation errors

Page 26: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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, AIM, 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 27: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Secondary Storage Secondary storage - Consists of equipment

designed to store large volumes of data for long-term storage

Less expensive but much slower to access and use

Page 28: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Types of Secondary Storage (magnetic)

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 29: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Types of Secondary Storage (optical) A device that uses lasers to read or write

data Compact disk-read-only memory (CD-

ROM) Compact disk-read-write (CD-RW) driveDigital video disk (DVD) DVD-ROM driveDigital video disk-read/write (DVD-RW)

Page 30: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Types of Secondary Storage (optical) Difference between CDs and DVDs?

What is Blu-ray?

Page 31: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Units of Storage

Page 32: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Units of Storage Kilobyte (KB) – Approximately one thousand Bytes

Megabyte (MB) - Approximately one million Bytes

Gigabyte (GB) - Approximately one billion Bytes

Terabyte (TB) - Approximately one trillion Bytes

Petabyte (PB) - Approximately one quadrillion Bytes

Page 33: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Software Basics

System software – software designed to operate and manage all the hardware in the computer and provides a platform for running all application software

Page 34: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Types of System Software

1) Operating system software

2) Utility software

3) Device Drivers

Page 35: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Operating System Software

Page 36: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Questions you should be able to answer: Name three commonplace operating systems

What operating system does your mobile computing device currently run?

Page 37: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Utility Software

Page 38: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Types of Utility Software

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

Page 39: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Device Drivers

Page 40: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

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 41: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Generic Types of Application Software

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

Page 42: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Examples of Specific Types of Application Software Browser

Internet Explorer is specifically designed to run with Microsoft Windows system software

Safari is specifically designed to run with Apple / MAC system software

Firefox is designed to work with different system software, but you need to download the version that is specific to the system software you are running

Page 43: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Issues with Specific Types of Application Software Most application software is designed to

work with a specific system software suite – i.e. MS Office / MS Windows / on a PC, Android/smartphone and tablets (note that Android is based on Linux) If you are running Apple-based system

software on your iPhone, iPad, or MAC, you cannot run application software that is specifically designed for a different system software like Windows

Page 44: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Data Raw, unorganized facts and figures that need

to be processed Data can be random until properly organized

Page 45: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Information Data (raw, unorganized facts and figures) that

have been organized, structured or presenting in a given context to make it useful

Page 46: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Data versus Information

Data – the numeric score that you receive on an assignment (i.e. you receive a 50)

Information – the numeric score you receive relative to the maximum number of points on the assignment and the average of all scores in the class (i.e. you scored a 50 out of 55 total points where the average score for the class was 47)

Page 47: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Management Information Systems (MIS) Generally refers to how people and

organizations design, implement, manage, and use all types of information technology (IT) and information systems (IS) to generate information to improve the effectiveness of decision-making

Page 48: Hardware and Software Basics BSAD 141 Dave Novak BDIS: 1.1 (2-13) Appendix A

Summary of Topics Covered Hardware and software overview Basic hardware Basic software Data and information What is MIS?

Check the schedule BEFORE next class!