Memory and Peripherals COSC-100 (Elements of Computer Science) Prof. Juola.

Slides:



Advertisements
Similar presentations
Computer Parts There are many parts that work together to make a computer work.
Advertisements

Computer Systems I’m ONLY a machine!.
Using Computers CS French Chapter 1.
1 The System Unit Lecture 2 CSCI 1405 Introduction to Computer Science Fall 2006.
James Tam Computer Hardware: A Quick Overview In this section of notes you will learn/relearn about the basic parts of a computer and how they work.
Computer Hardware.
COMPUTER SYSTEM COMPONENTS ACTIVITY
IC3 GS3 Standard Computing Fundamentals Module
Hardware and Software Basics. Computer Hardware  Central Processing Unit - also called “The Chip”, a CPU, a processor, or a microprocessor  Memory (RAM)
Computer Basics Flashcards #2
Computer Systems 1 Fundamentals of Computing
What is Information Technology?
Computer Systems I’m ONLY a machine! Standard Grade Revision.
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
An Introduction To Computer Hardware
CSCI 1200 Julie Benoit Introduction to Computing.
Tom Allen Computer Science Department Trinity University.
Computer Parts When you build your own computer, choose from these parts…
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Information Technology COMPUTERS Dr. GUVEN Aerospace Engineer (P.hD) Nuclear Science and Technology Engineer (M.Sc)
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Storing Data: Electronic Filing Cabinets What You Will Learn Difference between memory and storage How storage media are categorized Measuring a storage.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Components Checklist There are many parts that work together to make a computer work.
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
Computer Hardware. History of Computing Code breakers in World War I and II developed the world’s first computers. In the 1950s and 1960s computers were.
WHAT IS COMPUTER STORAGE? Computer storage is the storing of data in an electromagnetic form to be accessed by a computer processor.
Technology Guide 1 Hardware. Agenda Computer system Computer types Devices Source data automation Selection Criteria.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Computer System Internal components - The processor - Main memory - I / O controllers - Buses External components (peripherals). These include: - keyboard.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
There are many parts that work together to make a computer work. System Unit Computer Parts.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
Hardware on the Inside.  Computers are made of many electronic components or parts.  These components each have a special job and they all work together.
STORAGE DEVICES Introduction Comparision Storage Hierarchy Slide 1.
Computer Basics.
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.
Unit 1 Chapter 3 : Hardware.
Main Memory Main memory – –a collection of storage locations, –each with a unique identifier called the address. Word- –Data are transferred to and from.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Computer Basics Just How Does a Computer Work?
COM 205 Multimedia Applications St. Joseph’s College Fall 2003.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Components ICS 3U0.
The physical parts of the computer
introduction to computer
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Business Computer Technology
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
المحور 3 : العمليات الأساسية والمفاهيم
Hardware.
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Standard Grade Revision
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Presentation transcript:

Memory and Peripherals COSC-100 (Elements of Computer Science) Prof. Juola

Basic Organization We’ve seen the CPU -- what else? Memory Main/system memory Specialist memory Peripherals Keyboard, monitor, mouse Drives (floppy, hard, pen) Printers, scanners, fish-tank aerators

Memory (hum Cats tune) RAM (Random Access Memory) can both read from and write to used for main system storage, typically multiple gigabytes (Gb) at this point cost varies with retrieval speed (and size) Cache [“cash”] memory extremely high speed memory, very expensive, but used as part of CPU for performance

Losing my memories Problem with RAM -- requires continuous power. DRAM -- “Dynamic” RAM SRAM -- “Static” RAM is misnamed ROM (Read-Only Memory) cannot be written (like CD-ROM!) never loses data, even when power goes out memory values built-in at factory

Programming ROMs ROM -- programmed at factory build an explicit one or zero circuit, repeat PROM (Programmable ROM) field-programmable by blowing fuses problem : can’t “unblow” fuses (write once) EEPROM (Electrically Erasable PROM) field-(re)programmable, but limited cycles

Buses and Ports CPU is connected to memory via “bus,” a collection of wires Typical computer has 32-bit bus, meaning 32 data wires Buses also connect to “ports,” electrical sockets for peripheral connections “Peripherals” connect through ports or (internally) direct to bus

Peripherals Computers are useless if they can’t communicate Data input devices Data output devices Data storage devices Manipulative devices and whatever else your imaginations can dream up. Go wild -- it may be worth $$$

Input devices Keyboard Pointing devices mouse, TrackPoint, touchpad, trackball Readers bar-code readers, document scanners, light pens Cameras Phone interfaces

Output devices Video screen/monitor Printer Sound card/speaker

Storage devices Hard drives Floppy drives ZIP drives Pen drives CD/DVD drives Magnetic tape

Optical drives Metallic surface has lots of little pits Disk rotates at very high speed Read by laser beam; 32x drives has 32 CD-RW use more powerful laser to burn crystal surface, changing reflectivity DVD has much more capacity than CD because pits are closer (and speed is faster)

Most important peripheral The network card … or the cable modem, wireless card, etc. This needs a lecture all to itself

Choosing hardware New computers very expensive (Moore’s law, remember?) New computers not reliable Old computers may be obsolete or not supported any more Pg. 93 of textbook lists 9 C’s of criteria Rule of thumb: Buy what you need today.