Good morning! Hardware: Input, Processing, Output, and Storage Devices

Similar documents
Full file at Chapter 02: Hardware and Software

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 02 Hardware and Software

Chapter. IT Infrastructure: Hardware and Software

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

COMPUTER SYSTEMS. Section 1

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Introducing the Computer

Chapter 2: Computers: The Machines Behind Computing.

Intentionally Blank 0

Chapter 2. Working with Disks and Other Removable Media

INFS 214: Introduction to Computing

Electricity: Voltage. Gate: A signal enters the gate at a certain voltage. The gate performs operations on it, and sends it out was a new signal.

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

Homeschool Enrichment. The System Unit: Processing & Memory

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

Unit - II. Computer Concepts and C Programming 06CCP13. Unit II

The personal computer system uses the following hardware device types -

Computer Organization

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

TODAY AND TOMORROW. Storage CHAPTER

Memory Study Material

What is the typical configuration of a computer sold today? 1-1

Elementary Computing CSC M. Cheng, Computer Science 1

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

User. Application program. Interfaces. Operating system. Hardware

Chapter 2: Computers: The Machines Behind Computing

Discovering Computers 2008

ICT REVISION WORKSHEET YEAR 9

Computer-System Organization (cont.)

Unit 3 Part B. Computer Storage. Computer Technology

COMPUTER BASICS Processing/Storage

Components of a personal computer

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

Copyright 2006 Prentice-Hall. All rights reserved. 1

Computer Architecture. Fall Dongkun Shin, SKKU

lesson 3 Transforming Data into Information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Computer Organization and Assembly Language (CS-506)

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer Organization

1) People: People are end users who use computers to make them- selves more productive.

Chapter 2 Computer Hardware. Computer Concepts 2013

Chapter 2 Computer Hardware

Chapter 5: Computer Systems Organization. Invitation to Computer Science, C++ Version, Third Edition

Chapter 5: Computer Systems Organization

C H A P T E R 1. Introduction to Computers and Programming

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

Discovering Computers Fundamentals, 2011 Edition. Living in a Digital World

BACKING UP YOUR COMPUTER PRESENTED BY SAM STAHL

Large and Fast: Exploiting Memory Hierarchy

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on

About the Presentations

Computer System Overview

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Ch. 1: Computer System part I

Chapter One. Introduction to Computer System

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

Technology In Action, Complete, 14e (Evans et al.) Chapter 6 Understanding and Assessing Hardware: Evaluating Your System

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

Introduction To Computer Hardware. Hafijur Rahman

CHAPTER 1 Introduction to Computers and Java

Downloaded from various sources on the NET

The Fetch-Execute Cycle

Grade 5 lesson 2 Computer storage and computer care and you

The Host Environment. Module 2.1. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. The Host Environment - 1

What is Data Storage?

Computer Organization and Assembly Language

Storage. CS 3410 Computer System Organization & Programming

Objectives Overview. Chapter 7 Types of Storage. Instructor: M. Imran Khalil. MSc-IT 1st semester Fall Discovering Computers 2012

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

Introduction to Computers. Joslyn A. Smith

Storage. How does volatility compare? What is a storage device and a storage medium? Today s standard disk is 3.5 wide

Backup Appliances. Geir Aasarmoen og Kåre Juvkam

Computers Are Your Future

Information Communications Technology (CE-ICT) 6 th Class

Types and Functions of Win Operating Systems

An Overview of the Computer System. Kafui A. Prebbie 24

Cambridge Nationals R001. Revision help (LO1)

Computers Are Your Future

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

(Advanced) Computer Organization & Architechture. Prof. Dr. Hasan Hüseyin BALIK (4 th Week)

Technology In Action, Complete, 14e (Evans et al.) Chapter 5 System Software: The Operating System, Utility Programs, and File Management

Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

Main Parts of Personal Computer

General Items: Reading Materials: Miscellaneous: Lecture 9 / Chapter 7 COSC1300/ITSC 1401/BCIS /19/2004 ? H ? T

CMSC 1513 Lecture 1.2

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

Chapter Two. Hardware Basics: Inside the Box

INFORMATION COMUNICATION TECHNOLOGY SKS Lecture Two

Ms. Minerva A. Lagarde

Transcription:

Good morning! Hardware: Input, Processing, Output, and Storage Devices

Computer Systems: Integrating the Power of Technology Hardware components: Central processing unit (CPU): Arithmetic/logic unit, the control unit, and the register areas Arithmetic/logic unit (ALU): Performs mathematical calculations and makes logical comparisons Control unit : Sequentially accesses program instructions, decodes them, and coordinates the flow of data in and out of the ALU, registers, primary storage, and even secondary storage and various output devices

Computer Systems: Integrating the Power of Technology (continued) Registers: High speed storage areas Used to temporarily hold small units of program instructions and data Primary storage: Also called main memory Closely associated with the CPU

Computer Systems: Integrating the Power of Technology (continued) 4

Hardware Components in Action Step 1: Fetch instruction Step 2: Decode instruction Step 3: Execute instruction Step 4: Store results

Hardware Components in Action

Processing and Memory Devices: Power, Speed, and Capacity System unit: Houses the components responsible for processing (the CPU and memory) All other computer system devices are: Linked either directly or indirectly into the system unit housing

Memory Characteristics and Functions Main memory Provides the CPU with a working storage area for programs and data Rapidly provides data and instructions to the CPU Storage capacity Eight bits together form a byte (B)

Memory Characteristics and Functions

Memory Characteristics and Functions (continued) Types of memory: Random access memory (RAM): Temporary and volatile Read only memory (ROM): Nonvolatile Provides permanent storage for data and instructions that do not change Cache memory: High speed memory that a processor can access more rapidly than main memory

Multiprocessing Multiprocessing: Simultaneous execution of two or more instructions at the same time Coprocessor: Executes specific types of instructions Speeds processing Multicore microprocessor: Combines two or more independent processors into a single computer

Multiprocessing (continued) Graphics processing unit (GPU): A specialized processor that offloads the tasks associated with 3D graphics rendering from the CPU Can also be used in certain applications that require massive vector operations to provide performance several orders of magnitude higher than a traditional CPU

Parallel Computing Parallel computing: Simultaneous execution of the same task on multiple processors to obtain results faster Massively parallel processing: Links hundreds or thousands of processors to operate at the same time Grid computing: Use of a collection of computers to work in a coordinated manner to solve a common problem

Secondary Storage Compared with memory, offers the advantages of nonvolatility, greater capacity, and greater economy On a cost per megabyte basis: Secondary storage is considerably less expensive than primary memory Types used, access methods, storage capacities, and portability required of secondary storage media determined by the information system s objectives

Access Methods Sequential access: Data must be retrieved in the order in which it is stored Devices used called sequential access storage devices (SASDs) Direct access: Records can be retrieved in any order Devices used are called direct access storage devices (DASDs)

Secondary Storage Devices Magnetic tapes: Primarily for storing backups of critical organizational data Magnetic disks: Direct access storage device Redundant array of independent/inexpensive disks (RAID): Method of storing data that generates extra bits of data from existing data

Secondary Storage Devices (continued) Virtual tape: Used for less frequently needed data Optical secondary storage devices: Compact disc read only memory (CD ROM): Storage capacity is 740 MB Digital video disc (DVD): 6 x capacity of CD Blue ray high definition video disk: 3 x capacity of DVD

Secondary Storage Devices (continued) Solid state secondary storage devices: Store data in memory chips rather than magnetic or optical media Have few moving parts, so they are less fragile than hard disk drives Disadvantages of SSD High cost per GB of data storage Lower capacity compared to current hard drives

Enterprise Storage Options Network attached storage (NAS): Hard disk storage that is set up with its own network address rather than being attached to a single computer Storage area network (SAN): Special purpose, high speed network that provides direct connections among data storage devices and computers

Enterprise Storage Options

Enterprise Storage Options (continued) Storage as a service: A data storage model where a data storage service provider rents space to people and organizations Providers for enterprises: AT&T, Aviva, Amazon.com, EMC, Google, Microsoft, ParaScale Providers for individuals: Box.net, Carbonite, SugarSynch, Symantec, Mozy

Input and Output Devices: The Gateway to Computer Systems Input and output devices: Gateways to the computer system Part of a computer s user interface Organizations: Should keep their business goals in mind when selecting input and output devices

Characteristics and Functionality Data can be human or machine readable Data entry converts human readable data into machine readable form Data input transfers machine readable data into system Source data automation captures and edits data where data is initially created and in a form that can be directly input to a computer

Green Computing Concerned with the efficient and environmentally responsible design, manufacture, operation, and disposal of IS related products Goals: Reduce the use of hazardous material Enable companies to lower their power related costs Enable safe disposal or recycling of equipment

Dumped in Africa

End of part 1

Welcome back! Software: Systems and Application Software

An Overview of Software Computer programs: Sequences of instructions for the computer Documentation: Describes program functions to help the user operate the computer system Types of software: Systems software Application software

Systems Software Set of programs that coordinates the activities and functions of hardware and other programs Computer system platform: Combination of a hardware configuration and systems software Each type of systems software is designed for a specific CPU and class of hardware

Application Software Helps users solve particular problems In most cases, resides on the computer s hard disk Can be stored on CDs, DVDs, and even USB flash drives An increasing amount of it is available on the Web as a rich Internet application

Supporting Individual, Group, and Organizational Goals Personal sphere of influence: Serve the needs of an individual user Personal productivity software: Help users improve their personal effectiveness Workgroup: When two or more people work together to achieve a common goal Enterprise sphere of influence: Supports the firm in its interaction with its environment

Supporting Individual, Group, and Organizational Goals

Systems Software Controls the operations of computer hardware Supports the application programs problem solving capabilities Types of systems software: Operating systems Utility programs Middleware

Operating Systems Set of programs that controls computer hardware and acts as an interface with application programs Kernel: The heart of the operating system Ties all components of the OS together and regulates other programs

Operating Systems (continued) Combinations of OSs, computers, and users includes: Single computer with a single user Single computer with multiple simultaneous users Multiple computers with multiple users Special purpose computers

Operating Systems (continued)

Operating Systems (continued) Activities performed by the operating system: Perform common computer hardware functions Provide a user interface and input/output management Provide a degree of hardware independence Manage system memory Manage processing tasks Provide networking capability Control access to system resources Manage files

Operating Systems for Small Computers, Embedded Computers, and Special Purpose Devices Cell phone embedded systems and operating systems: Embedded systems provide communication and limited personal information management services Windows embedded: Included with or embedded into small computer devices Proprietary Linux based systems: Linux (Android) is a major competitor to Symbian

Utility Programs Help perform variety of tasks Common types of utilities: Hardware utilities Security utilities File compression utilities Spam filtering utilities Network and Internet utilities Server and mainframe utilities

Utility Programs (continued) Other utilities: Key logging software allows a manager to see every keystroke a worker makes on a computer system Monitoring software can catalog the Internet sites that employees visit Keyboard shortcut utilities allow users to map common tasks to defined keyboard combinations

Middleware Software that allows different systems to communicate and exchange data Can also be used as an interface between the Internet and older legacy systems Service oriented architecture (SOA): Uses modular application services to allow users to interact with systems, and systems to interact with each other

Application Software Application programs: Interact with systems software Help you perform common tasks, such as: Creating and formatting text documents Performing calculations Managing information

Overview of Application Software Proprietary software: One of a kind program for a specific application, usually developed and owned by a single company Off the shelf software: Existing software program that is purchased Application service provider (ASP): Company that can provide software, support, and computer hardware on which to run the software from the user s facilities over a network

Overview of Application Software (continued) Software as a service (SaaS): Allows businesses to subscribe to Web delivered business application software by paying a monthly service charge or a per use fee Can reduce expenses by sharing its running applications among many businesses Concerns about security of data and programs Cloud computing: Use of computing resources on the Internet (the cloud) rather than on local computers

Personal Application Software Software Suites and Integrated Software Packages Collection of single programs packaged together in a bundle Word processor, spreadsheet, database management, graphics, communications tool, organizers Programs designed to work similarly Cost effective

Mobile Application Software Number of apps has exploded Tens of thousands of apps available from Apple s App Store Thousands of apps available in Android Market Microsoft and other software companies investing in mobile app software

Application Software for Information, Decision Support, and Specialized Purposes Available in every industry: Specialized application software for information, decision support, and other purposes

Software Issues and Trends Software bug: Defect in a program that keeps it from performing as it should Some tips for reducing impact of software bugs: Register all software Check read me files for work arounds Access support area of the manufacturer s Web site for patches Install latest software updates

Copyrights and Licenses Most software products are protected by law using copyright or licensing provisions: In some cases, you are given unlimited use of software on one or two computers In other cases, you pay for your usage; if you use the software more, you pay more Some software now requires that you register or activate it before it can be fully used

Copyrights and Licenses (continued)

Freeware and Open Source Software Freeware: Software that is made available to the public for free Open source software: Distributed, typically for free, with the source code GPL grants you the right to: Run the program for any purpose Study how the program works and adapt it to your needs Redistribute copies so you can help others Improve the program and release improvements to the public

Freeware and Open Source Software (continued)

Software Upgrades Software companies revise their programs and sell new versions periodically Most software upgrades: Offer new features and capabilities Some users do not always get the most current software upgrades or versions: Unless it includes significant improvements or capabilities

Global Software Support Supporting local operations: One of the biggest challenges IS teams face when putting together standardized, company wide systems Trend: Outsourcing global support to one or more third party distributors

Please find your Review Questions on the course Web page. Thank you!