Computer Architecture2  Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the.

Slides:



Advertisements
Similar presentations
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
Advertisements

Computer Bits and Parts Parts of the computer system.
Using Computers CS French Chapter 1.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
CS 104 Introduction to Computer Science and Graphics Problems Basic Organization & Concepts 09/09/2008 Yang Song (Prepared by Yang Song and Suresh Solaimuthu)
Introduction to Computers
Computer Hardware.
Computer Systems CS208. Major Components of a Computer System Processor (CPU) Runs program instructions Main Memory Storage for running programs and current.
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Instructions Slides 3,4,5 are general questions that you should be able to answer. Use slides 6-27 to answer the questions. Write your answers in a separate.
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.
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
Chapter 3 Computer Hard ware
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computer Processing of Data
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
1 BUSINESS TECHNOLOGY TODAY Chapter Two How ICT Works.
Introduction to Computers
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
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.
© Paradigm Publishing Inc. 2-1 Chapter 2 Input and Processing.
Computing and the Web Computer Hardware Components.
Introduction to Computers
INFORMATION PROCESSING CYCLE. What is a computer? A computer is a machine that receives data and processes that data in some way to produce information.
What is a computer? Computer is a device for processing information.
Chapter 4 Information Technology in Business: Hardware.
Chapter 5 Computing Components. 5-2 Chapter Goals List the components and their function in a von Neumann machine Describe the fetch-decode-execute cycle.
Parts of a Computer - Introduction
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Aug CMSC 104, LECT-021 Machine Architecture Some material in this presentation is borrowed form Adrian Ilie From The UNIVERSITY of NORTH CAROLINA.
Computer Basic Vocabulary
Parts of the computer.
Computer Architecture Memory, Math and Logic. Basic Building Blocks Seen: – Memory – Logic & Math.
Parts of the Computer System
Computer Hardware A computer is made of internal components Central Processor Unit Internal External and external components.
HARDWARE Input and Output. Hardware Input Devices Output Devices Multifunctional Devices Storage Processing Devices.
Looking Inside the Computer System
The Computer System CS 103: Computers and Application Software.
Computer Organization. The Five Hardware Units General purpose computers use the "Von Neumann" architecture Also referred to as "stored program" architecture.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
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.
HOW COMPUTERS WORK THE CPU & MEMORY. THE PARTS OF A COMPUTER.
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.
Introduction To Computers
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Lecture # 36 Computer Architecture and Organization.
Computer Architecture and Number Systems
Functions and Parts of a Computer
introduction to computer
Computer Architecture
Business Computer Technology
Introduction to Computers
08/28/06 parts of the computer.
The Computer Work Stations
Introduction to Computing Lecture # 1
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computers
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
COMPUTER FUNDAMENTALS i
A451 GCSE Computing | Hardware| Required knowledge
4. Computer system.
08/28/06 parts of the computer.
Presentation transcript:

Computer Architecture2

 Computers are comprised of three things  The physical computer  The operating system  The user and programs running on the user’s behalf 3Computer Architecture

 Programmable machine designed to automatically carry out sequential operations  Basic functions  Input data  Process data  Output data  Store data (optional)  Is a calculator a computer??? 4Computer Architecture

1. Monitor (Visual display) 2. Motherboard 3. CPU 4. RAM 5. Expansion cards (maybe) 6. Power supply 7. Optical disc drive (maybe) 8. Hard disk drive 9. Keyboard 10. Mouse (or touch) 5Computer Architecture

6

 Central Processing Unit (CPU)  Memory  Storage  Peripherals 7Computer Architecture

8

9

 The CPU is the “core” of the computerCPU  Performs two basic operations  Arithmetic  Add, Subtract, Multiply, Divide, …  Logical  AND, OR, XOR, NOT, …  Does the same thing over and over  Fetch – get the next instruction from memory  Instruction is a sequence of bytes  Decode – determine what action the byte(s) specifies  Read – read required data from the memory address (optional)  Execute – carry out the encoded instruction  Fetch – Decode – Execute cycle can be used to implement any program 10Computer Architecture

 CPU executes the fetch–decode–execute cycle  When a program executes  Loads its instructions into memory from file  Tells the CPU the address of the first instruction  CPU keeps track of which memory location contains the next instruction  CPU fetches an instruction  CPU counter updates to the location of the next instruction Computer Architecture11

 The CPU performs the fetch-decode-execute cycle hundreds of millions of times per second  CPU’s “clock speed” tells you how many steps it can perform each second  1GHz clock speed translates into (roughly) one billion steps per second  Controlled by an oscillating crystal inside the CPU  Provides the “ticks” for the CPU clock 12Computer Architecture

 Physical device used to store data or programs  Two types  Volatile  Short-term memory  Requires power to maintain information  Random-access memory (RAM)  Non-volatile  Retains information when not powered  Generally used for long-term storage 13Computer Architecture

14

 Non-volatile devices used to store data when the computer is not powered on  Magnetic  Floppy disk, magnetic tape, hard drives  Electromechanical  Paper tape, punched cards  Solid-state  EEPROM, Flash memory  Optical  CD, DVD, Blu-ray 15Computer Architecture

16

 Storage devices retain information when powered off  Why bother with volatile memory?  Storage devices are MUCH slower than memory  Accessing the same data on a hard drive multiple time would slow down overall performance 17Computer Architecture

 Devices attached to a host computer  Not part of host’s core computer architecture  Expands host’s capabilities  Common peripherals  Input devices  Mouse, trackpad, scanners, audio input  Output devices  Displays, printers, speakers  Network cards  Storage 18Computer Architecture

 Fetch-Decode-Execute example  Find the following  Type and speed of CPU  Amount of RAM  Hard drive storage space 19Computer Architecture