READ-ONLY MEMORY (rom)

Slides:



Advertisements
Similar presentations
Computer Organization and Architecture
Advertisements

+ CS 325: CS Hardware and Software Organization and Architecture Internal Memory.
LOGO.  Concept:  Is read-only memory.  Do not lose data when power is lost.  ROM memory is used to produce chips with integrated.
D75P 34 – HNC Computer Architecture Week 10 Computer Memory. © C Nyssen/Aberdeen College 2003 All images © C Nyssen/Aberdeen College except where stated.
What is memory? Memory is used to store information within a computer, either programs or data. Programs and data cannot be used directly from a disk or.
Registers  Flip-flops are available in a variety of configurations. A simple one with two independent D flip-flops with clear and preset signals is illustrated.
IT Systems Memory EN230-1 Justin Champion C208 –
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,
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.
Memory. Random Access Memory Defined What is memory? operating system and other system software that control the usage of the computer equipment application.
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.
Memory Hierarchy.
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 Hierarchy Registers Cache Main Memory Fixed Disk (virtual memory) Tape Floppy Zip CD-ROM CD-RWR Cost/Bit Access/Speed Capacity.
 Memory Memory  Types of Memory Types of Memory  Memory Representation Memory Representation  Random Access Memory Random Access Memory  Read Only.
Computers in the real world Objectives Understand what is meant by memory Difference between RAM and ROM Look at how memory affects the performance of.
Random access memory.
TEJ3M Teacher: Ms. Luce Name: Alex H. Date: February 18th 2010
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.
© Banff and Buchan College 2007 DH2T 34 Computer Architecture 1 LO2 Lesson One Memory.
Chapter 8 Memory Interface
Computer Architecture CST 250 MEMORY ARCHITECTURE Prepared by:Omar Hirzallah.
Chidambaranathan C.M SRM University,Haryana. Memory:- As the word implies “memory” means the place where we have to store any thing, this is very essential.
CIM101 : Introduction to computer Lecture 3 Memory.
Supplemental reading Main Memory. REVIEW CPU-stands for central processing unit; it is the key component in a digital computer; it interprets computer.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
It is the work space for the CPU Temporary storage for data/programs the CPU is working with. Started as a collection of IC’s on Motherboard. Two main.
Information Technology Basic Computer Architecture Adnan Khalid.
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 Architecture Lecture 24 Fasih ur Rehman.
© GCSE Computing Computing Hardware Starter. Creating a spreadsheet to demonstrate the size of memory. 1 byte = 1 character or about 1 pixel of information.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
1 Memory Hierarchy (I). 2 Outline Random-Access Memory (RAM) Nonvolatile Memory Disk Storage Suggested Reading: 6.1.
CS 1410 Intro to Computer Tecnology Computer Hardware1.
Types of RAM (Random Access Memory) Information Technology.
PCs ENVIRONMENT and PERIPHERALS Lecture 3. operating system and other system software that control the usage of the computer equipment application programs.
Seminar On RAM & ROM. PRESENTED BY PRESENTED BY 1) YATIN KSHIRSAGAR. 2) GHANSHYAM DUSANE. 3) GANESH RAJOLE.
UNIT V Programmable Devices. RAM A RAM constitutes the internal memory of the CPU for storing data, program and program result. It is read/write memory.
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 P2 Understand hardware technologies for game platforms
MEMORY BYTES. MEMORY BYTES MEMORY MEMORY OUR Internal External.
Tech Level Cyber Security
A Dummies guide to computer memory
Types of RAM (Random Access Memory)
READ-ONLY MEMORY (rom)
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.
Read Only Memory July 22, 2018.
introduction to computer
Memory Units Memories store data in units from one to eight bits. The most common unit is the byte, which by definition is 8 bits. Computer memories are.
Course Name: Computer Application
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.
حافظه های الکتریکی تهیه کننده : کاظم شاطری نسب
שמות מאפיינים ומטרות של זיכרונות ROM - ו RAM
William Stallings Computer Organization and Architecture 7th Edition
Computer Memory BY- Dinesh Lohiya.
Memory P2 Understand hardware technologies for game platforms
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
INTRODUCTION TO MEMORY AND MEMORY DESIGN 1
Hardware Main memory 26/04/2019.
Lecture 2 (Memory) Computer Organization and Assembly Language. (CSC-210) Dr. Mohammad Ammad uddin.
Semiconductor memories are classified in different ways. A distinction is made between read-only (ROM) and read-write (RWM) memories. The contents RWMs.
Computer Memory.
Presentation transcript:

READ-ONLY MEMORY (rom) RANDOM ACCESS MEMORY (RAM) and READ-ONLY MEMORY (rom)

Definition of ram  a computer memory on which data can be both read and written and on which the location of data does not affect the speed of its retrieval.  RAM that acts as the main storage available to the user for programs and data

Types of ram DYNAMIC RANDOM ACCESS MEMORY (dram) STATIC RANDOM ACCESS MEMORY (srAM) To memory where any piece of data can be accessed almost instantly Power supply must be constantly refreshed for it to work Larger capacities because it is much more space-efficient and thus cheaper MORE….. Expensive Faster Power efficient internal structure also makes it less dense Types of ram

Has higher bandwidth, meaning greater speed Synchronous dynamic random access memory (sdram) Double data rate synchronous dynamic RAM (ddr sdram) Most of the time the data needed by the CPU will be in sequence Five percent faster than EDO RAM and is the most common form in desktops today Maximum transfer rate to L2 cache is approximately 528 MBps Just like SDRAM Has higher bandwidth, meaning greater speed Maximum transfer rate to L2 cache is approximately 1,064 MBps (for DDR SDRAM 133 MHZ)

How ram works?! Similar to a microprocessor, a memory chip is an integrated circuit(IC) made of millions of transistors and capacitors. In the most common form of computer memory, dynamic random access memory (DRAM), a transistor and a capacitor are paired to create a memory cell, which represents a single bit of data.

How much ram do you need?! If you are running Windows XP, Microsoft recommends 128MB as the minimum RAM requirement. For optimal performance with standard desktop applications, 256MB is recommended. The amount of RAM listed for each system above is estimated for normal usage -- accessing the Internet, word processing, standard home/office applications and light entertainment.

How to manage virtual memory?! Here below is a brief explanation of how to manage virtual memory .  The aim is simply increase the size of the paging file in order to have a larger sector of your hard disk acting like RAM on your PC. 

Steps Open your control panel and click on the System icon Select the Advanced Tab  Select the Performance Options Tab 

Select the Change Option found in the Virtual memory sub menu

Read-only memory (ROM) Read-only memory (usually known by its acronym, ROM) is a class of storage media used in computers and other electronic devices. Because data stored in ROM cannot be modified (at least not very quickly or easily), it is mainly used to distribute firmware (software that is very closely tied to specific hardware, and unlikely to require frequent updates)

Different rom type memories BIOS - is a programme for controlling the system's main input-output interfaces, hence the nameBIOS ROM which is sometimes given to the read-only memory chip of the mother board which hosts it.

bios

bootstrap loader A programme for loading (random access) memory into the operating system and launching it. This generally seeks the operating system on the floppy drive then on the hard disk, which allows the operating system to be launched from a system floppy disk in the event of malfunction of the system installed on the hard disk.

CMOS SETUP Is the screen displayed when the computer starts up and which is used to amend the system parameters (often wrongly referred to as BIOS)

Power-On Self Test (POST) Programme that runs automatically when the system is booted, thus allowing the system to be tested (this is why the system "counts" the RAM at start-up)

1st STAGE of POST

2nd stage of POST

Types of rom PROM –(Programmable Read Only Memory) memories were developed at the end of the 70s by a company called Texas Instruments. These memories are chips comprising thousands of fuses (or diodes) that can be "burnt" using a device called a " ROM programmer", applying high voltage (12V) to the memory boxes to be marked. The fuses thus burnt correspond to 0 and the others to 1.

eprom (Erasable Programmable Read Only Memory) memories are PROMs that can be deleted. These chips have a glass panel that lets ultra-violet rays through. When the chip is subjected to ultra-violet rays with a certain wavelength, the fuses are reconstituted, meaning that all the memory bits return to 1. This is why this type of PROM is called erasable.

EEPROM (Electrically Erasable Read Only Memory memories are also erasable PROMs, but unlike EPROMs, they can be erased by a simple electric current, meaning that they can be erased even when they are in position in the computer.

Flash memory Flash memory is denser, meaning that chips containing several hundred mega octets can be produced. EEPROMs are thus used preferably to memorize configuration data and the Flash memory is used for programmable code (IT programmers).

Examples of flash memory Your computer's BIOS chip Compact Flash (most often found in digital cameras) Smart Media (most often found in digital cameras) Memory Stick (most often found in digital cameras) PCMCIA Type I and Type II memory cards (used as solid-state disks in laptops) Memory cards for video game consoles

RAM vs. rom RAM is Random Access Memory. It is a volatile type of memory that needs electricity to flow to retain information. It is the type of memory that computers use to process programs. ROM is Read Only Memory. Essentially it is a piece of permanently written information stored as memory. There are versions of this memory that can be rewritten but it is then called EPROM (Erasable Programmable Read Only Memory) and generally takes ultraviolet light to clear. The easiest way to understand the difference is to think of this as a blackboard. When memory is being used as RAM, it's a blackboard that is constantly being rewritten and then washed and rewritten, thousands of times per minute. If it was ROM, the writing would be in acrylic paint, that can't be removed. EPROM would be the same paint but it can be removed by very special and specific means.