Skip to main content

What is ROM Explain Different Types of ROM

Topic: What is ROM Explain Different Types of ROM

ROM


ROM stands for Read Only Memory, because its contents can be read and used only and we cannot change or delete its contents. It is a non volatile memory. Its retains its contents even after switching off the computer. Therefore, ROM does not require electricity to retain its contents. ROM is a permanent memory. The instructions in ROM are written at the time of manufacturing by the manufacturer.  

Importance of ROM in Computer System


1. One important reason a computer needs ROM is that instructions stored in ROM (called ROM BIOS - Basic Input/Output System)execute on start-up of computer and guide the computer what to do. They make the computer ready for work.
2. ROM contains a set of start-up instructions to check that memory is functioning well and check for other hardware devices.
3. These instructions also check for an operating system and load its necessary part into RAM, so that a user interface for example "Windows Desktop" is displayed on computer screen. Now computer is ready to work with. A user now can easily perform work on computer.

Where ROM Chip is installed in Computer?


ROM chip is fixed on motherboard as shown in the figure: AMIBIOS -American Megatrends ROM chip.
Where ROM Chip is installed in Computer?
Another picture of Rom



Types of ROM


Following are the types of ROM

  • PROM

PROM stands for Programmable Read Only Memory. Instructions can be stored in PROM only once. Then it becomes ROM and we cannot change instructions in it. Initially PROM is a blank chip. Once instructions are written on it, then it become ROM. Now we cannot change or delete the instructions. If there is any error in writing instructions then PROM chip becomes unusable.
  • EPROM

EPROM stands for Erasable Programmable Read Only Memory. Program instructions written on EPROM can be erased and changed with the help of ultra violet rays. So if once we write instruction on this chip with errors, we can erase wrong instructions and rewrite new instructions.
  • EEPROM

EPROM stands for Electrically Erasable Programmable Read Only Memory. Program instructions written on EEPROM can be erased with the help of electricity and rewritten.

Comments

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

What are Different Types of Computer

Computers can be divided into the following 3 types on the basis of their working mechanism: 1) Analog Computers 2) Digital Computers 3) Hybrid Computers 1. Analog Computers Analog computer is used to measure continuous values. It measures a physical property like voltage, pressure, speed, time and temperature. An analog computer takes input in analog form and gives output in analog form. Its output is usually displayed on a meter or scale. Analog computer has low memory and fewer functions. Analog computer is mainly used in the field of engineering and medicine. Examples include: Examples of Analog Computers include:  1. Thermometer 2. Speedometer 3. Analog clock 2. Digital Computers A digital computer works with digital data. Digital computer uses binary number system. Binary number system consists of only two digits 0 and 1. A digital computer represents data in digital signals. A 0 represents OFF and a 1 represents ON. Digital computer performs a...