Posts

Showing posts with the label RAM

What is Dual Core Technology?

Image
  Dual core technology refers to two individual microprocessors on a single die cast chip. This is essentially two computer processing units (CPUs) in one. The advantage of a this type of chip is that tasks can be carried out in parallel streams, decreasing processing time. This is referred to as thread-level parallelism (TLP) .TLP is also possible on motherboards that can accommodate two separate CPU dies. When TLP is accomplished in a single CPU through dual core technology, it is called chip-level multiprocessing (CLM) . In CPUs with more than one core, each microprocessor generally has its own on-board cache, known as Level 1 (L1) cache. L1 cache significantly improves system performance, because it is much faster to access on-chip cache than to use random access memory (RAM). L1 cache is accessed at microprocessor speeds. Dual core chips also commonly feature secondary shared cache on the CPU, known as Level 2 (L2) cache. Motherboards may also have a cache...

What is DDR Memory?

Image
Double data rate synchronous dynamic random access memory, or DDR SDRAM for short, is a type of computer memory used in Pentium III or higher computers. DDR RAM is the computer’s primary working memory, storing program instructions and data for use by the central processing unit (CPU) through the bus controller. DDR memory belongs to the dual in-line memory module (DIMM) architectural family and is a faster form of SDRAM. Each module of DDR memory has one notch on the connecting side and two notches on the side that attach to latches on the PC motherboard to hold it in place. DDR RAM can come in either single-sided or double-sided chip configurations. Desktop DDR has 184 pins, as compared to 168 pins on SDRAM. Laptop versions, called SO-DIMMs, contain 200 pins.                                  ...