Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.

Slides:



Advertisements
Similar presentations
Computer Hardware.
Advertisements

Calera High School Dawn Bone
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
INTRODUCTION OF COMPUTER
Computer Systems – Hardware
What Is A Computer System?
Hardware Basics: Inside the Box 2  2001 Prentice Hall2.2 Chapter Outline “There is no invention – only discovery.” Thomas J. Watson, Sr. What Computers.
Introduction to Computers
Computer Hardware Information Technology Week 5 and 6
Chapter 1 – Lesson 1-2 Understanding Computers
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
Tomorrow’s Technology and You 9/e and Information Technology in a Global Society for the IB Diploma Chapters 1 and 2 Slide 1 Copyright © 2009 Pearson Education,
What is Information Technology?
Intro to Computer Hardware
Aug CMSC 104, LECT-021 Machine Architecture and Number Systems Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY.
The Components of the System Unit Chapter 4 By: Janice Colon.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
Lesson 3 — How a Computer Processes Data
Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall Digital Planet: Tomorrow’s Technology and You George Beekman Ben Beekman Tenth Edition.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
Slide 1 Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
Slide 1. Slide 2 Hardware Basics: Inside the Box © 2008 Prentice-Hall, Inc.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Chapter Two Hardware Basics: Inside the Box. ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
Computer Terms. Computer A machine designed to run programs and store information that you create.
Slide 1 Tomorrow’s Technology and You 8 th Edition © 2008 Prentice-Hall, Inc.
Lesson 2 — How Does A Computer Process Data?
Computers Inside and Out
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Computer Hardware Information Technology Week 5 and 6
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Intro to Computers Computer Apps 1.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
COMPUTER ARCHITECTURE. Recommended Text 1Computer Organization and Architecture by William Stallings 2Structured Computer Organisation Andrew S. Tanenbaum.
10 Internal parts of a PC Created by Federica Proietti Cesaretti.
CSCI-100 Introduction to Computing Hardware Part I.
Computer Organization. The digital computer is a digital system that performs various computational tasks Digital computer use binary number system which.
The Computer System CS 103: Computers and Application Software.
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,
Computer Programming (1) Code & No.: CS 102 CREDIT HOURS: 5 UNIT Lecture 3.0 hours/week Lab: 2.0 hour/on every week a. This course introduces the students.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter Two Hardware Basics: Inside the Box ©1999 Addison Wesley Longman2.2 Chapter Outline What Computers Do A Bit About Bits The Computer’s Core: CPU.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computer Basics Just How Does a Computer Work?
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
Information Technology Basics. Introduction to Information Technology 2 Computer Science – Theory of Computational Applications Computer Engineers - Make.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
~How PC Parts Work~ (30 MARKS). List 4 External components you can see on the PC in front of you and describe the basic function of each one. 1) DVD Drive.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Computer Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Power Point Lectures to accompany Tomorrow’s Technology and You, 9e
Business Computer Technology
Introduction to Computers
Introduction to Computing Lecture # 1
Introduction to Computers
Hardware Information Created by Nasih.
Presentation transcript:

Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009

Basic Components of a Computer Input devices  Keyboards and pointing devices (mouse) Output devices  Display or video monitor  Printer  Speakers Central Processing Unit (CPU)

Basic Components of a Computer Memory and storage devices  Primary storage: RAM (Random Access Memory)  Secondary storage: Storage devices that serve as long-term repositories for data:  Hard disk drives  Recordable CD and DVD drives  Tape drives  Flash Drives

A Bit About Bits Information  Communication that has value because it informs  Anything that can be communicated, whether it has value or not Information comes in many forms  Words, numbers, pictures  Sound, movies

A Bit About Bits Computer’s information is digital  Bit, or binary digit  The smallest unit of information  Can have one of two values: 1 or 0  Can represent words, numbers, pictures, sounds, movies, codes, or instructions  Byte: a collection of 8 bits

A Bit About Bits Using two symbols all numbers can be represented on a calculator as well as performing arithmetic A calculator translates the touch on the numeric keypad into series of 0s and 1s.  19 will be represented as Imagine 0=false, 1=true Operations that manipulate true/false called boolean/logic operations

A Bit About Bits Bits as Numbers Binary number system  Binary denotes all numbers with combinations of two digits.  Decimal numbers are automatically converted into binary numbers and vice versa.  Binary number processing is completely hidden from the user.

Bit-related terminology Byte Kilobyte (KB) Megabytes (MB) Gigabytes (GB) = 8 bits = 1 Thousand Bytes =1024 Bytes = 2 10 = 1 Million Bytes = 1,048,576 Bytes = 2 20 = 1 Billion Bytes = 2 30

The Computer’s Core: The CPU and Memory The CPU: The Real Computer CPU (microprocessor)  Interprets and executes the instructions in each program  Supervises arithmetic and logical data manipulations

The Computer’s Core: The CPU and Memory CPU (microprocessor)  Communicates with all the other parts of the computer system indirectly through memory  An extraordinarily complex collection of electronic circuits  Housed along with other chips and electronic components on the motherboard

The Computer’s Memory RAM (random access memory)  Used to store program instructions and data temporarily  Unique addresses and data can be stored in any location  Can quickly retrieve information  Will not remain if power goes off (volatile)

The Computer’s Memory RAM (random access memory)  Organized in units called cells  Cell = 8 bits = 1 Byte  Each cell has a unique address (numeric)  Read Operation: retrieving the content of a certain address  Write Operation: placing bit pattern in the cell at a particular address

The Computer’s Memory high order bit Most Significant low order bit least Significant

The Computer’s Memory ROM (read-only memory)  Information stored permanently on a chip  Contains startup instructions and other permanent data Flash memory  Used for phones, pagers, portable computers, handheld computers, and PDAs

Buses, Ports, and Peripherals Information travels between components on the motherboard through groups of wires called system buses, or just buses.  Connect to expansion slots  Connect to external buses and ports Slots and ports  Make it easy to add external devices, called peripherals.

Thank You