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 magnetic material. Data is stored on mag

Convert Centimeters to Inches Python Programming | Python Program Conver...

YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver

Important Objective Type Questions 101-155

MMC stands for multimedia card. SD stands for secure digital card. System Bus  is used to connect main components of a computer such as cpu and main memory. A Port is an interface or a point of attachments. POS stands for Point Of Sale terminal. ATM stands for Automated Teller Machine. PIN stands for Personal identification number. Kbps stands for kilobits per second. Mbps stands for megabits per second. A port that transmits one bit at a time is called Serial Port. A type of port that transmits many bits at a time is called Parallel Port. LPT stands for Line Printer. Examples of system software are Operating System, Utility Programs and Device Drivers. Examples of operating systems are DOS, Windows, Unix and Linux. Examples of Utility programs are File Manager, Image Viewer, Disk Scanner and File Compressor. Software used to detect and remove viruses is called Antivirus . Examples of antivirus programs are Mcaffee, Avast,