HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System.

Slides:



Advertisements
Similar presentations
Chapter 4 The Central Processing Unit
Advertisements

Secondary Storage Rohit Khokher
The Central Processing Unit: What Goes on Inside the Computer.
Chapter 5 Computing Components. The (META) BIG IDEA Cool, idea but maybe too big DATA – Must be stored somewhere in a storage device PROCESSING – Data.
2 pt 3 pt 4 pt 5pt 1 pt 2 pt 3 pt 4 pt 5 pt 1 pt 2pt 3 pt 4pt 5 pt 1pt 2pt 3 pt 4 pt 5 pt 1 pt 2 pt 3 pt 4pt 5 pt 1pt Category1 Computers Category2 CPU.
1 Chapter 6 Storage and Multimedia: The Facts and More.
©Brooks/Cole, 2003 Chapter 5 Computer Organization.
Chapter 1 Data Storage. 2 Chapter 1: Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representing Information as Bit Patterns.
Computer Hardware In this lecture, we will study:
Backing Storage Chapter 18.
Storage Devices and Media
Storage device.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Bits and Data Storage. Basic Hardware Units of a Computer.
Storage Devices Presented by: Saba Mudassar. Storage Devices Primary storage: is the storage provided by memory in a computer system e.g. ROM/RAM. Secondary.
Information Technology Storage Devices Prof. Adnan Khalid.
BLOCK DIAGRAM OF COMPUTER
CIS 105 Concepts and Terminology Unit 3 CIS 105 Survey of Computer Information Systems Essential Concepts and Terminology Study Unit Three.
Chapter 3 Computer Hard ware
Storage. Memory RAM Virtual Memory Cache Memory ROM Motherboard.
SECONDARY STORAGE Secondary storage devices are used to save, to back up, and to transport files Over the past several years, data storage capacity has.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Lesson 2 — How Does A Computer Process Data?
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Hardware Data Storage.
Hardware: The CPU & Storage Chapter 5 How to Buy a Multimedia Computer.
GCSE Information Technology Storing data Data storage devices can be divided into 2 main categories: Backing storage is used to store programs and data.
The Central Processing Unit: What Goes on Inside the Computer
An overview of Computer System
Overview of Physical Storage Media
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
8 SECONDARY STORAGE CHAPTER
Chapter 2 part 2. Computer Processing Speeds Milliseconds - thousands of a second Microseconds - millionths of a second Nanoseconds - billionths of a.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
CSCI-100 Introduction to Computing Hardware Part I.
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Hardware. Lally School of M&T- Microcomputing and Info Systems Lecture Topics 1. Data Representation 2. Data Metrics 3. Central processing Unit.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
Allow computers to store programs and information for use at a later date Storage Devices.
Storage of Data Instructions and data are held in main memory which is divided into millions of addressable storage.
Chapter 3: Where are programs and data Stored?. How important is this chapter to understanding how a computer works? 7 (on a scale of 1-10 with 10 being.
CS 101 – Sept. 28 Main vs. secondary memory Examples of secondary storage –Disk (direct access) Various types Disk geometry –Flash memory (random access)
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Storage Devices.
Chapter 1 Data Storage © 2007 Pearson Addison-Wesley. All rights reserved.
Storage devices 1. Storage Storage device : stores data and programs permanently its retained after the power is turned off. The most common type of storage.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
 A computer is an electronic device that receives data (input), processes data, stores data, and produces a result (output).  It performs only three.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Senior 3 Computer Studies
Copyright © 2003 Prentice Hall, Inc 1 Chapter 4 Storing Data: Electronic Filing Cabinets NEXT SLIDE.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Science: An Overview Eleventh Edition
Chapter 2.
Processor/Memory Chapter 3
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
The Central Processing Unit
Introduction to Computer Architecture
Introduction to Computers
Introduction to Computers
Introduction to Computers
Presentation transcript:

HARDWARE: CPU & STORAGE How to Buy a Multimedia Computer System

Mathematical Backgrounds Data is stored in a computer using the Binary System. The Binary System has two numbers, 0 and 1 The Binary System is used because it is simple, cheap, and reliable to implement in a computer since 0 can represent a switch being off and 1 can represent a switch being on.

Mathematical Backgrounds (Continued) Two kinds of data are represented in a computer – numeric values and non-numeric values. Numeric values are numbers that are used for calculations Non-numeric values are either letters and other symbols or numbers that are not used for calculations such as phone numbers, SS numbers, etc.

Numeric Representation Numbers are represented in binary –Explain this on the board Fixed point or whole numbers are represented one way Floating point numbers or decimals are represented another way. Fortunately you don’t have to understand the details

Non-Numeric Representation Data is stored by codes. ASCII –American Standard Code for Information Interchange EBCDIC –Extended Binary Coded Decimal Interchange Code Unicode

ASCII See pager 178 for details

Parity Can be even, odd or neither Explain on board

Central Processing Unit The place where the computing is actually performed Consists of an arithmetic and logic unit or ALU and a Control Unit

ALU Performs the actual steps in running programs Contains special memory cells called registers

Control Unit The part of the CPU that tells the ALU what to do

Machine Cycle Fetch Decode Execute Store

Machine Language The language that the computer actually understands Pulse Patterns of zeros and ones.

Memory AKA Primary Storage Integrated circuits RAM ROM CMOS Cache

How the system does its work Explain on the Board

Storage AKA Secondary Storage The place where data and programs are kept on a “permanent” basis. Data and Programs are kept here when not in use

Memory vs. Storage Memory is also referred to as Primary Storage. Storage is also referred to as Secondary Storage. Stuff stays in memory while it is in use. Memory is volatile.

Fundamental Concepts Size of Storage –Bytes, kilobytes, megabytes, … Access Methods –Sequential –Direct Physical Devices Used –Disk (Fixed, floppy, removable), CDRom, DVD- ROM –Magnetic Tape -- cassette, open reel –Flash memory

How a Disk Drive Works Media Layout –Tracks –Sectors –Disk block –Cluster Size Logical Layout –Boot record –Directory –Allocation Table

Disk Drive Operation (cont) Heads Rotation Formatting Write Protection Interface –IDE –SCSI Disk Cache

Differences for CDRom, CDR, and CDRW No Tracks – spiral instead Laser Dyes

How a Tape Drive Works Sequential Used primarily for archival storage

How Flash Memory Works Just like regular memory except that it is not volatile

Storage Characteristics Capacity – how much it holds Access speed – how fast the data can be LOCATED Transfer Rate – how fast the data can be moved to memory Size – how big is the device Removability – can MEDIA be moved from one place to another – Can the DEVICE be moved conveniently Cost Read Write Erase – Which

Capacity How much data can the media hold. 720K up to 100GB is typical of current computers. My first hard disk cost $770 and had a capacity of 20mb. My current machine has a disk which I paid $300 for and has a capacity of 30,000 mb. I can go to a typical retailer such as Office Max and find a disk of about 40,000 mb for about $100 or less.

Capacity (continued) A CDRom can hold approximately 650mb of data A DVDRom can hold approximately 17000mb of data A floppy holds 720K, 1.44mb A removable disk holds 100mb or more (I have one that holds 2200mb and another that holds 120mb) Flash memory holds 8, 16, 32, 48, 64, up to 256mb

Access Speed Measured in milliseconds Based on rotational speed and head movement

Transfer Rate How fast the data moved from the disk to the buffer and or memory and or cache Currently the rate is about 15mb/sec typical with the fastest disks THEORETICALLY near 100mb/sec.

Read Write Erase Some media such as CDRom cannot have data added to it Some media such as CDR can have data added to it but it cannot be erased (WORM) “Most” media can be read, written and erased numerous times.

Compression A technique for removing redundant data from a data file in order to store it in a smaller space and therefore make it faster to transmit from one place to another Lossy –JPEG, MPEG, MP3,… “Lossless” –ZIP, ARC, others

Digital Manipulation of Pictures and Sound Entertainment Ethical and Legal Implication