Dundas Valley Secondary Computer Hardware Types of Memory.

Slides:



Advertisements
Similar presentations
Computer Memory/Storage Device
Advertisements

What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
CENTRAL PROCESSING UNIT
Parts & Functions of a Computer. 2 Functions of a Computer.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
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.
Begin. 1. It contains electronic components used to process data. a. Motherboard Motherboard b. System Unit System Unit c. Processor Processor.
What’s on the Motherboard? The two main parts of the CPU are the control unit and the arithmetic logic unit. The control unit retrieves instructions from.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
F1020/F1031 COMPUTER HARDWARE MEMORY. Read-only Memory (ROM) Basic instructions for booting the computer and loading the operating system are stored in.
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.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Memory Hierarchy.
Elements of a Computer System Dr Kathryn Merrick Thursday 4 th June, 2009.
Chapter 4 The System Unit: Processing and Memory Prepared by : Mrs. Sara salih.
E0001 Computers in Engineering1 The System Unit & Memory.
Introduction to Computing: Lecture 4
Discovering Computers 2012: Chapter 4
BIOS. Accessing System BIOS You can use the System Setup utility to change variable BIOS information, such as the type of hard drive you have installed.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
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.
Computer Basics.
CIM101 : Introduction to computer Lecture 3 Memory.
© CCI Learning Solutions Inc. 1 Lesson 2: Elements of a Personal Computer System unit Microprocessor chip How memory is measured What ROM is What RAM is.
Section one revision:1. Computer Systems To be able to Identify and describe computer systems To demonstrate an understanding of the Central Processing.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Lesson 3 0x Hardware Components
Understanding Memory.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Computer Hardware – System Unit
The Computer System.
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.
4 1 Computer Hardware Ch.5-A,B,C,D; Ch.4-B FALL 2000 Rob Wolfe.
BY MANJU Lesson 21 Computer Hardware. System Components A computer system requires many components to do its job: Input: Device to input data so it can.
Computers Are Your Future Eleventh Edition Chapter 2: Inside the System Unit Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall1.
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.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
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.
Chapter 2 content Basic organization of computer What is motherboard
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Tech Level Cyber Security
Memory Key Revision Points.
Computer Hardware – System Unit
Processor/Memory Chapter 3
Discovering Computers 2011: Living in a Digital World Chapter 4
Module IV Memory Organization.
The Central Processing Unit
introduction to computer
Primary Storage and Secondary Storage Devices Chapter 3
Electronics Technology
PRIMARY STORAGE.
Module IV Memory Organization.
Introduction to Computing
Computer Hardware Prepared by:- Mr. Pawan Kumar
Hardware Components & Software Concepts
Components of a CPU AS Computing - F451.
MICROPROCESSOR MEMORY ORGANIZATION
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
A451: Computer Systems and Programming
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Computer components.
Presentation transcript:

Dundas Valley Secondary Computer Hardware Types of Memory

Main Memory While the CPU has a small amount of memory on the microprocessor, most of the computer’s memory is located on the motherboard

The Hardware Diagram Where does memory fit into the hardware diagram? Processing Unit Input Devices Output Devices Auxiliary Storage Processing Unit Control Unit ALU Registers ROM RAM Memory Controller

Registers The original Pentium (1993) CPU had 32 registers-each was 8 bytes in size The Pentium 4 (IA-64 core) has 128 integer and 128 floating-point registers plus 64 special function registers. Registers are a small amount of high speed memory built onto the CPU core Registers This is a Pentium 4 core

Internal Cache Level 1 cache (pronounced “cash”) is built into the CPU core It is also called primary cache or internal cache Early processors had 32 KB of L1 cache 512 KB is now common Level 1 cache on a Pentium 4 Cache memory is a scheme to store needed data close to the CPU Cache is used to pre-fetch data and program instructions from main memory

External Cache External cache is often called level 2 (or level 3) cache It is situated on the motherboard close to the CPU It is made of expensive, high-speed memory External cache serves as a stepping-stone between the CPU and RAM L2 cache CPU

RAM Random Access Memory is the largest part of main memory RAM is volatile (contents are destroyed when the power is eliminated) Called “Random Access” because an unit (byte) of memory can be accessed directly without having to search sequentially through memory to find it RAM ICs are housed on small circuit boards called DIMMs or Dual In-line Memory Modules DIMMs are installed into slots on the motherboard

ROM Read-Only Memory stores system programs and data permanently The contents of ROM remain unchanged when the power is turned off The contents of ROM are “burned-in” at the factory and cannot be changed Special types of ROM can be programmed (PROM) or erased (EEPROM) Flash ROM can be reprogrammed quickly without removing it from the circuit board

BIOS The bootstrap program contains the code that starts the computer during a “cold-boot” One of these functions is the POST or Power On Self Test “ROM BIOS” ICs are built on the motherboard The Basic Input-Output System is a type of ROM that holds the computer’s bootstrap program