Secondary Memory, Peripherals and Input /Output Lecture 6.

Slides:



Advertisements
Similar presentations
HARDWARE Rashedul Hasan..
Advertisements

Computer Case Houses computer components Provides physical, environmental and electrostatic protection Source for the following: wikipedia.org-Personal_computer_hardwarewikipedia.org-Personal_computer_hardware.
Presentation by: Serena, Ann & Nicole
CSE1301 Computer Programming: Lecture 1 Computer Systems Overview.
Objective 2.01A: Classify Computer Components
Computer Hardware In this lecture, we will study:
IC3 GS3 Standard Computing Fundamentals Module
Parts of a Computer.
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
Question n What are the three essential components of a modern computer? –Be general or specific.
Chapter 3 – Computer Hardware Computer Components – Hardware (cont.) Lecture 3.
Parts of a Computer Vocabulary
Fill in the blanks on your note.
Computer Systems Peripherals. What is a peripheral? A peripheral is a device which can be attached to a computer processor Peripherals can be internal.
Introduction to computers. What is a personal computer? Capacity: Large hard disks combined with a large working memory (RAM) Speed: Fast. Normally measured.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Higher Computing Computer Systems S. McCrossan 1 Higher Grade Computing Studies 4. Peripherals Input Devices Keyboard Mouse Scanners Microphone Digital.
Hardware Case that houses the computer Monitor Keyboard and Mouse Disk Drives – floppy disk, hard disk, CD Motherboard Power Supply (PSU) Speakers Ports.
Introduction to Computers Personal Computing 10. What is a computer? Electronic device Performs instructions in a program Performs four functions –Accepts.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
1 Understanding and Assessing Hardware To buy or upgrade? Evaluating your system: –CPU –RAM –Storage devices –Video output –Sound systems –Computer ports.
Flash Cards Computer Technology.
Parts of a Computer.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
Storing Data On Your Computer Chapter 12, Exploring the Digital Domain.
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Hardware Lesson 2 Computer Components. Path of Information Through a Computer Input Device RAM CPU Output Device.
I Power Multimedia Technology Technologies. Higher USB The Universal Serial Bus is a means of connecting external devices such as scanners, keyboards,
 Design model for a computer  Named after John von Neuman  Instructions that tell the computer what to do are stored in memory  Stored program Memory.
CSCI-100 Introduction to Computing Hardware Part II.
Computer Hardware Information Technology Week 5 and 6
Computing and the Web Computer Hardware Components.
Eng.Abed Al Ghani H. Abu Jabal Introduction to computers.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Exploring the Digital Domain Secondary Memory and Input/Output.
SECONDARY STORAGE DEVICES. Agenda of Today’s Lecture  Introduction to Hardware  Types of hardware devices  Storage Devices  Secondary Storage devices.
Programming for GCSE Topic 5.1: Memory and Storage T eaching L ondon C omputing William Marsh School of Electronic Engineering and Computer Science Queen.
Components of a Computer System
Hardware Lesson 2 Computer Components. Power supply (the heart) Takes electricity from the wall outlet and converts it into a current that works for the.
 Describe the general organization and architecture of computers.  Identify computers’ major components and study their functions.  Identify the various.
Kaaba Technosolutions Pvt Ltd1 Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Advanced Computer Applications
Hardware Lesson 2 Computer Components. Power supply (the heart) Takes electricity from the wall outlet and converts it into a current that works for the.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Computer Parts There are many parts that work together to make a computer work.
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.
Digital Literacy: Computer Basics
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),
Overview of microcomputer structure and operation
Secondary Storage – 1980’s 5 ¼” Floppy Drive – very low storage capacity maxing out at 1.2 Mb Mid-1980’s – 1990’s 3 ½” Floppy Drive – low storage.
STORAGE DEVICES Storage devices are categorized by the method they use to store files.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Parts of a Computer Created by Carmen Garzes. An electronic device that manipulates information or data. It can store, retrieve or process data. There.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
PCs ENVIRONMENT and PERIPHERALS Lecture 4. An expansion cards: - An expansion card (expansion board) is an electronic circuit board that adds more functionality.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
Computer Hardware Unit B. Objectives Introduce Storage Technology Compare Storage Technologies Compare Storage Media and Devices Explore Floppy Disk Technology.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Secondary Memory, Peripherals and Input /Output Lecture 6.
TYPES OF MEMORY.
Basic Computer Hardware & Software
Secondary Memory, Peripherals and Input /Output Lecture 6
Introduction to Computers
Business Computer Technology
GCSE OCR 4 Storage Computer Science J276 Unit 1
- CHAPTER 1 – Basic Concepts of Information Technology
Networks & I/O Devices.
Presentation transcript:

Secondary Memory, Peripherals and Input /Output Lecture 6

The Uber Stack This is what computers are made of! Applications Operating Systems Computers ProcessorsMemories Display Components Interconnects Materials Physics

Electronic Digital Computers based on stored program design processor system –CPU –memory input/output system –input/output devices –secondary storage Just about everything outside of the CPU/Main Memory falls under the general classification of a “Peripheral Device” Peripherals

I/O Subsystem Input/Output –exchanging data and instructions between the user and the computer –The user may be a human being, but it may also be a machine….like a car engine or a valve in a nuclear power plant Secondary Storage (Non Volatile) –auxiliary storage for data and instructions

Secondary Memory (Storage) Backup or alternative storage in place of (volatile) RAM cheaper, mass storage for long term use secondary memory devices (and media) are distinguished by their capacities, speed, and cost

Memory Hierarchy I

Storage Systems Flash Memory

Types of Access RANDOM ACCESS (Main Memory, Flash) –items are independently addressed –access time is constant DIRECT ACCESS (Disc Drives) –items are independently addressed in regions –access time is variable—though not significantly SEQUENTIAL ACCESS (Tape Systems) –items are organized in sequence (linearly) –access time is significantly variable

Magnetic Tape-Sequential Access stores data represented by magnetized particles in linear tracks magnetized clusters or domains are aligned to represent binary codes

Tape Drives in action…1950’s-80’s

Floppy / Hard Disks (Magnetic) Floppy Disk…fits in your shirt pocket ! Hard Disk Drive Direct Access Devices

Micro Drive 1” disk capable of storing 8 GIGABYTES

Direct Access SEEK — controller advances read/write head to proper track LATENCY — waits for proper sector to rotate under head READ/WRITE — disk head scans the sector for read or write

Disk vs. File Organization data is stored in blocks blocks occupy sectors sectors on tracks files have names files are indefinite in size files may be updated (in part or whole) Files may become fragmented over time, which causes data transfers to slow down

Optical Discs Compact Disc–Read Only Memory (CD- ROM) –archived and published information –Relatively high capacity (650 Mbytes) Compact Disc–Recordable (CD-RW –recordable –readable using CD-ROM technology Digital Versatile Discs (DVD)/DVD-R) –Very high capacity, read-only storages (5-15 Gbytes) –Multiple Layers, tighter spacing in the same size as CD –Now BLUE RAY and DVD-HD! (3-10 times the capacity of today’s DVDs)

Optical Drive Reading and Writing discs are “burnt” one at a time high intensity laser beam used for reading/recording pregrooved tracks low intensity beam for reading/ higher intensity for burning

Flash Memory Non Volatile Solid State Memory Small, Convenient and Reliable Random Access Relatively expensive in terms of cost/Mb compared to Dynamic RAM Not as fast as Dynamic Ram Prices dropping every day, capacity increasing!

SanDisk Flash Card 32 Gigabytes on a chip...and growing!

The future disk technology Looks like a hard drive storage unit — but there are no moving parts inside.

Input Peripherals keyboards mouse(s) scanners digital cameras and imagers microphones and sound digitizers Video digitizers Sensors (temp, pressure, humidity, vibration, speed, chemical, etc, etc,) Switches Secondary Storage Devices Network Connections (Modems)

Output Peripherals Video output displays –Color LCD predominately Printers –character, line, and page(laser) Audio output Secondary Storage Devices Network Connections

Connecting all this stuff Parallel Bus –Contains many signal paths for very fast data transfer –Bulkier, expensive cable and connectors –Limited distance capability Serial Bus –Limited paths –Lower cost, lower size, lower weight –Longer distance (generally) Wireless –Wi-Fi and Bluetooth

Parallel / Serial Bus Flat Parallel Computer Cable Serial Computer Cable

Where are parallel busses used? All of the paths inside the CPU and between the CPU, main memory and video processor are implemented using parallel busses for the very fastest transfer rates. Any plug in cards use parallel busses as well as internal magnetic and optical disk drives. Most of these busses are either 16, 32 or 64 bits wide

Where are serial busses used? Serial busses are primarily used to connect external devices and peripherals. The data transfer rates of peripherals connected via serial are generally much slower than those connected by parallel. Serial is convenient, relatively inexpensive and getting faster all of the time. The current serial standard for peripherals is called USB 2.0

USB 2.0 Max transfer speed of 400Mbps (Megabits per second), 40 times faster than the predecessor USB 1.1 Supports up to 127 devices connected to the same controller chip! A USB cable can be 5 meters long without causing any performance problems USB has become the ubiquitous serial connection standard for practically every external PC peripheral

USB 3.0! Standard introduced in 2008 Up to 5 Gigabits per second! 10 times faster than USB 2.0

Apple’s Thunderbolt “The most advanced I/O EVER!” per Apple Supports high resolution video and high performance data transfers through a SINGLE compact port Up to 20 Gb/sec transfer speed! 40 times faster that USB 2 and 4 time faster than USB 3

Clocking Data on the Bus Both serial and parallel busses transfer data using a clock signal that ensures that data is sent and received at certain times based on the clock speed. Without the clock, data transfers would be less reliable given the variation in cable length and other environmental factors

Wireless I/O Wifi: Wireless local area network (LAN) technology that uses Internet Protocol to transfer data between devices. Latest generation (n) operates at >100 megabits/second and has an indoor range of about 150 ft. Bluetooth: Personal area network (PAN) Very low power with range of <20 ft in most applications and speeds of 80 kilobits/second

I/O Example using a car climate control system On/Off Switches, Temperature, Humidity Sensors Touchscreen Compressor Fan Flash Memory

Questions?