Unit 3 Processors and Memory Section B Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and.

Slides:



Advertisements
Similar presentations
The Central Processing Unit: What Goes on Inside the Computer.
Advertisements

The Central Processing Unit: What Goes on Inside the Computer.
Computer Concepts 2013 Chapter 2 Computer Hardware.
In this chapter you will learn how to:  Describe different types of CPUs  Explain RAM types and technologies  Identify Motherboards  Describe Power.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Chapter 4 The Components of the System Unit
IT Systems Memory EN230-1 Justin Champion C208 –
COMPUTER MEMORY Modern computers use semiconductor memory It is made up of thousands of circuits (paths) for electrical currents on a single silicon chip.
Semester One 2001/2002 Sheffield Hallam University1 The Motherboard Major circuit board in PC Holds CPU where calculations and instructions on data are.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
* Definition of -RAM (random access memory) :- -RAM is the place in a computer where the operating system, application programs & data in current use.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
Unit 3: Hardware Components & Software Concepts
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
Computer Architecture Part III-A: Memory. A Quote on Memory “With 1 MB RAM, we had a memory capacity which will NEVER be fully utilized” - Bill Gates.
Chapter 2 Computer Hardware. 2 Chapter 2: Computer Hardware 2 Chapter Contents  Section A: Personal Computer Basics  Section B: Microprocessors and.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Computing Hardware Starter.
Chapter 2: CPU &Data Storage. CPU Each computer has at least one CPU Each computer has at least one CPU CPU execute instructions to carry out tasks –
Random access memory.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Intro to Digital Technology HARDWARE CONCEPTS. IT-IDT-4 Identify, describe, evaluate, select, and use appropriate technology. IT-IDT-5 Understand, communicate,
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Discovering Computers 2012: Chapter2- 4
Hardware & Software The CPU & Memory.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Data Representation How do computers represent data? p. 191 Fig Next  Recognize only two discrete states: on or off  Use a binary system to recognize.
The Central Processing Unit: What Goes on Inside the Computer
Memory  Main memory consists of a number of storage locations, each of which is identified by a unique address  The ability of the CPU to identify each.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
Chapter 4 The Components of the System Unit. The System Unit It is a case that contains electronic components of the computer used to process data Sometimes.
Memory Chapter 6. Objectives After completing this chapter you will be able to Differentiate between different memory technologies Plan for a memory installation.
CPU Inside Maria Gabriela Yobal de Anda L#32 9B. CPU Called also the processor Performs the transformation of input into output Executes the instructions.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Understanding Memory.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Lecture # 10 Processors Microcomputer Processors.
Types of RAM (Random Access Memory) Information Technology.
MEMORY is part of the Central Processing Unit, or CPU, where data and information are stored. There are two main types of memory in a computer – RAM.
Seminar On RAM & ROM. PRESENTED BY PRESENTED BY 1) YATIN KSHIRSAGAR. 2) GHANSHYAM DUSANE. 3) GANESH RAJOLE.
Components of Computer. Memory Unit Most important part of the computer Used to store data and instructions that are currently in use Main memory consists.
Unit 2 Technology Systems
Computer 3 JEOPARDY Bobbie, Sandy, Trudy.
Random Access Memory (RAM)
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
Memory Key Revision Points.
Types of RAM (Random Access Memory)
Introduction to Computers
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Memory Main memory consists of a number of storage locations, each of which is identified by a unique address The ability of the CPU to identify each location.
Discovering Computers 2011: Living in a Digital World Chapter 4
Computer Memory.
CS-301 Introduction to Computing Lecture 17
Unit 2 Computer Systems HND in Computing and Systems Development
Introduction to Computing
Types of Computers Mainframe/Server
Hardware Components & Software Concepts
Computers: Tools for an Information Age
MICROPROCESSOR MEMORY ORGANIZATION
2.C Memory GCSE Computing Langley Park School for Boys.
Chapter 4: MEMORY.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Computer Hardware Part 2.
Computers: Tools for an Information Age
Presentation transcript:

Unit 3 Processors and Memory Section B

Chapter 1, Slide 2Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 2 Clock speed Dictates instructions executed per second Word Size Dictates how many bits accepted per instruction Front-side bus (FSB) speed The data pathway between memory and processor Cache size Recent instructions/data retained in fast memory Number of processor cores Allows multiple tasks to execute simultaneously

Chapter 1, Slide 3Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 3 A microprocessor is a single integrated circuit or chip designed to process instructions Clock speed determines number of instructions executed each second by processor One instruction executes at each “tick” of the clock Clock speeds expressed in gigahertz (GHz) 1 GHz is a billion ticks in a second Higher clock speeds mean faster execution

Chapter 1, Slide 4Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 4 Word size determines how many bits the processor can accept with each instruction Transition to 64 bit processors nearly complete64 bit processors Most all new computers use a 64 bit processor Many continue to use existing computers with 32 bit processors Larger word size means faster execution But this is a minor increase in performance A 64 bit processor is not twice as fast as 32 bit

Chapter 1, Slide 5Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 5 Front-side bus is the pathway that moves data and instructions from memory to processor Like clock speed, FSB speeds are typically expressed in gigahertz (GHz) A smaller FSB speed means data takes longer to get from memory to processor A slow FSB can drag down processor performance

Chapter 1, Slide 6Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 6 Cache refers to very fast memory integrated into the processor chip The larger the cache size the better Data and instructions transferred from RAM to the processor are stored in cache When the processor needs data or instructions it always checks for it in cache first If already in cache, there’s no need to retrieve the data from RAM, increasing performance

Chapter 1, Slide 7Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 7 Multi-core processors are a recent development Designers hit several physical limitations in trying to improve processor performance Designing multiple processors on one chip is a way to circumvent these limitations Software must be redesigned for multi-core Operating systems take advantage of multi-core Most application software does not at this time Multi-core processor gains mostly in multi-tasking

Chapter 1, Slide 8Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 8 Every processor has an instruction set The list of instructions that processor can perform This is built in or hardwired into the chip Processors are grouped into families Processors in a family are compatible with other processors in that family Members of a family use the same instruction set The processor executes instructions found in a computer program

Chapter 1, Slide 9Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 9 Intel family Includes processors produced by two companies, Intel and Advanced Micro Devices (AMD) Windows PC’s use this family of processors Based on X86 processor architecture The PowerPC family Designed by an Apple, IBM, and Motorola alliance Used by Macintosh until recent switch to Intel X86 Still heavily used in non-Windows IBM computers

Chapter 1, Slide 10Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 10 Intel and AMD compete in processor market High end personal computer processors Intel – Core i series… Core i3, Core i5, or Core i7 AMD – Phenom or Athlon Budget priced personal computer processors Intel – Celeron AMD – Sempron High end server/high performance computing Intel – Xeon or Itanium AMD - Opteron

Chapter 1, Slide 11Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 11 Budget processor lines are great for most users Most users have fairly basic needs Web browsing, , music, etc. The more sophisticated your needs, the more the need for the high-end processor Especially gaming and other high-end video needs Celeron is based on high-end processors but: Runs at a lower clock speed Has less cache memory Has a slower front-side bus (FSB)

Chapter 1, Slide 12Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 12 Random access memory (RAM) is main storage Holds anything needed for current processing This includes both data and instructions As you enter text into a Word document, the characters you type are stored in RAM Operating system instructions held in RAM as well RAM is volatile, requires power to hold data Each RAM address consists of 8 sets of on/off switches called capacitors

Chapter 1, Slide 13Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 13 Most computers now have 1 to 4 GB of RAM Amount of RAM needed depends on software used and number of programs run concurrently Easy to purchase and install additional RAM Can’t run out of RAM If RAM fills, computer will use virtual memory

Chapter 1, Slide 14Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 14 Virtual memory is hard disk space formatted to “look” like RAM If RAM fills, the least frequently used task is swapped out to virtual memory There’s a noticeable time delay when this happens Hard disk is incredibly slow compared to RAM Task automatically swapped back in if reactivated Another noticeable time delay when swapping in Minimize use of virtual memory

Chapter 1, Slide 15Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 15 Computers use SDRAM almost exclusively Different types of SDRAM include DDR2 and DDR3 RAM has different access speeds Often measured in nanoseconds A nanosecond (1 ns) is a billionth of a second If nanoseconds used, a lower number is faster Sometimes measured in MHz or GHz If MHz or GHz used, a higher number is faster

Chapter 1, Slide 16Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 16 Be sure to buy RAM compatible with your PC It’s often best to check with the manufacturer Manufactured as individual chips called DIPs DIPs soldered on a circuit board called a DIMM Stands for Dual In-line Memory Module Memory is sold and installed as a DIMM Easy to install, plugs into a slot on the motherboard

Chapter 1, Slide 17Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 17 Say you have 2GB of RAM with a 4GB capacity So to upgrade, you need another 2GB, right? Not necessarily PC with a 4GB capacity may have 2 DIMM slots If you already have 2GB of RAM, often times it’s installed as two 1 GB DIMMs, taking up both slots So you must buy two 2GB DIMMs to maximize RAM You end up throwing out 2GB of memory because it came as two 1GB DIMMs instead of one 2GB DIMM

Chapter 1, Slide 18Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 18 ROM is permanent and non-volatile Holds instructions required in boot up process RAM empty when computer is started, so ROM is the source of initial boot up instructions Provides instructions for computer to find and begin loading operating system from hard disk Only way to change the instructions on a ROM chip is to replace the chip

Chapter 1, Slide 19Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 19 Due to the volatile nature of RAM, cannot store configuration settings there These settings must be maintained with power off ROM not an option, must be able to change configuration settings change Configuration settings stored in an EEPROM Electrically erasable programmable read-only memory EEPROMs replace CMOS, no longer need a battery

Chapter 1, Slide 20Starting Out with Visual Basic 3 rd EditionIntroduction to ComputersUnit 3B – Processors and MemorySlide 20 Computer Ad #1 AMD Athlon II, 2.9GHz, 2MB Cache 4GB DDR3 SDRAM at 1,333 MHz – 4 DIMMs Computer Ad #2 Intel Celeron, 2.2 GHz, 512KB Cache 2GB DDR3 SDRAM at 1,333 MHz – 2 DIMMs