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.

Slides:



Advertisements
Similar presentations
MUHAMMAD AHMED HUSSAIN
Advertisements

Computer Concepts 2013 Chapter 2 Computer Hardware.
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
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.
Parts & Functions of a Computer. 2 Functions of a Computer.
9/20/6Lecture 14 - Static Memory1 Static Memory. 9/20/6Lecture 14 - Static Memory2 Static Memory.
Computer Hardware Chapter 5. Motherboard 1: Ports 3: Expansion slots 6: Central processing unit.
Memory Key component of a computer system is its memory system to store programs and data. ITCS 3181 Logic and Computer Systems 2014 B. Wilkinson Slides12.ppt.
Memory. When we receive some instruction or information we retain them in our memory. Similarly a computer stores the instructions for solving a problem,
Lecture # 13 Memory and Storage
Storage.
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
2. Memory. Main memory – speed & types Organization of RAM RAM – Random Access Mem Static RAM [SRAM] - In SRAM, a bit of data is stored using the state.
Chapter 5 Basic Input/Output System (BIOS)
Chapter 2 Computer Hardware. 2 Chapter 2: Computer Hardware 2 Chapter Contents  Section A: Personal Computer Basics  Section B: Microprocessors and.
Basic Input Output System
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.
Computer Hardware and Software Jinchang Wang. Hardware vs. Software Hardware is something tangible. Computer hardware includes electronic circuitry and.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Random access memory.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
MBMPowered by DeSiaMore System Unit 1. MBMPowered by DeSiaMore Definition The system unit/system cabinet is a container that houses most of the electronic.
BIOS Objectives In this chapter, you will: -Learn to define the BIOS and understand how it relates to CMOS -Learn how to determine which BIOS is running.
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 Central Processing Unit: What Goes on Inside the Computer
ROM RAM and Virtual Memory  Lesson Objective: Understand the difference between ROM, RAM and the purpose of Virtual Memory  Learning Outcome: Define.
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.
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
3 Computing System Fundamentals
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
CIM101 : Introduction to computer Lecture 3 Memory.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Copyright © 2007 – Curt Hill Primary Memory and Electronic Storage Implementations.
Introduction to the BIOS BIOS – Part 1 © Richard Goldman Rev. January 4, 2001.
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
1 Course Title: IT IN BUSINESS Course Instructor: ADEEL ANJUM Chapter No: 04 1 BY ADEEL ANJUM (MCS, CCNA,WEB DEVELOPER)
Primary Storage Primary storage is the storage that is directly available to the CPU. It is also known as: Main Memory Main Memory Direct Access Storage.
COMPUTER MEMORY & DATA STORAGE. ROM ROM is short for Read Only Memory. –I–It is permanent, long-term memory which cannot be erased or changed in any way;
TUTORIAL 2A PART D  BY : MUHAMMAD HAZIQ BIN RAHIM MUHAMMAD AIDIL FARIS BIN ANUAR.
Understanding Memory.
Identifying Hardware Components in a Computer (continued) Clock Speed (continued) The computer has a system clock that generates a regular electronic beat.
Excellence Publication Co. Ltd. Volume Volume 1.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
ROM Nitin mishra. ROM Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be.
66 CHAPTER THE SYSTEM UNIT. © 2005 The McGraw-Hill Companies, Inc. All Rights Reserved. 6-2 Competencies Details about memory Memory Classification Bases.
STATUS REGISTER  It is a group of flip-flops. But it is not used to store data.  Each bit in the status register is used to indicate a particular condition.
Prospects of Software Industry in Bangladesh Natasha Ahmed – Maliha Tasnim – Anamika Almas Storage Devise Natasha Ahmed.
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.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
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.
Memory and Storage Chapter 9. Memory Memory ( from programmer’s point of view): Temporary storage to hold data as well as programs. An Architect views.
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.
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
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.
Principles & Applications
Introduction to Computers
Memory chips Memory chips have two main properties that determine their application, storage capacity (size) and access time(speed). A memory chip contains.
COMPUTER MEMORY & DATA STORAGE
COMPUTER MEMORY & DATA STORAGE
PRIMARY STORAGE.
A451: Computer Systems and Programming
Computer Memory.
Presentation transcript:

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 software instructions and short-term working memory for the processor.Most RAM is volatile that requires electrical power to hold data.The capacity of RAM is expressed in megabytes or gigabytes and personal computers typically feature between 2 GB and 128GB of RAM. An area of the hard disk, called virtual memory, can be used if an application runs out of allocated RAM. Accessing data in memory can be more than 200, 000 times faster than accessing data on hard disk, Because of the mechanical motion of the hard disk.The access time (speed) of memory contributes to the overall performance of the computer – in nanosecond. ROM ROM is a type of memory circuitry that holds the computer’s startup routine, this is a permanent and non-volatile memory. The ROM BIOS tells the computer how to access the hard disk, find the operating system, and load it into RAM.ROM chips in printers contain data for FONTS. EEPROM EEPROM Stands for Electrically Erasable Programmable Read-Only Memory.It is more permanent than RAM, and less permanent than ROM. Requires no power to hold data.Hold their startup instructions because it allows the computer easily update its contents. CMOS CMOS is an acronym for complementary metal oxide semiconductor. In short, CMOS defines the type of material from which the chip is made. CMOS runs on about a millionth of an amp of electrical current. This efficiency allows it to store configuration data for a long time (maybe years), powered only from either low-voltage dry cell or lithium batteries.Nonvolatile storage in contemporary computers is often in EEPROM or flash memory (like the BIOS code itself), the remaining usage for the battery is then to keep the real-time clock (RTC) going. The typical NVRAM capacity is 512 bytes, which is generally sufficient for all BIOS settings.

4 PRINTER FEATURES Duty Cycle Print Speed Resolution Operating Costs