RAM Random access memory, or RAM for short, is active during the processing function. RAM is often referred to as “temporary memory.” RAM consists of electronic.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
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.
System Setup CGS2564. What Happens When You Start up a Computer? BIOS Basic Input Output System A set of programs stored in ROM Contain instructions on.
Understanding Essential Computer Concepts
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
What is a Computer?.
Computer Systems – Hardware
Intermediate GNVQ ICT Computer Systems Hardware is the name that is given to any part of a computer that you can actually touch. An individual piece of.
Computer Hardware.
Enhanced A+ Guide to Managing and Maintaining Your PC Third Edition.
Computer Parts There are many parts that work together to make a computer work.
IC3 GS3 Standard Computing Fundamentals Module
The Boot Process & The 4 Computer Functions Computer Technology Created by M Corbett Lehi Junior High Based in part on a power point created by M. Guymon.
COMPONENTS OF A PERSONAL COMPUTER.
S3 Computer Literacy Computer Hardware. Overview of Computer Hardware Motherboard CPU RAM Harddisk CD-ROM Floppy Disk Display Card Sound Card LAN Card.
COMPONENTS OF THE SYSTEM UNIT
Storage.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
Computer Systems 1 Fundamentals of Computing
Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic device.
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.
XP Practical PC, 3e Chapter 17 1 Upgrading and Expanding your PC.
4 TYPES OF MEMORY RAM RAM stands for Random Access Memory and is a type of chip used in in primary storage memory.It is also temporary storage, holding.
Lesson 3 — How a Computer Processes Data
Essential Computer Concepts
B.A. (Mahayana Studies) Introduction to Computer Science November March The Motherboard A look at the brains of the computer, the.
Computing Hardware Starter.
Explore the Parts of a Computer
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Configuration.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
PC Maintenance: Preparing for A+ Certification Chapter 9: Working with the BIOS Setup Program.
Hardware & Software The CPU & Memory.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
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.
Computer Basics.
OCR GCSE Computing © Hodder Education 2013 Slide 1 OCR GCSE Computing Chapter 2: Memory.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Introduction to Computer Systems
Computer Basic Vocabulary
Parts of the computer.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
IC 3 BASICS, Internet and Computing Core Certification Computing Fundamentals Lesson 2 How Does a Computer Process Data?
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
By : Reem Hasayen. A storage device is a hardware device capable of storing information. There are two types of storage devices used in computers 1. Primary.
Understanding Memory.
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.
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),
Lesson 2 Component Overview Core Hardware Fundamentals.
Hardware Introducing the Components of a Computer.
4 1 Computer Hardware Ch.5-A,B,C,D; Ch.4-B FALL 2000 Rob Wolfe.
Computer Systems Objectives: To gain an understanding of the types of computer systems. Be able to identify the main components. Understand the difference.
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.
Computer Components Let’s review!. If your computer slows down, what system parts are you going to check? Click to select from choices below. cables,
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
The most important factors to consider when purchasing a computer that will be used to create and edit graphics, animation and video are the size of the.
ICT COMPUTER FUNDAMENTALS
ICT COMPUTER FUNDAMENTALS
Types of Computers & Computer Hardware
Business Computer Technology
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer Based Technology:
Computer Hardware Prepared by:- Mr. Pawan Kumar
Overview 1. Inside a PC 2. The Motherboard 3. RAM the 'brains' 4. ROM
Presentation transcript:

RAM Random access memory, or RAM for short, is active during the processing function. RAM is often referred to as “temporary memory.” RAM consists of electronic circuits on the motherboard that temporarily hold programs and data while the computer is on. Each circuit has an address that is used by the microprocessor to transmit and store data. When the computer is off, RAM is empty.

RAM RAM is constantly changing as long as the computer is on. For example, if you are writing a paper, the word processing program that you’re using is temporarily copied into RAM so the microprocessor can quickly access the instructions that you’ll need as you type and format your paper. The characters you type are also stored in RAM, along with the many fonts, special characters, graphics, and other objects that you might use to enhance the paper. A microcomputer with 128 MB of RAM can temporarily store over 128 million characters at any one time. Many microcomputers are said to be “expandable,” meaning that additional RAM can be added to the computer.

Virtual Memory When you are multitasking, the processing memory requirements can exceed the amount of available RAM. If this occurs, today’s microcomputer software can automatically use space on your computer’s storage devices to simulate RAM. This extra memory is called virtual memory. Virtual memory is much slower than RAM, however. Therefore, expanding the RAM capacity of a microcomputer is preferable to using virtual memory.

ROM Read-only memory, or ROM, is a set of electronic circuits permanently installed on the motherboard by the computer’s manufacturer. ROM, sometimes called “permanent memory,” is the permanent storage location for the instructions that the computer uses when you turn it on. That is, when the computer is turned on, the set of instructions in ROM checks all the computer system’s components to make sure that they are working and then activates the essential software that controls the processing function. The activities that occur between the moment you turn on the computer and the moment you can actually begin to use the computer are called the boot process. Although a computer’s RAM capacity is typically expandable, you cannot add to the ROM capacity.

CMOS Memory Complementary metal oxide semiconductor, or CMOS, memory is also activated during the boot process. A small rechargeable battery powers CMOS so that its contents will be saved even when the computer is turned off. CMOS memory is often referred to as “semipermanent memory.” Unlike ROM, which cannot be changed, CMOS must be changed every time you add hardware to or remove hardware from your computer system. Most of today’s computers have a “plug-and-play” feature that automatically updates CMOS if you install new hardware such as a new hard drive or printer.

CMOS Memory CMOS holds several critical computer configuration settings, including those listed below. Date and time RAM capacity System performance parameters Power management settings Hardware passwords Configuration parameters for integrated peripherals (storage drives, monitor, keyboard, mouse, printers, …)