The programs and data that we are currently using are stored in the RAM temporarily so that the processor can access them quickly.
This is because the RAM access time is faster which is in nanoseconds compared to the hard disk access time which is in milliseconds.
So if we have more RAM in our computer, the number of times the processor has to access the data from the hard disk is decreased.
RAM is generally available in multiples of 16 like16MB, 32MB, 128 MB or higher. Almost everyone are using at least 1 GB of RAM for their computers today but 2 GB RAM provides even better performance of the computer while using Windows Vista or using applications like Photoshop.
Data processing systems are systems that manipulate, process, and store data. The processor is the brain of a computer system, performing all calculations and other data manipulation under the control of application and operating system software. A computer data processor is often referred to as a microprocessor. Modern computer systems include a microprocessor and a system memory for storing instructions to be executed by the microprocessor and data to be processed by the instructions. A microprocessor is a circuit that combines the instruction-handling, arithmetic, and logical operations of a computer on a single semiconductor integrated circuit. Microprocessors can be grouped into two general classes, namely general-purpose microprocessors and special-purpose microprocessors. General purpose microprocessors are designed to be programmable by the user to perform any of a wide range of tasks, and are therefore often used as the central processing unit (CPU) in equipment such as personal computers. A microcontroller, or embedded controller, is similar to a microprocessor as used in a personal computer, but with a great deal of additional functionality combined onto the same monolithic semiconductor substrate. Special purpose microprocessors are designed to provide performance improvement for specific predetermined arithmetic and logical functions for which the user intends to use the microprocessor. A digital signal processor (DSP) is a special purpose microprocessor that performs computations which generally require large numbers of arithmetic operations to be performed rapidly. Digital signal processing is connected with the representation of signals by sequences of numbers or symbols and the processing of these signals. Microprocessors often employ the use of pipelining to enhance performance. With pipeline architecture, the tasks performed by a processor are broken down into a sequence of functional units referred to as stages or pipeline stages. Superscalar microprocessors typically execute more than one instruction per clock cycle. Superscalar microprocessors allow parallel instruction execution in two or more instruction execution pipelines. The goal of superscalar and superpipeline microprocessors is to execute multiple instructions per microprocessor clock cycle. In a data processor, a clock signal is generated by a clock generating circuit and various circuit resources operate synchronously with the clock signal. In this way, various kinds of data processing can be executed.
here are two basic types of RAM, namely dynamic RAM and static RAM. A dynamic RAM is called so because it has to be constantly refreshed by the memory controller. The reason for refreshing is that the capacitors that hold the information or data have a built-in leak that can only be stopped by refreshing the information thousands of times in a second. This makes dynamic RAM slower and cumbersome compared to static RAM.
Static RAM is a type of random access memory that has a greater capacity for storage because it uses on-off switches instead of capacitors. However, static RAM is more expensive compared to dynamic RAM because it is faster and can hold more information.
Usually, advanced versions of the dynamic RAM are used instead of using static RAM because of its high price. These versions include FPM (fast page mode), ECC (error correcting code), EDO (extended data output), and SDRAM (synchronous dynamic RAM). ECC RAM is a special error-correcting RAM that is usually used in servers.