Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory)

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Session Objectives#3 COULD explain the role memory plays in computer processing SHOULD describe the purpose of a CPU and its individual components MUST.
The Central Processing Unit: What Goes on Inside the Computer.
The Central Processing Unit: What Goes on Inside the Computer.
Technology Component: Computer Hardware – Part 2 Basic Components Dr. V.T. Raja Oregon State University.
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.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
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.
Chapter 4  Converts data into information  Control center  Set of electronic circuitry that executes stored program instructions  Two parts ◦ Control.
Storage.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Different CPUs CLICK THE SPINNING COMPUTER TO MOVE ON.
MEMORY More technically referred to as Primary Storage.
Discovering Computers 2012: Chapter 4
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
GCSE Computing Memory Powerpoint Templates.
The Central Processing Unit: What Goes on Inside the Computer
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
3 Computing System Fundamentals
Egle Cebelyte. Random Access Memory is simply the storage area where all software is loaded and works from; also called working memory storage.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: CPU.
Computer bits and pieces Hardware! Do you actually know anything about the devices you use?
Memory and Storage. Computer Memory Processor registers – Temporary storage locations within the CPU – Examples Instruction register – holds the instruction.
The Computer System CS 103: Computers and Application Software.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
Computer Hardware – Part 2 Basic Components V.T. Raja, Ph.D., Information Management Oregon State University.
Chapter 2.
Memory 2. Activity 1 Research / Revise what cache memory is. 5 minutes.
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
A Dummies Guide to computer memory. Differences between ROM and RAM ROMRAM Non volatileVolatile Used to boot up the computerUsed when the computer is.
Computer Performance. Hard Drive - HDD Stores your files, programs, and information. If it gets full, you can’t save any more. Measured in bytes (KB,
CS 1410 Intro to Computer Tecnology Computer Hardware1.
The Central Processing Unit: What Goes on Inside the Computer.
Computer Storage. What is Primary Storage? ● Primary storage is computer memory that is directly accessible to the CPU of a computer without the use of.
CACHE _View 9/30/ Memory Hierarchy To take advantage of locality principle, computer memory implemented as a memory hierarchy: multiple levels.
Computer systems Quiz. The CPU What does CPU stand for?(1) Which 3 step cycle does the CPU follow?(1) In order to run, name 3 things that the CPU needs?(3)
Primary Storage The Triplets – ROM & RAM & Cache.
Chapter 2 content Basic organization of computer What is motherboard
TYPES OF MEMORY.
APPENDIX A Hardware and Software Basics
A Dummies guide to computer memory
The Central Processing Unit: What Goes on Inside the Computer
Computing Computer.
Memory Miss Elliott.
Activity 1 6 minutes Research Activity: What is RAM? What is ROM?
RAM, CPUs, & BUSES Egle Cebelyte.
Introduction to Computer Architecture
THE CPU i Bytes 1.1.
CS-301 Introduction to Computing Lecture 17
Basic Computer Organization
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
The Triplets – ROM & RAM & Cache
Introduction to Computers
הכרת המחשב האישי PC - Personal Computer
المحور 3 : العمليات الأساسية والمفاهيم
Introduction to Computing
Introduction to Computers
Introduction to Computer Architecture
Types of Computers Mainframe/Server
2.C Memory GCSE Computing Langley Park School for Boys.
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
A451: Computer Systems and Programming
Objectives Describe how common characteristics of CPUs affect their performance: clock speed, cache size, number of cores Explain the purpose and give.
Learning Objectives To be able to describe the purpose of the CPU
Presentation transcript:

Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory) CPU speed or clock speed is measured in Hz (cycles per second) A mid range laptop my have clock speed of 3GHz (3 billion cycles per second/300 million instructions per second) Very fast access time, almost as fast as the CPU Measured in Mb (2- 3Mb in a typical laptop) ££££ Can read ahead to store other instructions that are likely to be used next Stores programs (instructions) and data when NOT in use (non volatile) Relatively slow access time Measured in Tb £ Stores programs (instructions) and data when in use (volatile) Fast access time but not as fast as the CPU can process instructions Measured in Gb (Typical laptop may have 4-6Gb of RAM) £££ External Hard disk USB 1 Motherboard ALU CPU CU DVD Drive Cache memory RAM (Main Memory) Hard disk ROM Data is moved around on ‘buses’ (measured in MHz)

Multi Core Processor – Principles are the same but the number of processors are increased Motherboard ALU CPU CU Cache memory ALU CPU CU Cache memory RAM (Main Memory) Hard disk ROM

Factors affecting CPU speed Clock speed Cache size Bus Speed Number of processor cores Word size – (The number of bits the CPU can process in one go – typically 32 or 64 bits)

Motherboard External Hard disk USB 1 DVD Drive RAM CPU (Main Memory) Very fast access time, almost as fast as the CPU Measured in Mb (2- 3Mb in a typical laptop) ££££ Can read ahead to store other instructions that are likely to be used next Static RAM 4/5 transistors per bit. Do not need to be refreshed. Fast yet expensive Secondary Storage Stores programs (instructions) and data when NOT in use (non volatile) Relatively slow access time compared to RAM Measured in Tb £ Stores programs (instructions) and data when in use (volatile) Fast access time but not as fast as the CPU can process instructions Measured in Gb (Typical laptop may have 4-6Gb of RAM) £££ Dynamic RAM One transistor and one capacitor per bit. Needs constantly ‘refreshed’ Flash Memory – A type of ROM that is ‘writeable’. Involves using a large ‘flash’ of electrical current to trap electrons. Slow compared to RAM but fast compared to magnetic/optical technologies. External Hard disk USB 1 Motherboard ALU CPU CU DVD Drive Cache memory RAM (Main Memory) Hard disk Virtual Memory – Used when RAM is full ROM Data is moved around on ‘buses’ (measured in MHz) ROM – Read Only Memory. Similar to RAM but cannot be written to and is Non Volatile. Used to store ‘boot’ sequence. PROM/EPROM/EEPROM