ASSIGNMENT NO=2
FAHEEM AJAZ
CMS=14669
DEFINTION:
In a computer network system, memory is one or more sets of chips that store data or program instructions, either temporarily or permanently. Memory is a critical processing component in any computer. Two most important types of memory are called random access memory (RAM) and read-only memory (ROM).
1. Random Access Memory (RAM):
The most common type of memory is called random access memory (RAM). The term memory is typically used to mean RAM. RAM holds data and program instructions while the CPU works with them. When a program is launch, it is loaded into and run from memory. Data is both written to and read from this memory. That’s why RAM is also sometimes called read-write memory.
RAM is volatile memory. Its mean that it loses its content when the computer is shut off or if there is a power failure. Therefore, RAM needs a constant supply of power to hold its data. RAM has a tremendous impact on the speed and power of a computer. Generally, the more RAM a computer has, the more it can do and the faster it can perform certain tasks.
The most common measurement unit for describing a computer’s memory is the ‘byte’. When referring to a computer's memory, the numbers are often so large that it is helpful to use terms such as kilobyte (KB), megabyte (MB), gigabyte (GB), and terabyte (TB) to describe the values.
2. Random Only Memory (ROM):
Unlike RAM, read-only memory (ROM) permanently stores its data, even when the computer is shut off. ROM is called non-volatile memory because it never loses its content even when the computer is shut off.. ROM holds instructions that the computer needs to operate. Whenever the computer's power is turned on, it checks ROM for directions that help it start up, and for information about its hardware devices.