UNIT 9 Computer architecture

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Computer Hardware.
Parts & Functions of a Computer. 2 Functions of a Computer.
Hardware and Software ► Hardware  the physical, tangible parts of a computer  keyboard, monitor, disks, wires, chips, etc. ► Software  programs and.
Computer Hardware In this lecture, we will study:
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
How Do Computers Work? A Gentle Introduction
Computer Hardware Information Technology Week 5 and 6
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
How Do Computers Work? A Gentle Introduction Poly Pride.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
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.
Class5: Computer Hardware Information Systems for Management.
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
The Computer Systems By : Prabir Nandi Computer Instructor KV Lumding.
GRAP 3175 Computer Applications for Drafting Unit II Computer Hardware.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
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 Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Welcome to Computing Presentation slides modified by M. A. Papalaskari from “Java Software Solutions Foundations of Program Design (3 rd ed.)” by John.
Discovering Computers 2012: Chapter 4
1 Bits, Bytes, and Binary Numbers Bits and bytes are small pieces of computerized data that communicate commands to a computer’s CPU: A bit is either a.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Hardware Information Technology Week 5 and 6
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
The Central Processing Unit: What Goes on Inside the Computer
Chapter 1 Introduction. © 2004 Pearson Addison-Wesley. All rights reserved1-2 Announcements The first Weekly Quiz will be available on Blackboard this.
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.
Computer Confluence 7/e © 2006 Prentice-Hall, Inc.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
1 Hardware and Software b Hardware the physical, tangible parts of a computerthe physical, tangible parts of a computer keyboard, monitor, wires, chips,
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
© 2011 Pearson Education, publishing as Addison-Wesley Chapter 1: Computer Systems Presentation slides for Java Software Solutions for AP* Computer Science.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
CSCI-100 Introduction to Computing Hardware Part I.
© 2011 Pearson Education, publishing as Addison-Wesley Monday  Class Requirements  Earn hawk points today with the Name Game  Network Login.
Instructor: Alexander Stoytchev CprE 185: Intro to Problem Solving (using C)
© 2006 Pearson Education Chapter 1: Computer Systems.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
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.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computers Are Your Future Tenth Edition Inside the System Unit 1.
Information Technology INT1001 Lecture 2 1. Computers Are Your Future Tenth Edition Chapter 6: Inside the System Unit Copyright © 2009 Pearson Education,
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Computer Performance & Storage Devices Computer Technology.
Programming with Java. Chapter 1 Focuses on: –components of a computer –how those components interact –how computers store and manipulate information.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
UNIT 9 Computer architecture
Discovering Computers 2011: Living in a Digital World Chapter 4
Chapter 1: Computer Systems
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Introduction to Computers
Chapter Three Computer Hardware Chapter 3- Computer Hardware.
Introduction to Computers
Chapter 2: Computer Hardware
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
4. Computer system.
Presentation transcript:

UNIT 9 Computer architecture Ies Arabuleila Dto Tecnología Computer architecture - Part1 D. José Manuel Jiménez Romero

Computer architecture Hardware and Software Hardware the physical, tangible parts of a computer keyboard, monitor, disks, wires, chips, etc. Software programs and data a program is a series of instructions A computer requires both hardware and software Each is essentially useless without the other Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture All computers, meet the same structure Input / Output Devices introduce or show results It stores the Information Monitor Keyboard Main Memory Central Processing Unit CPU Process the data. Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture Digital Information The smaller data handling computers is the bit. Information units 1byte (B) = 8 bits e.g.(00110001) 1kilobyte (KB) = 1024 bytes 1megabyte (MB) = 1024 KB 1gigabyte (GB) = 1024 MB 1terabyte (TB) = 1024 GB In some way, all information is digitized - broken down into pieces and represented as numbers Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture For example, every character is stored as a number, including spaces, digits, and punctuation. Corresponding upper and lower case letters are separate characters. For exemple the word hello is stored h → 10410 = 011010002 e → 10110 = 011001012 l → 10810 = 011011002 o→ 11110 = 011011112 Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture CPU and Main Memory Chip that executes program commands Intel Pentium 4 Sun ultraSPARC III Central Processing Unit Main Memory Primary storage area for programs and data that are in active use Synonymous with RAM Computer architecture - Part1 D. José Manuel Jiménez Romero 9/23/2009

Secondary Memory Devices Computer architecture Secondary Memory Devices Secondary memory devices provide long-term storage Information is moved between main memory and secondary memory as needed Central Processing Unit Main Memory Hard disks Floppy disks ZIP disks Writable CDs Writable DVDs Tapes Floppy Disk Hard Disk Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture Input / Output Devices Monitor Keyboard I/O devices facilitate user interaction Central Processing Unit Main Memory Monitor screen Keyboard Mouse Joystick Bar code scanner Touch screen Floppy Disk Hard Disk Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture System bus: Communicates, the above components. Inpunt/Output Devices Central Processing Unit Main Memory Bus Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture Bus model Characteristic: Data bus: transmits information Address bus: transmits address Control bus: indicates the operation, that is needed doing Inpunt/Output Devices Main Memory Central Processing Unit SYSTEM BUS Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

Computer architecture The inside of PC Storage units. Power supply. Expansion cards. RAM memory. Main board. Microprocesador. executes program commands. Chipset (control, input/output devices). BIOS It is a ROM memory, which contains the boot program. Connecting elements. Memory modules, expansion card, ports, drives…. Computer architecture - Part1 D. José Manuel Jiménez Romero 4/19/2017

The Central Processing Unit (CPU) Microprocessor system The Central Processing Unit (CPU) A CPU is on a chip called a microprocessor It continuously follows the fetch-decode-execute cycle: fetch Retrieve an instruction from main memory decode Determine what the instruction is execute Carry out the instruction Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

The Central Processing Unit Microprocessor system The Central Processing Unit The CPU contains: Performs calculations and makes decisions Arithmetic / Logic Unit Coordinates processing steps Control Unit Small storage areas Registers Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

The Central Processing Unit Microprocessor system The Central Processing Unit The speed of a CPU is controlled by the system clock The system clock generates an electronic pulse at regular intervals The pulses coordinate the activities of the CPU The speed is usually measured in gigahertz (GHz) Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

Microprocessor system Main characteristics clock frequency. data size. number of transistors. power or energy consumed. operations per second. memory that can process. Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

Microprocessor system microprocessors evolution Gordon Moore said in 1992, that the number of computers would double every two years Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

MAIN MEMORY PARTIES OF THE MAIN MEMORY. RAM - Random Access Memory (direct access). Loads data and programs ROM –BIOS - Read-Only Memory (storage start program The terms RAM and main memory are basically interchangeable RAM-CMOS stores information about computer configuration. Cache memory, is faster, store data and instructions for immediate use Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

Memory Meaning Pronunciation Main memory is volatile - stored information is lost if the electric power is removed. Main memory and disks are direct access devices - information can be reached directly The terms direct access and random access often are used interchangeably Both RAM and ROM are random (direct) access devices! RAM probably should be called Read-Write Memory Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

A Computer Specification Consider the following specification for a personal computer: 2.8 GHz Pentium 4 Processor 512 MB RAM 80 GB Hard Disk 48x CD-RW / DVD-ROM Combo Drive 17” Video Display with 1280 x 1024 resolution 56 Kb/s Modem What does it all mean? Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017

Ies Arabuleila Cúllar Vega Dto Tecnología Computer architecture - PartII D. José Manuel Jiménez Romero 4/19/2017