1 / 48

Hardware and Software Basics

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.

angie
Download Presentation

Hardware and Software Basics

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Reminder • Please READ the syllabus so that you understand the expectations, requirements, and structure of the course • Understand the software requirements

  3. 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

  4. 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

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

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

  7. 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

  8. 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

  9. 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

  10. Hardware Basics

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

  12. Central Processing Unit • What is the CPU and what does it do?

  13. Central Processing Unit • The number of CPU cycles per second determines the speed of a CPU • Megahertz (MHz) • Gigahertz (GHz)

  14. 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?

  15. Central Processing Unit • CPU speed factors • Clock speed • Word length • Bus width

  16. Central Processing Unit • Parallel Bus versus Serial Bus

  17. Primary Storage • Primary storage - The computer’s main memory

  18. Primary Storage • Primary storage - The computer’s main memory, which consists of: • 1) Random access memory (RAM) • 2) Cache memory • 3) Read-only memory (ROM)

  19. Random Access Memory (RAM)

  20. Cache Memory

  21. Read Only Memory (ROM)

  22. 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

  23. 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 needs • This 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

  24. 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

  25. 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 adjusted • fragmentation errors

  26. Virtual Memory Scenario: • You have a machine with 2 GB of RAM • 1.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?

  27. 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

  28. 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

  29. 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) drive • Digital video disk (DVD) • DVD-ROM drive • Digital video disk-read/write (DVD-RW)

  30. Types of Secondary Storage (optical) • Difference between CDs and DVDs? • What is Blu-ray?

  31. Units of Storage

  32. 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

  33. 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

  34. Types of System Software • 1) Operating system software • 2) Utility software • 3) Device Drivers

  35. Operating System Software

  36. Questions you should be able to answer: • Name three commonplace operating systems • What operating system does your mobile computing device currently run?

  37. Utility Software

  38. Types of Utility Software • Disk image • Disk optimization • Encrypt data • File and data recovery • Text protect • Preventative security • Spyware • Uninstaller

  39. Device Drivers

  40. Application Software • Software that is used to perform specific tasks beyond operating the computer itself • System software manages the computer, but does not necessarily do anything for the user • Application software directly serves the user • Application software is run in combination with (or on top of) a specific system software

  41. Generic Types of Application Software • Browser • Communication • Data management • Desktop publishing • Email • Groupware • Presentation graphics • Programming • Spreadsheet • Word processing

  42. 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

  43. 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

  44. Data • Raw, unorganized facts and figures that need to be processed • Data can be random until properly organized

  45. Information • Data (raw, unorganized facts and figures) that have been organized, structured or presenting in a given context to make it useful

  46. 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)

  47. 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

  48. Summary of Topics Covered • Hardware and software overview • Basic hardware • Basic software • Data and information • What is MIS? • Check the schedule BEFORE next class!

More Related